.right-box {
    position: relative;
    background-color: #006A86;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.right-box .vector1 {
    position: absolute;
    top: 0;
    right: 0;
}

.right-box .vector2 {
    position: absolute;
    bottom: 40px;
    right: 40px;
}

.right-box .vector3 {
    position: absolute;
    bottom: 200px;
    left: 50px;
}

.right-box .title {
    font-weight: 700;
    font-size: 40px;
    color: #F4F6F3;
    margin-bottom: 20px;
    text-align: center;
}

.right-box .description {
    font-weight: 400;
    font-size: 20px;
    color: #F4F6F3;
    text-align: center;
}

.left-box {
    position: relative;
    padding: 30px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-box .logo-box {
    position: absolute;
    left: 50px;
    top: 30px;
    max-width: 130px;
}

.left-box form {
    width: 80%;
}

.left-box form .title {
    color: #12374D;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
}

.left-box form .form-label {
    color: #616161;
    font-weight: 700;
    font-size: 12px;
}

.left-box form .form-control {
    box-shadow: 0px 4px 20px 0px #85BC4126 !important;
    border: 1px solid #E0E0E0 !important;
    background: #FFFFFF !important;
    direction: rtl;
}

.left-box form .form-control:-webkit-autofill,
.left-box form .form-control:-webkit-autofill:hover,
.left-box form .form-control:-webkit-autofill:focus {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    box-shadow: 0 0 0px 1000px white inset !important;
    transition: background-color 5000s ease-in-out 0s;
}

.left-box form .form-check .form-check-input {
    border: 2px solid #4B5744;
    width: 20px;
    height: 20px;
    box-shadow: none;
}

.left-box form .form-check .form-check-input:checked {
    border: 2px solid #006A86;
    background-color: #006A86;
    box-shadow: none;
}

.left-box form .form-check .form-check-label {
    font-weight: 700;
    font-size: 14px;
    color: #8E8E93;
}

.left-box form .custom-btn-primary {
    background-color: #006A86;
    height: 56px;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0px 0px 12px 0px #0000001F;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
}

@media (max-width: 575.98px) {
    .left-box {
        flex-direction: column;
    }

    .left-box .logo-box {
        position: relative;
        left: unset;
        top: unset;
    }

    .left-box form {
        width: 100%;
    }

    .left-box form .title {
        text-align: center;
    }
}
