

/* Start:/local/templates/marmalato/components/bitrix/system.auth.authorize/ext_auth/style.css?17637424502428*/
.ext-auth-form {
    width: 360px;
    margin: 0 auto;
}
.ext-auth-form .alert {
    margin-top: 10px;
    margin-bottom: 10px;
}
.ext-auth-form .alert-danger {
    color: #f00;
}
.ext-auth-form .forgot-link {
    display: block;
    text-align: center;
    margin-top: 17px;
    margin-bottom: 23px;
    font-size: 12px;
}
.ext-auth-form .forgot-link a:hover {
    color: #00f3a0;
}

.ext-auth-form ul {
    margin: 0;
    padding: 0;
}
.ext-auth-form .tabs {
    margin-bottom: 10px;
    text-align: center;
}
.ext-auth-form .tabs li {
    display: inline;
    margin: 0 10px 0 0;
    padding: 0;
}
.ext-auth-form .tabs a {
    text-decoration: underline;
}
.ext-auth-form .tabs a.active {
    font-weight: bold;
}
.ext-auth-form .tab {
    display: none;
}
.ext-auth-form .tab.active {
    display: block;
}

.ext-auth-form .note {
    text-align: center;
    margin-bottom: 10px;
}

.ext-auth-form input[type="text"],
.ext-auth-form input[type="email"],
.ext-auth-form input[type="password"],
.ext-auth-form input[type="submit"],
.ext-auth-form input[type="button"] {
    width: 100%;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-bottom: 1px solid #000;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    background: none;
}

.ext-auth-form input[type="submit"],
.ext-auth-form input[type="button"] {
    background: #000;
    font-weight: bold;
    color: #fff;
    border-bottom: 0;
}

.ext-auth-form input[type="submit"]:hover,
.ext-auth-form input[type="button"]:hover {
    background-color: #00f3a0;
}

.ext-auth-form input[type="submit"]:disabled,
.ext-auth-form input[type="button"]:disabled {
    background-color: silver;
}

.ext-auth-form label {
    font-weight: normal;
    margin-bottom: 0;
}
.ext-auth-form input[type="checkbox"] {
    display: none;
}
.ext-auth-form input[type="checkbox"] + span {
    position: relative;
    padding-left:34px;
    display: block;
    height: 25px;
    line-height: 25px;
    margin-top: 15px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 12px;
}
.ext-auth-form input[type="checkbox"] + span:before {
    content: '';
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    top: 0;
    background: url("/local/templates/marmalato/components/bitrix/system.auth.authorize/ext_auth/images/remember-def.png") center center no-repeat;
}
.ext-auth-form input[type="checkbox"]:checked + span:before {
        background: url("/local/templates/marmalato/components/bitrix/system.auth.authorize/ext_auth/images/remember.png") center center no-repeat;
}

/* End */
/* /local/templates/marmalato/components/bitrix/system.auth.authorize/ext_auth/style.css?17637424502428 */
