

/* Start:/local/templates/lmoment/components/bitrix/system.auth.form/.default/style.css?17478169181340*/
div.bx-system-auth-form span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:bottom; margin-top:-1px;}
div.bx-system-auth-form div.bx-auth-secure-icon {background-image:url(/local/templates/lmoment/components/bitrix/system.auth.form/.default/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-system-auth-form div.bx-auth-secure-unlock {background-image:url(/local/templates/lmoment/components/bitrix/system.auth.form/.default/images/sec-unlocked.png);}

#user_login, #user_password {
    display: block;
    width: 75vw;
    max-width: 300px;
    height: 50px;
    font-size: 14px;
    border-radius: 25px;
    padding: 0 20px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    transition: all 0.3s ease;
}

#user_login:focus, #user_password:focus {
    border-color: #000000;
    outline: none;
}

#user_login::placeholder, #user_password::placeholder {
    color: #3B4F7D52;
}

#user_login:focus::placeholder, #user_password:focus::placeholder {
    color: #000000;
}

.auth-background-video {
    position: absolute;
    width: 100%;
    max-width: 450px;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
}

.auth-block {
    position: relative;
    overflow: hidden;
}

.auth-buttons {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}



/* End */
/* /local/templates/lmoment/components/bitrix/system.auth.form/.default/style.css?17478169181340 */
