.page-container{
    min-height: 700px;
    width: 100%;
}

.authorization{
    width: 100%;
    min-height: inherit;
}
.authorization-form{
    flex-direction: column;
    flex: 1;
    -ms-flex: 1;
    text-align: center;
    max-width: 400px;
    padding: 50px;
    display: table-cell;
    margin: auto;
    vertical-align: middle;
}

.authorization-form>div{
    margin:auto;
}


.authorization-form input{
    margin:10px 0px;
}

.authorization-form select{
    margin:10px 0px;
}
.authorization-image{
    flex-direction: column;
    flex: 2;
    -ms-flex: 2;
}   

.authorization-image.webp{
    background: #c7ddef url(/files/images/pages/login_lg.webp) fixed bottom;
    background-repeat: repeat-x;
} 
.authorization-image.jpg{
    background: #c7ddef url(/files/images/pages/login_lg.jpg) fixed bottom;
    background-repeat: repeat-x;
} 

.authorization-text{
    font-size: 1.5em;
    max-width: 600px;
    margin: auto;
        padding: 20px 0;
}

.authorization-text>div{
    padding: 25px 35px;
    color: #FFF;
    background: #ffffff2b;
    border-radius: 3px;
    margin: 50px auto 50px auto;
    max-width: 600px;
}
.authorization-text h4{
    margin: 0px 0px 10px 0px;
    border-bottom: 1px solid #FFF;
    padding-bottom: 15px;
}
.authorization-text li{
    line-height: 1.8em;
    margin: 0px 0px 0px 20px;
    list-style-type: disc;
}



.site_rules_agree{
    text-align: left;
    margin: 10px 0px;
}


.confirm-page{
    max-width: 600px;
    margin: auto;
}

.confirm-form{
    padding: 180px 15px 70px 15px;
    text-align: center;
}

.confirm-form .flex{
    margin: 30px auto 15px auto;
    max-width: 350px;
}


.confirm-input{
    flex:2;
    -ms-flex:2;
    margin-right: 10px;
}

.confirm-button{
    flex:1;
    -ms-flex:1;
}


.confirm-mail-form .flex{
    margin: 30px auto 15px auto;
    max-width: 450px;
}

.confirm-email-input{
    flex:3;
    -ms-flex:3;
    margin-right: 10px;
}


.page-change-password{
    max-width: 300px;
    margin: 120px auto 30px auto;
}

.change-password-form>div{
    margin:25px 0px;
}

.change-password-form label{
    text-align: left;
    display: block;
    margin: 8px 0px;
    font-weight: bold;
    color: #545454;
}
.change-password-form .eye{
    margin-top: 18px;
    margin-right: 0;
}

@media only screen and (max-width: 1100px ) {
    .authorization-text{
        font-size: 1.2em;
    }
    .authorization-text>div{
        margin: 40px 30px;
    }
}


@media only screen and (max-width: 768px ) {
    .authorization{
        display:block;
    }
    .authorization-form {
        display:block;
    }
    .authorization-image{
        display:block;
    }
    .register-page .authorization-image{
        display:none
    }

    .confirm-form {
        padding: 100px 20px 70px 20px;
        text-align: center;
    }

} 
