#page-login .preloader-account-login {
    position: absolute;
    display: grid;
    top: 60%;
    z-index: 1;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

#page-login .preloader-account-login svg {
    width: 120px;
}
#page-login .overlay {
    background: rgb(255 255 255 / 20%);
    filter: blur(3px);
    pointer-events: none;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    user-select: none;
}

.page_content_wrap {
    padding: 0;
}
.page_content_wrap .content_wrap {
    width: 100% !important;
}
.top_panel_middle .logo a:first-child {
    display: flex;
    align-items: center;
}
.top_panel_middle .logo .logo_text {
    margin-left: 13px;
}
.top_panel_middle .menu_main_wrap {
    margin-top: 3.8em;
}
#page-login {
    padding: 200px 30px;
    background: url('../../images/login-background.jpg') center / cover no-repeat;
    min-height: 270px;
}
#page-login .inner {
    background: white;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 470px;
    height: auto;
    padding: 35px 0;
    -webkit-box-shadow: 5px -1px 34px rgba(0,0,0,.05);
    box-shadow: 5px -1px 34px rgba(0,0,0,.05);
    border-radius: 5px;
}
#page-login .form-row.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 70px;
}
#page-login .form-row.tabs .tab {
    width: 50%;
    text-align: center;
}
#page-login .form-row.tabs .tab:first-child p {
    border-radius: 5px 0 0 5px;
}
#page-login .form-row.tabs .tab:last-child p {
    border-radius: 0 5px 5px 0;
    border-left: 1px solid transparent;
}
#page-login .form-row.tabs .tab p {
    height: 100%;
    padding: 11.5px 12px;
    font-size: 18px;
    line-height: 140%;
    color: #363636;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    outline: 0;
    border: 1px solid #e1e8f8;
    cursor: pointer;
    margin: 0;
}
#page-login .form-row.buttons-wrap {
    display: flex;
  position: relative;
  top: 50px;
  margin-bottom: 50px;
  justify-content: center;
}

.block-write-information .error-text {
    color: #ff5d5d;
}

#page-login h2,
#page-login .code-sended {
    padding: 0 50px;
    margin: 0;
    font-family: inherit;
}
#page-login .code-sended {
    font-size: 15px;
    margin-top: 10px;
}

#page-login .form-row.tabs .tab p.active {
    background: #f5f6f8;
    color: #3b7fe7;
}
#page-login .verification-form {
    display: none;
}
#page-login .form-row.tabs .tab p:hover {
    border: 1px solid #accbeb !important;
}
.block-write-information .form-row input {
    width: 100%;
    border: 1px solid #cbd5ea;
    border-radius: 5px;
    background: #fff;
    font-family: inherit;
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    color: #363636;
    cursor: pointer;
    outline: 0;
    -webkit-transition: border .3s,-webkit-box-shadow .3s;
    transition: border .3s,box-shadow .3s;
    transition: border .3s,box-shadow .3s,-webkit-box-shadow .3s;
    height: 50px;
    padding: 10px 15px 0 15px;
    text-transform: unset;
}
.block-write-information {
    position: relative;
    padding: 25px 50px 0 50px;
}

.block-write-information .form-row {
    position: relative;
}

.block-write-information input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color 0.2s ease;
}
.block-write-information input:hover {
    border-color: #7bacdf;
}

.block-write-information .floating-label {
    position: absolute;
    left: 12px;
    top: 12px;
    color: #878787;
    transition: all 0.2s ease;
    pointer-events: none;
    font-size: 15px;
}
.block-write-information .phone .floating-label {
    top: -2px;
    left: 15px;
    font-size: 11px;
    color: #878787;

}
.block-write-information input:focus {
    -webkit-box-shadow: 0 0 0 1px #7bacdf;
    box-shadow: 0 0 0 1px #7bacdf;
    border-color: #7bacdf;
}
.block-write-information input.has-value + .floating-label {
    top: -2px;
    left: 15px;
    font-size: 11px;
    color: #878787;
}
.scheme_original input[type="text"]:focus,.scheme_original input[type="text"]:hover, .scheme_original input[type="tel"]:hover, .scheme_original input[type="number"]:hover, .scheme_original input[type="email"]:hover, .scheme_original input[type="search"]:hover, .scheme_original input[type="password"]:hover, .scheme_original select:hover, .scheme_original textarea:hover {
    -webkit-box-shadow: 0 0 0 1px #7bacdf;
    box-shadow: 0 0 0 1px #7bacdf;
    border-color: #7bacdf !important;
}

.block-write-information button {
    height: 50px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    background: linear-gradient(85.06deg,#59c6bc 0%,#0ca294 100%);
    border: 1px solid #59c6bc;
    border-radius: 5px;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-transition: background .3s,color .3s;
    transition: background .3s,color .3s;
    display: block;
    font-size: 16px;
    width: 175px;
    transition: background 0.8s ease, color 0.3s;
    margin: 0 5px;
}
.block-write-information button:hover {
    background: linear-gradient(85.06deg,#0ca294 0%,#59c6bc 100%);
    color: white;
}
.block-write-information.verification-code {
    padding: 20px 50px 0 50px;
}
.sadegfsaerdg {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
}
.ring {
    position: relative;
    width: 500px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes animate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate2 {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
.login {
    position: absolute;
    width: 300px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
