/*
* Файл local/templates/название_сайта/components/bitrix/system.auth.form/.default/style.css
*/
.system-auth-form {
    margin-top: 15px;
    }
    .system-auth-form > p {
    margin: 5px 0;
    }
    .system-auth-form > h3 {
    margin-bottom: 10px;
    }
    .system-auth-form > p > a {
    text-decoration: underline;
    }
    .system-auth-form > form > div {
    margin-bottom: 5px;
    }
    .system-auth-form > form > div > span {
    display: block;
    }
    .system-auth-form > form > div > span:first-child {
    margin-bottom: 2px;
    }
    .system-auth-form > form > div > span > input[type="text"],
    .system-auth-form > form > div > span > input[type="password"] {
    width: 100%;
    padding: 3px;
    border: 1px solid #ccc;
    }
    .system-auth-form > form > div.captcha {
    border: 1px solid #ccc;
    padding: 15px 10px 10px 10px;
    position: relative;
    margin-top: 15px;
    }
    .system-auth-form > form > div.captcha > h4 {
    position: absolute;
    top: -10px;
    font-weight: normal;
    font-size: 16px;
    background: #eee;
    padding: 0 10px;
    color: #999;
    }
    .system-auth-form > form > div.captcha > span:first-of-type {
    margin-top: 10px;
    }
    .system-auth-form > form > div.remember label {
    font-weight: normal;
    cursor: pointer;
    border-bottom: 1px dashed #333;
    position: relative;
    top: -3px;
    margin-left: 5px;
    }
    .system-auth-form > form > div.submit > input[type="submit"] {
    width: 50%;
    padding: 5px;
    background: #333;
    color: #fff;
    border: none;
    margin-top: 10px;
    }
    .system-auth-form i {
    font-style: normal;
    font-weight: bold;
    color: #f00;
    }