

/* Start:/local/templates/.default/components/bitrix/system.auth.authorize/auth/style.css?17714947611525*/
/* ====== AUTH COMMON ====== */
.auth-wrapper {
    max-width: 420px;
    margin: 0 auto;
}
.auth-wrapper td {
	padding: 5px;
}
.auth-wrapper form {
    margin-top: 20px;
}

/* INPUTS */
.auth-wrapper input[type="text"],
.auth-wrapper input[type="email"],
.auth-wrapper input[type="password"] {
    display: block;
    margin-bottom: 6px;
    height: 48px;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    font-family: "PTSans", Arial, sans-serif;
    font-size: 14px;
    color: #626466;
    border-radius: 6px;
    background-color: #eee;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

/* FOCUS */
.auth-wrapper input:focus {
    outline: none;
    background-color: #fff;
    border-color: #bbb;
}

/* BUTTONS */
.auth-wrapper input[type="submit"],
.auth-wrapper button {
    display: block;
    width: 100%;
    height: 48px;
    margin-top: 12px;
    background: red;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-family: "PTSans", Arial, sans-serif;
    font-size: 14px;
    cursor: pointer;
}

.auth-wrapper input[type="submit"]:hover {
    background-color: #FF4B45;
}

/* LINKS */
.auth-links {
    margin-top: 16px;
    text-align: center;
}

.auth-links a {
    font-size: 13px;
    color: #626466;
    text-decoration: underline;
}

.auth-links a:hover {
    text-decoration: none;
}

/* ERRORS */
.auth-wrapper .errortext {
    margin-bottom: 12px;
    padding: 10px;
    background: #ffecec;
    color: #c00;
    border-radius: 6px;
    font-size: 13px;
}

/* End */
/* /local/templates/.default/components/bitrix/system.auth.authorize/auth/style.css?17714947611525 */
