@font-face {
  font-family: Exo;
  src: url("../fonts/Exo-Regular.ttf");
}

@font-face {
  font-family: Exo-Bold;
  src: url("../fonts/Exo-Bold.ttf");
}

@font-face {
  font-family: SF;
  src: url("../fonts/SFProDisplay-Regular.ttf");
}

.wrapper {
  background: url("../images/bg-log.png") no-repeat;
  background-size: cover;
  height: 100vh;
}

.bg-blue {
  background-color: #005CC7;
}

.txt-blue {
  color: #005CC7;
}

.btn-custom {
  border-radius: 0px;
}

.intro {
  text-align: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #fff;
}

@media screen and (min-width: 320px) {
  .intro {
    width: 100%;
    padding: 0px 15px;
  }
}

@media screen and (min-width: 1024px) {
  .intro {
    width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  .intro {
    width: 50%;
  }
}

.intro .content {
  margin: auto;
}

@media screen and (min-width: 320px) {
  .intro .content {
    width: 100%;
    padding: 40px 0px;
  }
}

@media screen and (min-width: 768px) {
  .intro .content {
    width: 80%;
    padding: 30px 0px;
  }
}

@media screen and (min-width: 1200px) {
  .intro .content {
    width: 70%;
  }
}

.intro .logo {
  margin-bottom: 20px;
}

@media screen and (min-width: 320px) {
  .intro .logo {
    width: 60%;
  }
}

@media screen and (min-width: 768px) {
  .intro .logo {
    width: 60%;
  }
}

@media screen and (min-width: 1200px) {
  .intro .logo {
    width: 45%;
  }
}

.intro p {
  font-family: Exo;
}

@media screen and (min-width: 320px) {
  .intro p {
    font-size: 16px;
    line-height: 32px;
  }
}

@media screen and (min-width: 768px) {
  .intro p {
    font-size: 18px;
    line-height: 34px;
  }
}

.frm {
  background: #fff;
}

@media screen and (min-width: 320px) {
  .frm {
    width: 100%;
    padding: 0px 15px;
  }
}

@media screen and (min-width: 1024px) {
  .frm {
    width: 50%;
    height: 100vh;
    position: relative;
    padding: 0;
  }
}

@media screen and (min-width: 1200px) {
  .frm {
    width: 50%;
  }
}

.frm .content {
  width: 100%;
}

@media screen and (min-width: 320px) {
  .frm .content {
    padding: 30px 0px 45px 0px;
  }
}

@media screen and (min-width: 768px) {
  .frm .content {
    padding: 40px 0px 40px 0px;
    margin: auto;
  }
}

@media screen and (min-width: 1024px) {
  .frm .content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (min-width: 1200px) {
  .frm .content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0;
  }
}

@media screen and (min-width: 320px) {
  .frm .content .main {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .frm .content .main {
    width: 80%;
    margin: auto;
  }
}

@media screen and (min-width: 1024px) {
  .frm .content .main {
    padding-left: 10%;
    margin: 0;
    width: 80%;
  }
}

@media screen and (min-width: 1200px) {
  .frm .content .main {
    padding-left: 10%;
    width: 85%;
  }
}

@media screen and (min-width: 1400px) {
  .frm .content .main {
    padding-left: 10%;
    width: 80%;
  }
}

.frm .form-check {
  width: 50%;
}

.frm .form-check .form-check-input {
  width: 15px;
  height: 15px;
  border: 1px solid #CECECE;
}

.frm .form-check label {
  font-size: 17px;
}

.frm .forgot {
  width: 50%;
  text-align: right;
}

.frm .forgot a {
  font-size: 16px;
  line-height: 28px;
  color: #4A90E2;
}

.frm h1 {
  color: #4A4A4A;
  font-family: Exo-Bold;
}

@media screen and (min-width: 320px) {
  .frm h1 {
    font-size: 42px;
    line-height: 58px;
  }
}

@media screen and (min-width: 1200px) {
  .frm h1 {
    font-size: 54px;
    line-height: 64px;
  }
}

.frm h2 {
  font-family: Exo;
  color: #4A90E2;
  text-transform: uppercase;
  font-weight: 600;
}

@media screen and (min-width: 320px) {
  .frm h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .frm h2 {
    font-size: 24px;
    line-height: 42px;
  }
}

.frm label {
  font-size: 18px;
  line-height: 26px;
  color: #484848;
  font-family: SF;
}

.frm .form-control::-webkit-input-placeholder {
  /* Edge */
  color: #ccc;
  font-weight: normal;
  font-family: SF;
}

.frm .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
  font-weight: normal;
  font-family: SF;
}

.frm .form-control::-ms-input-placeholder {
  color: #ccc;
  font-weight: normal;
  font-family: SF;
}

.frm .form-control::placeholder {
  color: #ccc;
  font-weight: normal;
  font-family: SF;
}

.frm .form-control {
  color: #2B2B2B;
  font-size: 18px;
  line-height: 28px;
  font-family: SF;
  font-weight: 600;
}

.frm .btn-custom {
  font-family: SF;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.alert {
  border-radius: 0px;
  padding-left: 10%;
  color: #E83434;
  font-family: SF;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
  width: 100%;
  display: none;
}

.server-alert {
  border-radius: 0px;
  color: #E83434;
  font-family: SF;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
  width: 100%;
}

.alert-ser {
  padding: 10px 10px 10px 10%;
}

.show-alert {
  height: auto;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.invalid label {
  color: #E83434;
}

.invalid input {
  border-color: #E83434;
}

.form-control:focus {
  border-color: #4A90E2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0rem transparent;
          box-shadow: 0 0 0 0rem transparent;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0rem transparent;
          box-shadow: 0 0 0 0rem transparent;
}

@media screen and (min-width: 320px) {
  .forgot-password h1 {
    font-size: 32px;
  }
}

@media screen and (min-width: 1024px) {
  .forgot-password h1 {
    font-size: 42px;
  }
}

@media screen and (min-width: 1200px) {
  .forgot-password h1 {
    font-size: 48px;
  }
}

@media screen and (min-width: 1600px) {
  .forgot-password h1 {
    font-size: 54px;
  }
}

.forgot-password .overview {
  color: #7e7e7e;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  font-family: SF;
}

@media screen and (min-width: 320px) {
  .forgot-password .overview {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .forgot-password .overview {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .forgot-password .overview {
    width: 100%;
  }
}

.forgot-password2 h3 {
  color: #4A4A4A;
  font-family: Exo-Bold;
}

@media screen and (min-width: 320px) {
  .forgot-password2 h3 {
    line-height: 24px;
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .forgot-password2 h3 {
    line-height: 36px;
    font-size: 18px;
  }
}

@media screen and (min-width: 1200px) {
  .forgot-password2 h3 {
    font-size: 24px;
    line-height: 64px;
  }
}

.forgot-password2 h3 a {
  color: #4A90E2;
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  -webkit-box-shadow: 0 0 0 0rem transparent;
          box-shadow: 0 0 0 0rem transparent;
}

@media screen and (min-width: 320px) {
  .create-password h1 {
    font-size: 30px;
  }
}

@media screen and (min-width: 320px) {
  .create-password h1 {
    font-size: 36px;
  }
}

@media screen and (min-width: 1200px) {
  .create-password h1 {
    font-size: 48px;
  }
}

.create-password .alert {
  margin-top: 30px;
}
/*# sourceMappingURL=login.css.map */