@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('check-box.css');
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/proxima-nova-regular/ProximaNova-Regular.woff2') format('woff2');
  src: url('../fonts/proxima-nova-regular/ProximaNova-Regular.woff') format('woff'),
    url('../fonts/proxima-nova-regular/ProximaNova-Regular.ttf') format('truetype'),
    url('../fonts/proxima-nova-regular/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg'),
    url('../fonts/proxima-nova-regular/ProximaNova-Regular.eot'),
    url('../fonts/proxima-nova-regular/ProximaNova-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: 400;
}

html,
body {
  height: 100%;
  font-family: Proxima Nova, 'Roboto', sans-serif;
}

.alert-danger {
  font-size: 14px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.success-banner {
  font-size: 14px;
  color: #3A3938;
  background-color: #E8FCD0;
}

.login-content--container {
  display: flex;
  height: 100%;
  overflow: auto;
}

.login-content-header {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 75px;

}

.login-content {
  vertical-align: middle;
  text-align: center;
  margin: auto;
  box-shadow: 0px -1px 20px #84838329;
  background-color: #fff;
  border-radius: 22px;
  padding: 50px 60px 20px 60px;
  opacity: 1;
}

.login-message {
  font-size: 20px;
  text-align: left;
  color: #23242A;
  padding-top: 5px;
  letter-spacing: 0px;
}

.manage-header {
  padding-top: 35px !important;
}

.login-form-content {
  width: 450px;
  flex-direction: column;
  flex-wrap: nowrap;
  color: black;
  margin: auto;
  font-size: 18px;
  text-align: center;
  padding: 10px 50px 0px 50px;
  border-radius: 2px;
  opacity: 1;
}

.login-extra-links {
  text-align: center;
}

.login-extra-links a {
  display: inline-block;
  padding: 10px;
  margin: 0px;
  position: relative;
  background: transparent;
  border-radius: 6px;
  top: 0px;
  text-decoration: none !important;
  color: #00a2ff;
  font-size: 13px;
}

.account-message {
  font-size: 12px;
  letter-spacing: 0px;
  opacity: 1;
  padding: 0px 50px;
  margin: 0 auto 20px auto;
  text-align: left;
}

.hide {
  display: none;
}

.input-group {
  width: 100%;
  height: 50px;
  margin: 0px auto;
}

.current-password-input {
  margin: 20px auto;
}

.input-group .form-control {
  font-size: 18px;
  font-weight: 400;
  height: 50px;
  padding: 12px 20px 0;
  box-shadow: none;
  border-radius: 5px !important;
  opacity: 1;
}

.password-icon {
  font-size: 18px;
  right: 10px;
  top: 12px;
  position: absolute;
  cursor: pointer;
  z-index: 3;
  opacity: 0.5;
}

/*Helper Classes*/

.fill {

  height: 100%;
}

.inline {
  display: inline-block;
}

.spacer {
  height: 100px;
}

/*Buttons*/
.btn-login, .btn-update {
  margin-top: 20px;
  background: #83D600;
  border-radius: .25em;
  border: none;
  font-size: 18px;
  font-weight: 400;
  height: 50px;
  line-height: 12px;
  text-align: center;
  color: #ffffff;
  width: 100%;
}

.btn-sso, .btn-cancel {
  margin-top: 15px;
  background: #ffffff;
  border-radius: .25em;
  border: none;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.64px;
  height: 50px;
  line-height: 12px;
  text-align: center;
  width: 100%;
  border: 1px solid #3A3938;;
}

.btn-update:disabled {
  color: #b2b2b2;
  background-color: #efefef;
  border: 1px solid #e3e3e3;
}

.password-match-error-message {
  font-style: italic;
}

#password-match-error, #regex-error-length, #regex-error-number, #regex-error-upper, #regex-error-lower, #regex-error-special {
  text-align: start;
  color: #FF0100;
  font-size: 14px;
}

#regex-validations-container, #password-match-error {
  display: none;
}

