@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap");

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Poppins, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: normal;
    overflow-x: hidden;
    background-color: #FFFEFE;
    color: #747794;
}

.error-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999998;
}
.alert {
    background: #FFFEFE;
    border: 1px solid #FF4C1F4D;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    /*box-shadow: 5px 5px 40px 0px #FF4C1F40;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px 0 0;
    width: 35%;
    margin: 0 auto;
    z-index: 999999;
}
.error-description {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.alert button {
    border: 0;
    background-color: inherit;
    cursor: pointer;
}
.alert .notify-mark {
    width: 86px;
    height: 86px;
}
.alert .x-mark {
    width: 20px;
    height: 20px;
}
.x-mark:hover {
    width: 21px;
    height: 21px;
}
.fz-medium {
    font-size: 16px;
}

.fz-large {
    font-size: 40px;
}

.h1-title {
    margin: 0;
}

/* Error handling */
.field-error { margin-top:6px; font-size:12px; color:#E54545; display:flex; gap:6px; }
.field-error.hidden { display:none !important; }
.style-input.error { border-color:#E54545; }

.right-side {
    height: 740px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-image: url("/templates/frontpage/template/img/right-side-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.right-side .text-color {
    color: #FFFEFE;
}

.left-side {
    background-color: #FFFEFE;
    height: 740px;
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: #A8DDF9 solid 1px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    gap: 30px;
}

.registration-logo {
    width: 192px;
    height: 49px;
    margin: 20px 0 0 20px;

}

.style-block {
    display: flex;
    background-color: #F8F9FB;
    border-left: 6px solid #16C5A4;
    box-sizing: border-box;
    max-width: 960px;
    margin: 0 auto 30px auto;
}

input::placeholder {
    font-size: 18px;
    font-weight: 400;
}

.background-image-1 {
    display: inline;
    background-image: url("/templates/frontpage/template/img/registration-bg-1.svg");
    background-repeat: no-repeat;
    top: 210px;
    right: 25px;
    position: absolute;
    width: 188px;
    height: 76px;
}

.background-image-2 {
    display: inline;
    background-image: url('/templates/frontpage/template/img/registration-bg-4.svg');
    clip-path: inset(0% 72% 0% 0%);
    background-repeat: no-repeat;
    position: absolute;
    width: 600px;
    height: 600px;
    top: 418.63px;
    left: 1096px;
    transform: rotate(360deg);
}

.background-image-3 {
    display: inline;
    background-image: url('/templates/frontpage/template/img/registration-bg-3.svg');
    background-repeat: no-repeat;
    position: absolute;
    bottom: 550px;
    width: 400px;
    height: 400px;
    z-index: -99999;
}

.background-image-4 {
    display: inline;
    background-image: url('/templates/frontpage/template/img/registration-bg-5.svg');
    background-repeat: no-repeat;
    position: absolute;
    z-index: -99999;
    width: 100%;
    height: 100%;
    left: 1154px;
}

.block-auth {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    height: 100vh;
    z-index: 99999;
    width: 1260px;
    margin: 0 auto;
    min-height: 850px;
}

.center-block {
    width: 100%;
    height: 90%;
    padding: 0 50px 0 50px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.form-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 0 40px 0;
}

.form-title h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: rgba(20, 76, 173, 1);
    margin: 20px 0 0 0;
}

.form-title p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(22, 22, 22, 0.7);;
    margin: 0;
}

.agree {
    color: rgba(22, 22, 22, 0.7);
}

.login {
    color: rgba(22, 22, 22, 0.7);
    position: relative;
    text-align: left;
}

.btn-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 20px 0;
}

.style-btn {
    box-shadow: 5px 5px 15px 0px rgba(20, 76, 173, 0.3);
    background-color: rgba(20, 76, 173, 1);
    color: rgba(255, 254, 254, 1);
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    text-align: center;
    border: 0px;
    border-radius: 10px;
    width: 222px;
    height: 50px;
    left: 52px;
    top: 591px;
    filter: drop-shadow(5px 5px 15px rgba(20, 76, 173, 0.3));
}

.style-btn:hover {
    cursor: pointer;
    box-shadow: rgba(20, 76, 173, 0.33) 10px 10px 20px;
    /*color: #00A3EB;*/
    background: #00A3EB;

}

.form-link {
    color: #00A3EB;
}

.style-input, .style-input:focus-visible, .style-select {
    border: 1px solid rgba(0, 163, 235, 0.3);
    border-radius: 10px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
    background: #FFFFFF;
    outline: none;
    padding: 10px 15px 9px 15px;
    width: 100%;
    margin-bottom: 40px;
    height: 68px;
    top: 321px;
    left: 52px;
}

.register-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.register-form .show, .register-form .hide {
    position: absolute;
    text-align: center;
    z-index: 100;
    top: 23.5px;
    right: 15px;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 0;
}

.label-psswd .hide {
    display: none;
}

.label-psswd .show {
    display: inline-block;
}

.register-form .form-group {
    position: relative;
    z-index: 1;
}

.label-psswd.active .hide {
    display: inline-block;
}

.label-psswd.active .show {
    display: none;
}

.register-form .progress {
    width: 100%;
    height: 5px;
    margin-top: 1rem;
    border-radius: 0;
    margin-bottom: 0.25rem;
}

.customer-info {
    display: flex;
    flex-direction: column;

}

.right-title {
    margin: 0 0 0 20px;
    width: 600px;
}
.feedback-block {
    width: 100%;
    margin: 0 0 20px 20px;
}
.feedback-block p {
    width: 70%;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.block-divider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 93%;
}
.feedback-block span {
    color: #FFFFFF;
}
.avatar {
    display: block;
    border-radius: 100%;
    width: 50px;
    height: 50px;
}

.feedback-row {
    display: flex;
    justify-content: space-between;
    width: 140px;
}
.form-group {
    font-size: 14px;
    width: 100%;
}

.style-input {
    width: 100%;
}
.sm-screen {
    display: none;
}
@media (max-width: 768px){
    .alert {
        width: 90%;
        padding: 0 10px;
    }
    .right-side {
        display: none;
    }
    .background-image-1, .background-image-2,
    .background-image-3, .background-image-4,
    .background-image-5 {
        display: none;
    }

    .block-auth, .left-side {
        width: 100%;
        height: 100%;
        border: 0px;
    }
    .center-block {
        padding: 0 25px 0 25px;
    }

    .form-title {
        margin-bottom: 20px;
    }
    .form-title h1 {
        font-size: 24px;
        line-height: 36px;
        font-weight: 700;
    }
    .form-title p {
        font-weight: 400;
        font-size: 13px;
        line-height: 19.5px;
    }
    .style-input, .style-input:focus-visible, .style-select {
        height: 50px;
        margin-bottom: 20px;
    }
    .register-form .show, .register-form .hide {
        top: 14.5px;
    }
    .style-input::placeholder {
        font-size: 16px;
    }
    .agree {
        font-size: 13px;
    }
    .btn-block {
        flex-direction: column;
        height: 150px;
    }
    .style-btn {
        width: 100%;
    }
    .sm-screen {
        display: block;
    }
    .lg-screen {
        display: none;
    }
    .login, .login a {
        font-size: 13px;
    }
    .widget {
        display: none;
    }
}
@media (max-width: 1024px) {

}


