.page-login-email {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50vh;
    max-width: 700px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  .error-message {
    margin-top: 1rem;
    color: #fff; 
  }
  .form-group-email {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .g-recaptcha {
    margin-top: 1rem;
  }
  .form-group-password {
    width: 300px;
  }
  .code-input {
    width: 40px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
  }
}

.form-control-email {
    width: 100%;
    max-width: 700px;
    height: 32px;
    padding: 0.5rem;
    border-radius: 0.25rem;
    background-color: #fff;
    border: 1px solid #fff;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
    transition: all 0.1s ease-in-out;}

.form-control::placeholder {
      color: #5C6F73;}

.form-control:focus {
      border-color: #51B99D;
      outline: none;}

.alert-danger {
    margin-top: 10px;
}
.alert-banner {
    background-color: #f8d7da;
    color: #721c24;
    padding: 15px;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
    
.alert-banner .close {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #721c24;
    text-decoration: none;
    font-size: 20px;
    cursor: pointer;
}
