

/* Start:/local/templates/ai_template/components/bitrix/system.auth.changepasswd/.default/style.css?1758811968978*/
/**
 * Стили формы
 *
 * @author Alexandr Grigoriev <aleksandr.grigoriev@aurus-auto.ru>
 */

.form-reqvered {
    color: red;
}

.form-medik-h{
    font-weight: 400;
    margin-bottom: 20px;
}

div#preloader {
    position: relative;
    width: 100%;
    height: 400px;
}

div#preloader::after {
    content: '';
    height: 48px;
    width: 48px;
    border: 5px solid transparent;
    border-bottom-color: red;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0%      { transform: rotate(0deg); }
    100%    { transform: rotate(360deg); }
}

.disclaimer {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 12px;
    padding: 15px;
    margin-top: 1.5rem;
    font-size: 0.9rem;
    color: #856404;
    line-height: 1.6;
}

.ui-ctl-input{
    max-width: 100%;
    max-height: 100%;
    width: 491px;
}

/* End */
/* /local/templates/ai_template/components/bitrix/system.auth.changepasswd/.default/style.css?1758811968978 */
