@charset "UTF-8";

$gec-color-blue: #2a3967;
$gec-color-grey: #4d4e4c;
$gec-pink: #fcc8c8;
$gec-green: #d1fff5;
$gec-blue: #d7edff;

.login-content {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  width: 100%;
  height: 105vh;
  align-items: center;
  justify-content: center;
  position: absolute; // z-index: 100;
  top: 0px;
  left: 0px;
  input {
    text-align: center;
    font-size: 24px !important;
    color: $gec-color-grey !important;
    &:focus {
      border-bottom: 1px solid $gec-color-blue !important;
      box-shadow: 0 1px 0 0 $gec-color-blue !important;
    }
    &::-webkit-input-placeholder {
      opacity: 0.5;
      color: #4a4a4a;
      font-size: 24px !important;
    }
    &::-moz-placeholder {
      opacity: 0.5;
      color: #4a4a4a;
      font-size: 24px !important;
    }
  }
  .gec-logo-wrapper {
    margin-bottom: 142px !important;
    max-width: 800px;
    img {
      width: 100%;
    }
  }
  .login-form,
  .reset-password-form {
    width: 40%;
    .toggle-password {    
      font-size: 24px;
      color: #4a4a4a;
      right: 10px;
      margin-top: 10px;
      position: absolute;
      z-index: 2;
    }
    .login-btn-wrapper {
      margin-top: 35px;
    }
    .login-btn {
      float: right;
    }
    .input_error {
      margin-top: 9px;
      font-size: 14px;
      font-weight: 300;
    }
    .help-block {
      text-align: left;
      color: #d0021b;
    }
  }
}
