﻿#login_wrapper input[type=text], #login_wrapper input[type=password] {
    width: 100% !important;
    margin: auto
}

#login_wrapper ::-webkit-input-placeholder {
    color: #999
}

#login_wrapper ::-moz-placeholder {
    color: #999
}

#login_wrapper999:-ms-input-placeholder {
    color: #666
}

#login_wrapper :-moz-placeholder {
    color: #999
}

.main_container {
    height: 100%;
    border-radius: 0;
    background: #fff;
    padding-top: 40px;
    transform: none;
    box-sizing: border-box;
    top: 0;
    position: static;
    margin: 0 auto;
    min-height: 100vh;
    float: none;
    max-width: 50% !important;
    box-shadow: 0 15px 46px rgba(0,0,0,.2);
    min-width: 375px
}

    .main_container #login_logo {
        margin-bottom: 30px
    }

#login_wrapper input[type=text], #login_wrapper input[type=password] {
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding-right: 40px
}

.btn-social {
}

.log-gm p {
    color: #999;
    display: block;
    position: relative;
    width: 100%;
    height: 20px;
    line-height: 1
}

    .log-gm p:before {
        content: '';
        display: block;
        height: 1px;
        width: 25%;
        position: absolute;
        top: 10px;
        left: 0;
        border-bottom: 1px solid #ccc
    }

    .log-gm p:after {
        content: '';
        display: block;
        height: 1px;
        width: 25%;
        position: absolute;
        top: 10px;
        right: 0;
        border-bottom: 1px solid #ccc
    }

#login_wrapper .dropdown-toggle {
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0
}

#particles {
    background: #293950 !important
}

.copyright {
    position: static;
    margin-top: 50px
}

body {
    margin: 0 !important;
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    font-size: 13px;
    font-family: roboto,sans-serif;
    background: linear-gradient(180deg,var(--secondary-color) 0%,var(--primary-color) 100%)
}

.container {
    padding: 0
}

.login-actions {
    margin-bottom: 25px
}

.caps-warning {
    display: none;
    position: absolute;
    bottom: 33px;
    right: 20px;
    color: #f4b400
}

.login-actions .btn-link {
    width: 100%
}

.login-actions .btn-login {
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    width: 100%;
    color: #fff;
    background: linear-gradient(45deg,var(--primary-color) 0%,var(--secondary-color) 100%) !important;
    font-size: 1.5em;
    text-transform: uppercase;
    height: 45px;
    box-sizing: border-box;
    border: 0;
    margin: 10px 0 20px
}

    .login-actions .btn-login:is(:hover,:focus,:active) {
        outline: 0 !important;
        border: 0 !important;
        background: linear-gradient(180deg,var(--primary-color) 0%,var(--secondary-color) 100%) !important
    }

    .login-actions .btn-login:visited {
        background: var(--primary-color) !important
    }

    .login-actions .btn-login:active {
        color: #fff
    }

.login-form-box-top {
    padding: 15px 10px
}

.learning-never-stop-section {
    text-align: center;
    max-width: 100%
}

.login-with-links-wrapper {
    display: flex;
    justify-content: space-around
}

    .login-with-links-wrapper .login-with-social-btn {
        padding: 0;
        background: 0 0 !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 !important;
        color: #707070;
        text-decoration: none
    }

        .login-with-links-wrapper .login-with-social-btn label {
            cursor: pointer;
            font-weight: 400
        }

        .login-with-links-wrapper .login-with-social-btn:hover label {
            text-decoration: underline
        }

        .login-with-links-wrapper .login-with-social-btn i, .login-with-links-wrapper .login-with-social-btn img {
            font-size: 2.4em;
            background: #fff;
            border-radius: 50%;
            width: 60px;
            height: 60px;
            padding: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
            box-shadow: 0 3px 6px rgba(0,0,0,.25);
            color: #01a7e5
        }

#header {
    text-align: center;
    position: relative
}

.btn-lang .btn {
    min-width: 130px
}

@media screen and (min-width:550px) {
    #header .btn-lang {
        position: absolute;
        top: 10px;
        right: 0
    }
}

#header.hp_env_header {
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%
}

    #header.hp_env_header .btn-lang {
        position: relative;
        top: auto;
        right: auto
    }

@media screen and (max-width:550px) {
    #header {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

        #header #login_logo img {
            max-width: 135px
        }

        #header.hp_env_header {
            display: flex;
            justify-content: space-around;
            padding-top: 51px
        }

            #header.hp_env_header .btn-lang {
                position: absolute;
                top: 0;
                right: 5%
            }

                #header.hp_env_header .btn-lang .btn {
                    margin-top: 0
                }
}

.btn-lang button .fa-globe {
    font-size: 20px
}

.btn-lang .open > .dropdown-menu {
    right: 0;
    left: auto;
    border-radius: 8px !important;
    top: calc(100% + 2px);
    min-width: 127px;
    text-align: center
}

.btn-lang .btn-default.dropdown-toggle:active, .btn-lang .btn-default.dropdown-toggle:focus {
    background: #fff;
    box-shadow: none !important;
    color: #333;
    outline: unset
}

.learning-never-stop-img {
    max-width: 300px
}

@media screen and (max-width:550px) {
    .learning-never-stop-img {
        max-width: 200px
    }
}

.btn-forgot {
    display: inline-block !important;
    white-space: nowrap;
    margin-top: 5px;
    color: var(--forgot-color) !important;
    text-align: left;
    padding-bottom: 20px
}

    .btn-forgot:hover {
        opacity: .7
    }

