

/* Start:/local/templates/TraumatologyOrenburg/template_styles.css?16916555164075*/
body {
    font-family: 'Ubuntu';
    margin: 0;
}

.auth-wrap {
    background: #F4F7FD;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    flex-direction: column;
}

.auth-wrap .logo {
    margin-bottom: 80px;
}

.auth-wrap .title {
    font-size: 53px;
    line-height: 58px;
    font-weight: bold;
    color: #E8EEF7;
    margin-bottom: -10px;
    text-transform: uppercase;
}

.auth-wrap .form {
    border-radius: 30px;
    background: #FFFFFF;
    border: 1px solid #1C7CC4;
    padding: 5px 20px;
    width: 441px;
    position: relative;
    margin-bottom: 28px;
}

.auth-wrap .form_text {
    border-radius: 30px;
    background: #FFFFFF;
    border: 1px solid #1C7CC4;
    padding: 20px 20px;
    width: 441px;
    position: relative;
    margin-bottom: 28px;
}

.auth-wrap .form_text + .btn-send {
    max-width: 482px;
}

.auth-wrap .form:hover {
    border-color: transparent;
}

.auth-wrap .form:hover::before {
    content: "";
    position: absolute;
    left: -3px;
    top: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border: 1px solid #1C7CC4;
    background: #FFFFFF;
    border-radius: 30px;
}

.auth-wrap .input-wrap {
    display: flex;
    align-items: center;
    padding: 15px 0;
    z-index: 2;
    position: relative;
}

.auth-wrap .input-wrap:first-of-type {
    border-bottom: 1px solid #F4F7FD;
}

.auth-wrap .input-wrap input {
    flex-grow: 1;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #263240;
}
.auth-wrap .input-wrap input:focus {
    outline: none;
    border: none;
    box-shadow: none;
}


.auth-wrap .input-wrap .icon {
    border: 1px solid #F4F7FD;
    border-radius: 50%;
    width: 46px;
    min-width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.auth-wrap .input-wrap .icon svg {
    color: #92a3be;
}

.auth-wrap .input-wrap input::-moz-placeholder{
    color: #BCCBE3;
}

.auth-wrap .input-wrap.focus .icon svg {
    color: #263240;
}

.checkbox-wrap {
    margin-bottom: 30px;
}

.checkbox-wrap input {
    opacity: 0;
    z-index: -1;
    position: absolute;
}

.checkbox-wrap label {
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    line-height: 22px;
    color: #92A3BE;
    cursor: pointer;
}

.checkbox-wrap label::before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 16px;
    height: 16px;
    border: 1px solid #92A3BE;
    border-radius: 50%;
}

.checkbox-wrap input:checked + label::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.947' height='5.49' viewBox='0 0 7.947 5.49'%3E%3Cpath d='M0,1.84,1.84,3.68,5.827,0' transform='translate(1.061 1.06)' fill='none' stroke='%2392a3be' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E");
    width: 19px;
    height: 17px;
    background-position: center;
    background-repeat: no-repeat;
}

.auth-wrap .btn-send {
    width: 100%;
    border: none;
    background: #1C7CC4;
    border-radius: 30px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
    padding: 15px;
    cursor: pointer;
    text-decoration: none;
}

.auth-wrap .error {
    padding: 12px 6px 12px 20px;
    border-radius: 30px;
    display: flex;
    width: auto;
    margin: 30px auto;
    align-items: center;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    background: #E63A2E;
}

.auth-wrap .error .close {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    background: #DE2424;
    cursor: pointer;
}

.auth-wrap .error .close svg {
    color: #ff827b;
}

.auth-wrap .error .close:hover svg {
    color: #FFFFFF;
}

.auth-wrap .flex {
    display: flex;
    justify-content: center;
}
/* End */
/* /local/templates/TraumatologyOrenburg/template_styles.css?16916555164075 */
