

/* Start:/bitrix/templates/eshop_bootstrap_red/components/bitrix/system.auth.form/auth-page/style.css?17833160842258*/
/*auth*/
.auth-line{        
    font-size: 3.4rem;  
    margin-top: 1.7rem;

    width: 100%;
    text-align: right;
}
.auth-line form{
    display: inline;
}
.auth-line form .cross{
    background: none;
    border: none;
    color: #DBDBDB;
}
@keyframes login-hover {
    from {
        color: #222221;
        background-image: none;
    }
    to {
        color: transparent;
        background-image: url(/bitrix/templates/eshop_bootstrap_red/components/bitrix/system.auth.form/auth-page/images/loginhover.png);        
    }
}
.auth-line--link{
    position: relative;
    color: #222221;
    text-transform: lowercase;
    background-position: left center;
    background-repeat: no-repeat;
    margin-right: 2.5rem;
    animation-duration: .15s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-fill-mode: none;
    background-position-x: left;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: contain;

}
.auth-line--link:hover{
    color: transparent;
    animation-name: login-hover;
    text-decoration: none;
    background-image: url(/bitrix/templates/eshop_bootstrap_red/components/bitrix/system.auth.form/auth-page/images/loginhover.png);
}
.auth-line--link__login{
    color: #222221;   
    width: 70%;
    display: inline-block;
}
.auth-line--link__login:hover{
    text-decoration: none;
    color: #6b6b6b;
}
.auth-line--link:before{
    content: "";
    background-image: url(/bitrix/templates/eshop_bootstrap_red/components/bitrix/system.auth.form/auth-page/images/user.png);
    width: 2.5rem;
    height: 2.5rem;
    display: block;
    position: absolute;
    left: -3.5rem;
    top: 20%!important;
    background-repeat: no-repeat;
    background-size: contain;
}

/*popup*/
.popup{
    display: none;
}
.register-form label{
    margin-bottom: 3.3rem;
}
.register-form label input,
.register-form label{
    width: 100%;
}
.register-form{
    width: 420px;
    margin: 0 auto;
    max-width: 100%;
}
.register-form label p {
    margin-bottom: 0;
}
.f-btn-right{
    height: 4.8rem;
    width: calc(100% - 20rem);
    padding-left: 3.3rem;
    font-size: 2.4rem;
    line-height: 2.4rem;
    float: right;

}
.register-form--alert{
    color: red;
}
.register-form input[type="submit"]{
    float: left;
}

@media only screen and (max-width: 600px){
    .f-btn-right{       
        width: 100%;
        padding-left: 0;
        line-height: 3.4rem;
        float: left;
        padding-top: 1.5rem;
    }
}
/* End */
/* /bitrix/templates/eshop_bootstrap_red/components/bitrix/system.auth.form/auth-page/style.css?17833160842258 */
