/*@import url(../fonts.css);*/
html, body {
  height: 100%; }

body {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #212529;
  background-color: #F5f5f5;
  -webkit-font-smoothing: antialiased; }

.u-text-right {
  text-align: right; }

.u-text-center {
  text-align: center; }

.u-block-center {
  margin: 0 auto;
  float:none;
}

.ui-ph-medium {
  padding-left: 15px;
  padding-right: 15px; }

.ui-button-text {
  padding: 10px
}

.required {
  color: #d9534f; }

body .ui-button {
    height: 34px;
    font-family: "RobotoBold", "Helvetica", "Arial", sans-serif;
    background-color: #2a4682;
    transition: 0.3s;
}

  body .ui-button:hover {
    background-color: #0064b7;
  }
  body .ui-button:active {
    background-color: #285f8f; }
body .ui-button.secondary-btn {
  border: none;
}
body .ui-button.secondary-btn.ui-state-hover {
  background-color: #e6e6e6;
  border-color: #adadad; }
body .ui-button.secondary-btn.ui-state-focus {
  background-color: #e6e6e6;
  border-color: #adadad; }
body .ui-button.secondary-btn.ui-state-active {
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.ui-button.ui-widget {
  font-size: 14px;
  border-radius: 6px;
  color:#fff;
  background-color: #0277D2;
  height: 100%;
}

.ui-button.ui-widget.thirdly-btn{
  border-color: #0277D2;
  background-color: #fff;
  color:#0277D2;
}

a.ui-widget {
  color: #457fca;
  tranistion: color .3s ease-in-out; }
  a.ui-widget:hover {
    color: #2d6da3; }
  a.ui-widget:active {
    color: #285f8f; }

.login-body {
  position: relative;
  padding-top: 200px;
  margin: 0;
  box-sizing: border-box; }
  @media (max-width: 640px) {
    .login-body {
      padding-top: 130px; } }

@media (max-width: 450px) {
    .login-body {
        padding-top: 70px;
    }

    .layout-footer {
        position: inherit !important;
    }

    .login-body .topbar .topbar-logo-firm {
        margin-top: -230px !important;
    }

  .login-panel-content {
    top: 62px;
  }

  .topbar-logo {
    max-width: 350px;
  }
}
  .login-body .topbar {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 305px;
    top: 0;
    left: 0;
    z-index: 1;
    box-sizing: border-box;
    background-color: #457fca;
    background-image: linear-gradient(to left, #457fca, #5691c8); }
    .login-body .topbar .topbar-logo {
      max-height: 100px;
    }
    .login-body .topbar .topbar-logo-firm {
      margin-top: -105px;
      text-align: center; }
      @media (max-width: 640px) {
        .login-body .topbar .topbar-logo-firm {
          margin-top: -175px !important; } }
  .login-body .login-panel {
    position: relative;
    padding: 0 20px;
    z-index: 2; }
  .login-body .login-panel-content {
    position: relative;
    background-color: #fff;
    max-width: 400px;
    width: 100%;
    margin: 0 auto 120px;
    padding-bottom: 10px;
    border-radius: 4px;
    box-shadow: 5px 5px 15px rgba(95, 113, 167, 0.3), inset -6px -6px 20px rgba(95, 113, 167, 0.1);
  }
  .login-body .login-header {
    padding: 2px 10px;
    margin-bottom: 10px;
    color: #212529;
    border-radius: 4px 4px 0 0;
    background-color: #ddd; }
    .login-body .login-header .login-icon {
      width: 40px;
      height: 40px;
      margin-top: 9px;
      line-height: 40px;
      text-align: center;
      border-radius: 50%;
      color: #457fca;
      background-color: #fff; }
  .login-body .login-footer {
    width:100%;
    padding-top: 10px;
  }
  .login-body .login-label {
    display: inline-block;
    margin-bottom: 10px;
    color:#606060;
  }

.layout-footer {
    border-top: 1px solid #e4e4e5;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 15px 20px;
    color: #777;
    background-color: #fff;
    box-shadow: none;
    box-sizing: border-box;
    z-index: 5;
}
  .layout-footer .layout-footer-logo {
    text-align: center;
    margin-bottom: 10px; }
    .layout-footer .layout-footer-logo img {
      height: 20px;
      vertical-align: bottom; }

li.errors, div.errors, span.errors {
  display: compact;
  FONT-SIZE: 14px;
  COLOR: red;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  TEXT-DECORATION: none;
}


.login-body .topbar {
    background: #0064b7;
}

.devider-line {
  position: relative;
  margin: 10px 5px 5px;
  text-align: center;
  clear: both;
}

.devider-line:before {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  top: 2px;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #e5e5e5;
}

.devider-line span {
  position: relative;
  padding: 0 10px;
  display: inline-block;
  background-color: #fff;
  color: #9F9F9F;
}

.ui-inputfield.ui-widget {
  padding: 10px;
  border-radius: 6px;
  box-shadow: none;
}

.p-lr-25 {
  padding-left: 15px;
  padding-right: 15px;
}

.m-t-5 {
  margin-top: -5px;
}

/*# sourceMappingURL=main.css.map */

