

/* Start:/local/templates/s1_lkp/components/bitrix/system.auth.authorize/.default/style.css?17534168761967*/
body {
    color: #232735;
    user-select: none;
    font-family: "Open Sans", sans-serif;
    background-image: url(/local/templates/s1_lkp/components/bitrix/system.auth.authorize/.default/./assets/Bg.png);
}

.wrapper {
    background-color: #ffffffe5;
    backdrop-filter: blur(5px);
    display: flex;
    height: 100vh;
    align-items: center;
}

.left {
    flex: 1;
}

.header {
    width: 360px;
    height: 122px;
    margin: 0 auto 32px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header__logo {
    margin-bottom: 24px;
}

.header__title {
    font-weight: 600;
    font-size: 22px;
    line-height: 38px;
    text-align: center;
}

.login__form_wrapper {
    border: 1px solid #f1f1f1;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 20px;
    width: 360px;
    margin: auto;
}

.login__form {
    margin: 16px 0;
}

.login__header {
    display: flex;
    justify-content: end;
}

.label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    align-items: center;
}

.required {
    color: #ff6900;
    padding-top: 3px;
}

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

.input {
    width: 100%;
    padding: 10px 16px;
    padding-right: 40px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
}

.input:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.toggle_confirm_password,
.toggle_password {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
}

.links {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #1a47a9;
    text-decoration: underline;
}

.links > a:hover {
    color: #052b7e;
}
.information {
    color: #616d94;
}

.submit {
    background-color: #ff6900;
    width: 100%;
    height: 40px;
    color: #ffffff;
    border-radius: 4px;
}

.submit:hover {
    background-color: #d26110;
}

.hide {
    display: none;
}
/* End */
/* /local/templates/s1_lkp/components/bitrix/system.auth.authorize/.default/style.css?17534168761967 */
