
a:active, a:focus {
    outline: none;
}

input, textarea, password {
    outline:none;
}
input:active, textarea:active, password:active {
    outline:none;
}
:focus {
    outline:none;
}
textarea {
    resize:none;
}
textarea {
    resize:vertical;
}
textarea {
    resize:horizontal;
}



body{
    background-color: var(--login-background-color) !important;
}
.loginSpace{
    width: 100%;
    height: 100%;
    display:flex;
    flex-direction: row;
    flex-wrap:  wrap;
    justify-content: center;
    background-color: var(--login-background-color) !important;
}

.loginLeftPanel{
    /*width: 450px;*/
    /*margin-left: -250px;*/
    /*margin-right: 150px;*/
    flex-basis: 20%;
    margin-right: 150px;
}

.loginMainPanel{
    margin-top: 200px;
    padding-bottom: 100px;
    /* padding-right: 50px;
     padding-left: 50px;*/
    margin-left: auto;
    margin-right: auto;
    width: 350px;
}

.loginTextPanel{

}

.loginPromoPanel{
    font-size: 24px;
    line-height: 31px;
    margin-top: 16px;
}
.loginLabelPanel{
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    font-weight: 600;
    margin-top: 16px;
}

.loginLogoSpace {
    /*position: relative;*/
    background-image: var(--login-logo);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 67px;
    width: 303px;
    /*font-size: 36px;
    font-family: 'Nunito Sans';
    font-weight: 700;

    color:var(--login-font-color);*/

}
/*.loginLogoSpace:after{
    content: "®";
    font-size: 16px;
    position: absolute;
    top: 2px;
    font-weight: 200;
    margin-left: 3px;
}*/
.loginInRegChoice{
    margin-top: 63px;
    margin-left: 50px;
    /*margin-left: auto;
     margin-right: auto;*/
    width: fit-content;
}
.loginLink{
    display: inline-block;
    font-size: 14px;
    color: var(--labels-font-color);
    padding-left: 20px;
    padding-right: 20px;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.loginLink:hover{
    text-decoration: underline;
    cursor: pointer;
}

.loginLink.active{
    color: var(--labels-font-color-active);
    ;
    text-decoration: underline;
}

.loginRegPanel{
    margin-top: 45px;
    display: none;
}
.loginPanel{
    margin-top: 45px;
}

.loginInput{
    background-color: var(--input-back-color);
    color:var(--input-color);
    width: 100%;
    height: 37px;
    border: solid 1px var(--input-back-color);
    border-radius: 5px;
    font-size: 14px;
    margin-right: 10px;
    box-shadow: none;
    padding-left: 7px;

}


.loginInput::placeholder{
    color:var(--input-color);
}


.loginInput:focus {
    box-shadow: 0 0 2px rgba(255,255,255,.5)
}

.inputLine{
    margin-top: 15px;
    width: 445px;
}
.inputField{
    display: inline-block;
    position: relative;
    width:200px;
    margin-right:20px;
}
.inputField.block{
    display: block;
    width: 340px;
    margin-top: 15px;
}



.inputSuccess {
    background-image: url(../img/css/inputOk.svg);
    width: 12px;
    height: 12px;
    position: absolute;
    top: 12px;
    right: 5px;
    visibility: hidden;
}
.loginSelect{
    width: 210px;
}

.doubleButton > div{
    display: inline-block;
    padding-left: 13px;
    padding-right: 13px;
    height: 23px;
    text-align: center;
    cursor: pointer;
    border: solid 1px var(--button-inactive-color);
    background-color: var(--button-inactive-color);
    color:var(--button-inactive-font-color);
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.doubleButton > div:hover{
    box-shadow: 0 0 1px var(--button-inactive-shadow)
}

.doubleButton > div.active{
    border: solid 1px var(--button-color);
    background-color: var(--button-color);
    color:var(--button-font-color);
}

.doubleButton > div.active:hover{
    box-shadow: 0 0 1px var(--button-shadow)
}

.doubleButton :nth-child(1){
    border-radius: 5px 0px 0px 5px;
}

.doubleButton :nth-child(2){
    border-radius: 0px 5px 5px 0px;
    margin-left: -3.5px;
}

.password{

}

.byEmailPanel{
    /*display: none;*/
}

.loginButton{
    text-align: center;
    color: var(--button-font-color);
    height: 29px;
    padding-top: 4px;
    background: var(--button-color);
    border-radius: 5px;
    width: fit-content;
    padding-left: 25px;
    padding-right: 25px;
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    font-size: 14px;
}

.loginButton:hover{
    box-shadow: 0 0 3px var(--button-shadow)
}

.loginButton.register{
    margin-top: 31px;
}


.themeSelector{
    margin-top: 20px;
    cursor: pointer;
    width: fit-content;
}
.themeName {
    display: inline-block;
    height: 37px;
    margin-left: 12px;
    margin-top: 6px;
    position: absolute;
}

.loginInfoPanel{
    margin-top: 250px;
    margin-left: 100px;
    flex-basis: 35%;
    font-size: 18px;
}

.vewrticalLine{
    width:0px;
    border: solid 1px   var(--veritcal-line-color); /*#D9D9D9*/
    margin-top: 61px;
    margin-bottom: 61px;

}

.partnersContainer{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
    max-width: 480px;
}

.partnersLogo{
    margin-right: 20px;
    margin-bottom: 20px;
    width: 135px;
    cursor: pointer;
}

.getSMS{
    margin-top: 20px;
}
.enterPanel{
    margin-top: 20px;
}
.enterPanel>div{
    display: inline-block;
}
.enterPanel>div.loginLink{
    margin-left: 30px;
}

.inputError{
    box-shadow: 0px 0px 5px  rgba(255,0,0,0.8);
}

/* Подтверждение номера телефона */
.smsVerif, .emailRestore, .emailVerif{
    margin-top: 20px;
    display:none;
    max-width: 350px;
}
.smsVerifCaption, .emailRestoreCaption, .emailVerifCaption{
    /*text-align: center;*/
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;

}

.smsVerifText, .emailRestoreText, .emailVerifText{
    font-weight: 600;
    font-size: 12px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}


.space20{
    height: 20px;
}

.socialMedisPanel{
    height: 60px;
    margin-top: 20px;
}
.ourSocial{
    width: 43px;
    height: 43px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    /*margin-right: 10px;*/
}
.ourTelegram{
    background-image: url('../img/css/telegram_logo.svg');
}

.ourYoutube{
    background-image: url('../img/css/youtube_logo.svg');
}

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

    .loginLeftPanel{
        margin-left: 0px;
    }
    .loginTextPanel{
        width: fit-content;
    }

    .vewrticalLine{
        display:none;
    }
    .loginInfoPanel{
        margin-top: 20px;
        margin-left: 50px;
        flex-basis: 100%;
    }
    .loginMainPanel{
        margin-top: 50px;
        padding-bottom: 0px;
        padding-right: 50px;
    }
    .partnersContainer{
        max-width: 90%;
    }
    .partnersLogo{
        width: 116px;
        height: 26px;
    }

}

@media screen and (max-width: 570px) {
    .loginLeftPanel{
        /*width: 450px;*/
        /*margin-left: -250px;*/
        /*margin-right: 150px;*/
        flex-basis: auto;
        margin-right: 0px;
        width: 100%;
    }

    .loginTextPanel{
        width: 340px;
        margin-left: auto;
        margin-right: auto;
    }
    .loginRegPanel{
        margin-left: auto;
        margin-right: auto;
    }
    .loginPanel{
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .inputLine{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        /*justify-content:  center;*/
        margin-top: 0px;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .loginSelect{
        width: 290px;
    }

    .inputField{
        margin-bottom: 15px;
        width: 300px;
    }

    .loginMainPanel{
        margin-top: 50px;
        padding: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 350px;
    }
    .partnersLogo{
        width: 90px;
        margin-right: 10px;
    }

    .partnersLogo img{
        width: 100%;
    }

    .loginInfoPanel{
        justify-content: center;
        margin-left: 33px;
    }

    .inputField.block{
        width: 300px;
    }
    .loginRegPanel {
        width: min-content;
    }
    .loginLogoSpace{
        margin-left: auto;
        margin-right: auto;
        width: 303px;
        height: 60px;
        background-image: var(--login-logo);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .smsVerif, .emailRestore, .emailVerif{
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .smsVerifText{
        width: 280px;
        text-align: center;
    }
    .loginInRegChoice{
        margin-left: auto;
        margin-right: auto;
    }
    .themeSelector {
        margin-left: 25px;
    }
}

