﻿

.login-wrapper {
    justify-content: flex-end;
    height: 100vh;
}

.login-main {
    width: 40%;
    margin: auto;
}

.footer-text {
    font-size: var(--font-size-footer);
    text-align: center;
}

.login-header {
    font-size: var(--font-size-header);
    font-weight: bold;
}

.login-sub-header {
    font-size: var(--font-size-sub-header);
}

.forgot-form {
    margin-top: 12px;
}

.forgot-header {
    font-size: var(--font-size-header);
    font-weight: bold;
    line-height: 1.63;
    margin-bottom: 24px;
}

.forgot-header-mobile {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.56;
    margin-bottom: 16px;
}

.forgot-header-confirm {
    font-size: var(--font-size-header);
    font-weight: bold;
    line-height: 1.63;
    margin-bottom: 24px;
}

.forgot-sub-header {
    font-size: var(--font-size-sub-header);
    margin-bottom: 20px;
}

.invalid-or-locked {
    margin-top: 1rem;
    transition: opacity ease-in 500ms;
}

.warn-icon {
    color: var(--support-darkred);
    margin-right: 4px;
}

.sign-in {
    margin-top: 20px;
}

.forgot-password-up {
    display: none;
}

.password {
    padding-right: 40px;
}

input::-ms-reveal {
	display: none;
}
