@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes appear {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

body {
    width: 100vw;
    min-height: 100vh;
    background-color: #11133a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding-left: 0px !important;
    /* background-image: url(../img/login_background.png); */
    background-position: center;
    background-size: cover
}

.custom-label label {
    left: 10px !important
}

header {
    width: 100%;
    height: 60px;
    background-color: white;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

main {
    visibility: visible !important
}

#login_header_logo {
    max-height: 40px
}

#website_lang_container {
    margin-left: auto
}

#forgot_password,
#create_account {
    color: #11133a
}

footer {
    width: 100%;
    height: 60px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

footer>* {
    margin-left: 10px;
    margin-right: 10px
}

footer #login_terms,
footer #login_policy {
    color: #11133a
}

#login_terms {
    margin-left: auto
}

button {
    width: 100% !important
}

button.btn {
    background-color: #11133a !important
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #eff1fb inset !important
}

.card {
    border-radius: 10px
}

#password_container {
    display: flex;
    align-items: center;
    justify-content: center
}

#password_container input {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important
}

#show_password {
    height: 56px;
    margin-top: -8px;
    border-radius: 0px 10px 10px 0px;
    background-color: #eff1fb;
    display: flex;
    align-items: center;
    padding-right: 10px
}

#show_password .fas.fa-eye-slash {
    display: none
}

#website_lang {
    background-color: white !important;
    height: 50px !important
}

#website_lang_container {
    position: relative
}

#website_lang_container input {
    background-color: white !important;
    width: 120px !important;
    height: 50px !important
}

.website_selected_lang {
    top: 10px;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 100;
    right: 25px;
    pointer-events: none;
    user-select: none
}

.select-dropdown li {
    min-height: 40px !important;
    height: 40px !important
}

.select-dropdown img {
    height: 30px !important;
    width: 30px !important;
    margin-right: 25px !important
}

.select-dropdown span {
    height: 40px !important;
    padding: 10px 16px !important
}

#mobile_app_banner {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0B155A;
    color: white;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

#mobile_app_banner_continue {
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    border-radius: 10px;
    border: 2px solid white;
    padding: 10px
}

#mobile_app_banner_continue:hover {
    background-color: white;
    color: #11133a
}

#mobile_app_banner_links {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 20px
}

#mobile_app_banner_links img {
    height: 46px
}

#mobile_app_banner_links figure {
    margin: 0px !important
}

body {
    background-image: url(../img/login_background_2.png);
}

footer {
    width: 100%;
    height: 60px;
    background-color: transparent;
    color: rgb(255 255 255);
    font-weight: bold;
}

footer #login_terms,
footer #login_policy {
    color: rgb(255 255 255);
}

header {
    margin-top: 10px;
    width: 100%;
    height: 60px;
    background-color: transparent;
}

#website_lang_container input {
    background-color: rgba(255, 255, 255, .7) !important;

}

#login_header_logo {
    margin-top: -18px;
    max-height: 65px;
}

@media only screen and (max-width: 450px) {

    #login_terms,
    #login_policy {
        display: none;
    }
}