.log-gm {
    padding-top: 20px;
    line-height: 67px;
    border-top: 1px solid #fff;
    background: #f9f9f9;
    margin-bottom: 0;
    padding-bottom: 10px;
    border-radius: 0 0 5px 5px
}

#login_wrapper input[type=text], #login_wrapper input[type=password] {
    font-family: helvetica neue,Helvetica,Arial,sans-serif;
    text-indent: 10px;
    font-size: 14px
}

.classera_login_logo {
    max-width: 280px;
    width: 90%
}

.main-login-container a:focus, .main-login-container a:hover, .main-login-container a:active {
    outline: 0
}

.success_flash, .saved_flash, .deleted_flash, .flash_success {
    color: green;
    font-size: 14px;
    font-weight: 700;
    margin-top: 15px
}

.error_flash, .warning_flash {
    color: red;
    font-size: 14px;
    margin-top: 15px
}

.main-login-container {
    border-radius: 8px;
    padding: 0
}

.classera_login_logo {
    margin-top: 16px
}

.row.main-wrapper {
    background: #fff;
    border-radius: 8px;
    position: relative;
    margin: 50px auto;
    max-width: 380px
}

.rect {
    position: absolute;
    background: #fff;
    display: block;
    width: 100px;
    height: 40px;
    border-radius: 0 25px 25px 0
}

    .rect.left-rect {
        top: 200px;
        left: -50px;
        border-radius: 25px 0 0 25px
    }

    .rect.right-rect {
        top: 100px;
        right: -50px
    }

.game-main-container {
    width: 100% !important
}

.game-container {
    zoom: .7
}

@media(min-width:550px) {
    .btn-social {
        margin: 5px !important
    }
}

.btn-social {
    width: auto;
    border-radius: 0;
    font-family: roboto !important;
    font-size: 14px !important
}

    .btn-social > :first-child {
        border-right: 0
    }

.btn-lang .btn {
    background: 0 0;
    border: 0;
    float: right;
    color: #fff;
    border: 1px solid #fff;
    margin-top: 20px;
    border-radius: 25px;
    padding: 12px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.copyright {
    color: #fff;
    margin-top: 0;
    display: none
}

.container {
    padding: 15px
}

body:before {
    content: '';
    background-color: transparent;
    width: 100%;
    top: 40px;
    opacity: .1;
    left: 50%;
    transform: translateX(-80%);
    max-width: 900px;
    background: url(/img/login_mask_bg_7.svg?1) no-repeat;
    top: 0;
    max-width: 100%;
    transform: unset;
    left: 0;
    opacity: 1;
    background-size: 100%
}

.btn-lang .dropdown {
    float: right
}

.rect {
    transition: all .5s ease-in-out
}

.password-active .rect.right-rect {
    -webkit-animation: moveright 8s forwards;
    animation: moveright 1.2s forwards ease-in-out;
    top: 120px
}

.password-active .rect.left-rect {
    -webkit-animation: moveleft 8s forwards;
    animation: moveleft 1.2s forwards ease-in-out;
    top: 120px
}

.user-active .rect.right-rect {
    -webkit-animation: moveright 8s forwards;
    animation: moveright 1.2s forwards ease-in-out;
    top: 40px
}

.user-active .rect.left-rect {
    -webkit-animation: moveleft 8s forwards;
    animation: moveleft 1.2s forwards ease-in-out;
    top: 40px
}

@keyframes moveright {
    0% {
        transform: translateX(0%)
    }

    50% {
        transform: translateX(-40%)
    }

    100% {
        transform: translateX(-30%)
    }
}

@keyframes moveleft {
    0% {
        transform: translateX(0%)
    }

    50% {
        transform: translateX(40%)
    }

    100% {
        transform: translateX(30%)
    }
}

@media screen and (max-width:480px) {
    .game-main-container {
        padding-top: 30px;
        margin: 30px auto !important;
        border-top: 1px solid #eee
    }

    .rect {
        display: none
    }
}

.quickLinksParentBox {
    display: none
}

*:focus {
    outline: 1px solid #5db2ff;
    outline-offset: 3px
}

.ministries_logos_wrapper .ministries_logo {
    max-width: 130px
}

@media screen and (max-width:600px) {
    .ministries_logos_wrapper .ministries_logo {
        max-width: 100px
    }
}

#lala-alert-container {
    display: none
}

.logo_of_hp_company_box img {
    width: 100%;
    max-width: 50px;
    display: block;
    margin: 11px auto 0
}

.login_to_classera_label {
    text-align: left
}

.btn-default.active, .btn-default:active, .btn-default.active, .btn-default:focus, .open > .dropdown-toggle.btn-default {
    background: 0 0 !important;
    color: #fff !important;
    border: 1px solid var(--primary-color) !important
}

    .btn-default.active i.fa-globe, .btn-default:focus i.fa-globe, .btn-default:active i.fa-globe, .open > .dropdown-toggle.btn-default i.fa-globe {
        color: var(--primary-color)
    }

#UserResetForm input[type=submit], #UserResendUsernameForm input[type=submit] {
    width: 100%;
    background: var(--primary-color);
    color: #fff;
    border: 0
}

    #UserResetForm input[type=submit]:is(:hover,:active), #UserResendUsernameForm input[type=submit]:is(:hover,:active) {
        width: 100%;
        background: var(--primary-color);
        color: #fff;
        border: 0;
        opacity: .8
    }

.login-grid-wrapper #authMessage {
    text-align: left
}

.login-grid-wrapper .error-message {
    text-align: left
}
