.login {
    min-height: 600px;
    position: absolute;
}

.login, .reset-password, .forgot-password {
    width: 100%;
    height: 100%;
    background-color: #F5F5F5;
}

.login .window, .reset-password .window, .forgot-password .window {
    min-width: 400px;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.24);
    position: absolute;
    width: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 24px;
}

.login .window {
    top: unset;
    bottom: 24px;
}

.reset-password .window {
    max-height: 326px;
}

.forgot-password .window {
    max-height: 284px;
}

.login .btn-login {
    width: 70%;
    align-self: center;
    margin: 24px 15% 16px 15%;
    height: 48px;
}

.login .txt-login {
    display: block;
    text-align: center;
    color: var(--ba-primary-opacity);
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 16px;
}

.login .welcome {
    display: block;
    color: var(--ba-font-opactity);
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 12px;
}

.login .welcome-description {
    display: block;
    color: rgba(38,50,56,0.7);
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}

.login .layout-no-account-texts {
    align-content: center;
    width: 100%;
}

.login .layout-container {
    margin-bottom: unset;
    padding-bottom: unset;
}

.login .account-question {
    width: 100%;
    text-align: center;
    color: rgba(38,50,56,0.7);
    font-size: 16px;
    line-height: 19px;
}

.login .download-anchor {
    width: 50%;
    color: var(--ba-primary-color);
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
    text-align: center;
}

.login .divisor {
    width: 125%;
    margin-left: -40px;
}

.bg-logo {
    position: absolute;
    height: 75px;
    margin: auto;
    left: 0;
    right: 0;
    margin-top: -125px;
}

.login .form-container {
    min-width: unset;
    width: unset;
    padding: 0 !important;
}

.login .btn-google {
    float: left;
}

.login .btn-facebook {
    float: right;
}

.login .btn-google, .login .btn-facebook {
    width: 45%;
    height: 48px;
}

.login paper-button.secondary-button.btn-google {
    color: rgba(38, 50, 56, 0.6);
    box-shadow: 0 0 0 2px rgba(38, 50, 56, 0.6) inset;
}

.login paper-button.secondary-button img {
    margin-right: 16px;
}

.login paper-button.secondary-button.btn-facebook {
    color: #39579B;
    box-shadow: 0 0 0 2px #39579B inset;
}

.login paper-button.secondary-button.btn-google:hover {
    background-color: var(--ba-lower-opacity);
}

.login paper-button.secondary-button.btn-facebook:hover {
    background-color: rgba(57, 87, 155, 0.06);
}

.login .forgot {
    float: right;
    text-align: right;
    color: var(--ba-primary-color);
    cursor: pointer;
    font-size: 14px;
    text-transform: UPPERCASE;
    padding: 0 16px;
    font-weight: bold;
}

.login .show-psswd {
    padding: 0;
    height: 24px;
    width: 24px;
    color: var(--ba-primary-opacity);
    margin-bottom: 4px;
}