

/* Start:/local/templates/mapkarta_main/components/bitrix/system.auth.form/authform/style.css?17573444462129*/
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/mapkarta_main/components/bitrix/system.auth.form/authform/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/mapkarta_main/components/bitrix/system.auth.form/authform/images/sec-unlocked.png);
}


.bx-system-auth-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 24px 32px;
}


.bx-system-auth-form form {
    width: 100%;
    padding: 24px 32px;
    border-radius: 24px;
    position: relative;
    background: var(--bg-1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 1;
    color: var(--ink-1);
    box-shadow: 0 0 12px 8px rgb(0, 0, 0, 0.05);
}

.bx-system-auth-form input[type=text],
.bx-system-auth-form input[type=password] {
    width: 100%;
    height: 24px;
    font-size: 20px;
    border-radius: 8px;
    border: 1px solid #000;
    padding: 6px 12px;
    margin: 8px 0;
}

.bx-system-auth-form input[type=checkbox] {
    width: 24px;
    height: 24px;
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.input-wrapper input {
    flex: 1;
    padding-right: 40px;
}

.toggle-password {
    position: absolute;
    right: 8px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.toggle-password img {
    height: 24px;
}

.auth-title {
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    margin-bottom: 32px;
}

.auth-btn {
    display: block;
    background: #0074fe;
    height: 40px;
    font-size: 24px;
    color: #fff;
    padding: 4px 16px;
    margin: 8px auto;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.auth-btn:hover {
    background: #015dc8;
}
/* End */
/* /local/templates/mapkarta_main/components/bitrix/system.auth.form/authform/style.css?17573444462129 */
