.fast-login-gradient {
    position: absolute;
    background: #000000;
    top: 0;
    left: 0;
    right: 0;
    transition: all 1.1s cubic-bezier(0.22, 1, 0.36, 1);
    opacity: 0;
    height: 100%;
    z-index: -1;
}

.modal-fast-login {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: -1;
    max-width: 1600px;
    transition: height 0s linear, z-index 0s linear 1.1s !important;
}

    .modal-fast-login.premium {
        position: relative;
        height: 0;
    }

    .modal-fast-login.open.premium {
        margin-top: -70px;
    }

    .modal-fast-login.open {
        z-index: 10000;
        height: 100vh;
        margin-bottom: 40px;
        transition: height 0s linear !important;
    }

        .modal-fast-login.open .fast-login-gradient {
            z-index: 10001;
            opacity: 0.5;
        }

    .modal-fast-login:not(.open) .fast-login {
        opacity: 0;
    }

    .modal-fast-login.open .fast-login {
        opacity: 1;
        transform: translateY(calc(100vh - 100%));
        z-index: 10002;
    }


.fast-login {
    background: #ffffff;
    /*text-align: center;*/
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    padding-top: 74px;
    opacity: 1;
    transform: translateY(100vh);
    transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: -1;
}

    .fast-login .content {
        padding: 0 15px;
        padding-bottom: 60px;
        border-bottom: solid 1px #dddddd;
    }

    .fast-login .generic-form {
        flex-direction: column;
        align-items: center;
        width: fit-content;
        margin: auto;
    }

        .fast-login .generic-form .form-textbox {
            width: 100%;
        }

            .fast-login .generic-form .form-textbox input {
                width: 100%;
            }

            .fast-login .generic-form .form-textbox.password {
                position: relative;
            }



body.modal-open {
    height: auto;
    padding-right: 0 !important;
}

.modal-backdrop {
    height: 104px;
    top: 59px;
    position: absolute;
}

.fast-login .border {
    position: absolute;
    top: 0;
    width: 100%;
    height: 14px;
}

.modal-fast-login.normal .fast-login .border {
    background: #c30000;
}

.modal-fast-login.premium .fast-login .border {
    background: #F0D66A;
}

.fast-login h2 {
    margin: 0 0 10px 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
}

.modal-fast-login.normal .fast-login h2 {
    color: #c30000;
}

.modal-fast-login.premium .fast-login h2 {
    color: #F0D66A;
}

.fast-login p {
    font-size: 20px;
    line-height: 24px;
    font-family: 'Roboto';
    text-align: center;
}

.fast-login h2 + p {
    margin-bottom: 15px;
}

.fast-login .button-wrapper {
    margin-bottom: 20px;
}

.fast-login .button {
    background-color: #242424;
    color: white;
    padding: 10px 30px;
    width: 100%;
}

    .fast-login .button.disabled {
        display: flex !important;
    }


.fast-login .button-wrapper {
    width: 100%;
    margin: 20px 0;
}

.fast-login p a {
    color: #242424;
    font-weight: 500;
    cursor: pointer;
}

    .fast-login p a:hover {
        color: #c30000;
        text-decoration: none;
    }

.fast-login .create-account {
    align-self: flex-end;
}

.fast-login .error-msg.disabled {
    display: none;
}

.fast-login .links {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    display: block;
    text-decoration: underline;
    margin-bottom: 20px;
    width: fit-content;
    align-self: flex-start;
}

@media screen and (min-width: 768px) {
    .modal-fast-login.open.premium {
        margin-top: -110px;
    }

    .fast-login .generic-form {
        flex-direction: column;
        align-items: center;
    }

        .fast-login .generic-form .form-textbox {
            width: calc(536/1366 * 100vw);
        }

    .fast-login .button-wrapper {
        width: calc(536/1366 * 100vw);
    }
}