.regex-instruction {
  color: #0f2841;
  font-size: 15px;
  text-align: start;
  margin-bottom: 10px;
  margin-top: -14px;
}

.success {
  color: #84D600;
}

.success .validation-message {
  color: #2a2a2a;
}

.error {
  color: #FF0100;
}

.create-password-container, .confirm-password-container {
    display: flex;
    align-items: center;
    margin: 20px auto;
    position: relative;
}

.password-regex-check, .validate-password-check {
  display: none;
  position: absolute;
  right: -24px;
}

.fa-check-circle {
    color: #83d600;
}
/* form starting stylings ------------------------------- */
.remember {
  width: 250px;
  text-align: left;
}

.remember label {
  font-size: 14px !important;
  letter-spacing: 0px;
  color: #23242A !important;
  opacity: 0.75;
  top: 0;
  left: 0;
}

input {
  font-size: 18px;
  color: #372858;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  background: #FFFFFF !important;
  border-bottom: 1px solid #757575;
}

input:focus {
  /* outline: none; */
  border: 1px solid #83d600 !important;
}

/* LABEL ======================================= */
label {
  color: #3A393855;
  z-index: 3;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  padding: 0px 14px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

/* active state */
input:focus~label,
input:valid~label {
  top: 2px;
  font-size: 12px;
  color: #83d600;
  z-index: 4;
}

.button-seperator {
  margin-top: 15px;
  letter-spacing: 0.32px;
  color: #23242A83;
  opacity: 0.8;
}

/* BOTTOM BARS ================================= */
.bar {
  position: relative;
  display: block;
  width: 100%;
}

.bar:before,
.bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #00a2ff;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.bar:before {
  left: 50%;
}

.bar:after {
  right: 50%;
}

/* active state */
input:focus~.bar:before,
input:focus~.bar:after {
  width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

/* active state */
input:focus~.highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }

  to {
    width: 0;
    background: transparent;
  }
}

@-moz-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }

  to {
    width: 0;
    background: transparent;
  }
}

@keyframes inputHighlighter {
  from {
    background: #5264AE;
  }

  to {
    width: 0;
    background: transparent;
  }
}


/*<!------------ Media Queries -------------->*/

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .login-img-container {
    display: none;
  }
}

@media (min-width:480px) and (max-width:768px) {

  .login-content {
    padding: 20px;
  }

  .login-form-content {
    max-width: 450px;
  }

  .login-content--container {
    overflow-x: hidden;
    padding-left: 0px;
    padding-right: 0px;
  }

}

@media (max-width: 480px) {
  .login-content {
    width: inherit;
    border-radius: 0px;
    padding: 20px;
  }

  .login-form-content {
    width: inherit !important;
    padding: 10px 10px 0px 10px;
  }

  .login-content--container {
    overflow-x: hidden;
    padding-left: 0px;
    padding-right: 0px;
  }

  .account-message {
    padding: 0px 10px;
  }

}

/* autofill issue  with label postion : Chrome Only*/
input:-webkit-autofill~label {
  top: 6px;
  color: #83d600;
  font-size: 12px;
  letter-spacing: .5px;
}

/* autofill issue  with label postion : IE Only*/
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  label {
    font-size: 12px;
    top: 2px;
  }
}

.input:invalid , input:placeholder-shown {
  border:  1px solid red;
}
.message-container {
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  box-shadow: 0 1px 4px hsla(0,0%,0%,0.09),0 3px 8px hsla(0,0%,0%,0.09),0 4px 13px hsla(0,0%,0%,0.13);
}

.show {
  display: block;
}

.message-container .message-text {
  margin: 0 auto;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.login-content-powered-by-text {
  text-align: center;
  color: #23242A;
  font-size: 16px;
  padding-bottom: 25px;
  padding-top: 10px;
}
.login-content-powered-by-text a {
  border-bottom: 1px solid #02263A;
  padding-bottom: 2px;
  text-decoration: none;
  color: #23242A;
}