

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   @font-face {
     font-family: 'Rubik';
     src: url('../fonts/Rubik-Light.woff2') format('woff2'),
         url('../fonts/Rubik-Light.woff') format('woff');
     font-weight: 300;
     font-style: normal;
   }
   
   @font-face {
     font-family: 'Rubik';
     src: url('../fonts/Rubik-LightItalic.woff2') format('woff2'),
         url('../fonts/Rubik-LightItalic.woff') format('woff');
     font-weight: 300;
     font-style: italic;
   }
   
   @font-face {
     font-family: 'Rubik';
     src: url('../fonts/Rubik-MediumItalic.woff2') format('woff2'),
         url('../fonts/Rubik-MediumItalic.woff') format('woff');
     font-weight: 500;
     font-style: italic;
   }
   
   @font-face {
     font-family: 'Rubik';
     src: url('../fonts/Rubik-BlackItalic.woff2') format('woff2'),
         url('../fonts/Rubik-BlackItalic.woff') format('woff');
     font-weight: 900;
     font-style: italic;
   }
   
   @font-face {
     font-family: 'Rubik';
     src: url('../fonts/Rubik-Bold.woff2') format('woff2'),
         url('../fonts/Rubik-Bold.woff') format('woff');
     font-weight: bold;
     font-style: normal;
   }
   
   @font-face {
     font-family: 'Rubik';
     src: url('../fonts/Rubik-BoldItalic.woff2') format('woff2'),
         url('../fonts/Rubik-BoldItalic.woff') format('woff');
     font-weight: bold;
     font-style: italic;
   }
   
   @font-face {
     font-family: 'Rubik';
     src: url('../fonts/Rubik-Italic.woff2') format('woff2'),
         url('../fonts/Rubik-Italic.woff') format('woff');
     font-weight: normal;
     font-style: italic;
   }
   
   @font-face {
     font-family: 'Rubik';
     src: url('../fonts/Rubik-Medium.woff2') format('woff2'),
         url('../fonts/Rubik-Medium.woff') format('woff');
     font-weight: 500;
     font-style: normal;
   }
   
   @font-face {
     font-family: 'Rubik';
     src: url('../fonts/Rubik-Regular.woff2') format('woff2'),
         url('../fonts/Rubik-Regular.woff') format('woff');
     font-weight: normal;
     font-style: normal;
   }
   
   @font-face {
     font-family: 'Rubik';
     src: url('../fonts/Rubik-Black.woff2') format('woff2'),
         url('../fonts/Rubik-Black.woff') format('woff');
     font-weight: 900;
     font-style: normal;
   }
   


   html,
body {
  height: 100%;
  font-size: 12px;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(309.35deg, #0079B8 32.79%, #0F95DB 86.81%, #0F94DA 86.81%);
  font-family: 'Rubik';
}

label, input {
  padding: 0 11px !important;
}

.form-signin, .form-success {
  width: 100%;
  max-width: 593px;
  padding: 15px;
  margin: 0 auto;
  background-color: white;
  border-radius: 10px;
  padding: 94px 97px 49px 97px;
}

@media (max-width: 576px) {
  body {
    background: white;
  }

  .form-signin, .form-success {
    padding: 25px 15px;
  }

  .password_confirm_container {
    margin-top: 40px;
  }
}

.logo {
  text-align: center !important;
}

.logo img {
  display: inline;
}

.form-success .logo {
  margin-bottom: 97px;
}

.subtitle {
  text-align: center;
  font-size: 24px;
  margin: 50px 0;
}

.form-success .subtitle {
  margin-top: 33px;
}

.success-link {
  font-family: 'Rubik' !important;
  font-size: 24px !important;
  color: #0F94DA !important;
}

.btn.btn-primary {
  color: rgba(0, 0, 0, 0.38);
  width: 145px;
  height: 55px;
  font-size: 24px;
  border-radius: 5px;
  font-family: 'Rubik';
  text-transform: none;
  background-color: #ECECEC;
  margin-top: 80px 
}

.btn.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active, .btn.btn-primary:focus {
  background: linear-gradient(320.55deg, #0079B8 32.79%, #0F95DB 86.81%, #0F94DA 86.81%);
  color: white;
}

.form-control {
  background-image: linear-gradient(0deg,#0F94DA 2px,rgba(0,150,136,0) 0),linear-gradient(0deg,rgba(0,0,0,.26) 1px,transparent 0) !important;
  font-size: 22px;
}

.bmd-label-floating, .bmd-form-group label {
  font-family: 'Rubik' !important;
  font-size: 24px;
  font-weight: 300;
}

.btn-primary:not(:disabled):not(.disabled):active {
  /* top: 1rem; */
  left: 0;
}

.is-focused [class^=bmd-label] {
  color: rgba(0, 0, 0, 0.38);;
}

.confirm-btn {
  text-align: center;
}

.bmd-form-group .bmd-label-static, .bmd-form-group.is-filled .bmd-label-floating, .bmd-form-group .is-filled .bmd-label-floating, .bmd-form-group.is-focused .bmd-label-floating, .bmd-form-group .is-focused .bmd-label-floating {
  font-size: 14px;
}

.error {
  font-size: 14px !important;
  color: #FD3E3E;
}

.fa-eye, .fa-eye-slash {
  position: absolute;
  right: 0;
  top: 33px;
  width: 24px;
  cursor: pointer;
}

.bmd-form-group input.error {
  font-size: 22px !important;
  background-size: 100% 100%,100% 100%;
}

.bmd-form-group input.error::after {
  background-image: url('../img/input-check.png');
  background-repeat: no-repeat;
}

.form-control:invalid, .form-control[aria-invalid="true"] {
  background-image: linear-gradient(0deg,#d50000 2px,rgba(213,0,0,0) 0),linear-gradient(0deg,rgba(0,0,0,.26) 1px,transparent 0) !important;
}

label.error {
  position: absolute;
  top: 60px;
}

.custom-file-control:focus, .form-control:focus {
  box-shadow: none !important;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}

















