.login-form-container {
    /*height:462px;*/
    width: 506px;
}

.login-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    /*padding: 20px 0;*/
    background: #1e2735;
}

.logout-page {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.form-subtitle {
    font-family: 'proxima-nova', sans-serif;
    font-weight: 400;
    text-align: center;
    color: #6b7280;
    line-height: 24px;
    font-size: 16px;
}

.login-form p {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 20px;
    color: #767f8a;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    font-family: 'proxima-nova';
    text-align: center;
}

.login-list-form-control {
    -webkit-appearance: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    flex-direction: row;
    border-style: solid;
    border-radius: 100px;
    border: 1px solid #35404f;
    /*background-color: #1E2735;*/
    color: white;
    width: 100%;
    height: 48px;
    padding: 12px 16px 12px 24px;
}

.login-list-form-control:focus-within {
    border: 1px solid #7ddefb !important;
    box-sizing: border-box;
    box-shadow: 0px 0px 0px 2px #0f151e, 0px 0px 0px 4px rgba(96, 177, 215, 0.3);
}

.login-form-label {
    margin-left: 3px;
    font-family: 'proxima-nova';
    font-weight: bold;
    color: white;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
}

.login-form-label-2 {
    font-family: 'proxima-nova';
    font-weight: normal;
    color: white;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
}

.forgot-password-container {
    height: 406px;
}

.forgot-group {
    display: flex;
    flex-direction: column;
}

.forgot-password-link {
    display: flex;
    flex-direction: row;
    height: 100%;
}

.forgot-password-link a {
    cursor: pointer;
    font-family: 'proxima-nova';
    font-weight: normal;
    color: #7ddefb;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.login-checkbox {
    -webkit-appearance: none;
    cursor: pointer;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background-color: #7ddefb;
}

.login-checkbox:checked:after {
    content: '\2713';
    font-weight: bold;
    font-size: 14px;
    padding-left: 3px;
    color: #17202c;
}

.checkbox-group {
    width: 130px;
    justify-content: space-between;
    display: inline-flex;
    flex-direction: row;
}

.form-button {
    -webkit-appearance: none;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48px;
    background: linear-gradient(207.43deg, #ffe37e -10.71%, #22bacf 131.76%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
    border-color: #121a24;
    border-style: solid;
    border-radius: 100px;
}

@media only screen and (max-width: 500px) {
    .login-form-container {
        width: 364px;
    }
    .forgot-password-container {
        height: 450px;
    }
    .forgot-password-container .form-button {
        width: 100%;
    }
}

.login-alert {
    position: absolute;
    align-self: flex-start;
    width: 98%;
    z-index: 7;
    padding: 15px;
    margin-top: 5px;
    border-radius: 8px;
}

.login-alert-warning {
    font-family: 'proxima-nova';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
}

.login-success-alert {
    border: 1px solid #b3f1b5;
    color: #b3f1b5;
    background-color: #142828;
}

.login-error-alert {
    border: 1px solid #cb4f4e;
    color: #cb4f4e;
    background-color: #310b08;
}

.remember-forgot-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

@media only screen and (max-width: 500px) {
    .remember-forgot-group {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
}

.external-provider {
    width: 100%;
}

.login-sso-button,
input[type='submit'],
input[type='reset'] {
    border-radius: 8px;
    background: white;
    border: 1px solid #e5e7eb;
    color: inherit;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
}

.gsi-material-button,
input[type='submit'],
input[type='reset'] {
    border-radius: 8px;
    background: white;
    border: 1px solid #e5e7eb;
    color: inherit;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    width: 100%;
    margin: 8px;
}

.gsi-button-contents {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 36px;
    gap: 8px;
    border-radius: 100px;
    font-family: 'proxima-nova', serif;
}

.gsi-button-contents div {
    text-decoration: none;
    color: #1f2937;
}
