

/* Start:/local/templates/s1_lkp/components/bitrix/main.register/redesign/style.css?17534168763695*/
body {
    color: #232735;
    user-select: none;
    font-family: "Open Sans", sans-serif;
   
}

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

.left,
.right {
    flex: 1;
}

.right__section_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 40px 0 0 40px;
}

.right__section_img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header {
    width: 100%;
    height: 104px;
    padding: 32px;
    margin-bottom: 64px;
}

.header__logo {
    width: 236px;
    height: 40px;
}

.content {
    /*padding: 0 160px;*/
}

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

.login__form_wrapper > h1 {
    font-weight: 600;
    font-size: 22px;
}
.login__form {
    margin: 16px 0;
}
.login__header {
    display: flex;
    justify-content: space-between;
}
.label {
    display: flex;
    margin-bottom: 6px;
    font-size: 14px;
    align-items: center;
}
.label__text {
    margin-right: 4px;
}
.tooltip-trigger {
    cursor: pointer;
    position: relative;
}
.tooltip-trigger:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
.tooltip-text {
    box-shadow: 0px 2px 8px 0px #00000026;
    visibility: hidden;
    color: #232735;
    font-size: 12px;
    width: 228px;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 8px;
    position: absolute;
    z-index: 2;
    top: -22px;
    left: 25px;
    opacity: 0;
    transition: opacity 0.3s;
}
.tooltip__inn {
    top: -10px;
}
.tooltip-text::after {
    content: "";
    position: absolute;
    top: 40%;
    left: -2px;
    margin-left: -7px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}

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

.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;
}

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

.button-link:hover {
    background-color: #ff6900;
    color: #ffffff;
}

.top20 {
    margin-top: 20px;
}

.hide {
    display: none;
}

.alert.alert-danger {
    color: #FD782D;
}



.error {
    
    border: 1px solid #F97066;
}
/* Description */

/* Auto layout */
.error__description {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 3px 0 0 0;
    gap: 2px;

    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    
    color:  #F97066;
    letter-spacing: 0%;
    /*width: 360px;*/
    height: 20px;
    letter-spacing: 0%;
}

/* Inside auto layout */
/*
flex: none;
order: 1;
align-self: stretch;
flex-grow: 0;
*/
/* End */
/* /local/templates/s1_lkp/components/bitrix/main.register/redesign/style.css?17534168763695 */
