form label.error {
    display: block;
    position: absolute;
    bottom: -25px;
    color: #f00;
    font-size: 14px;
}
form input.error {
    border-color: #f00;
}
.app-container {
    height: 100%;
}
.form-logo {
    margin-bottom: 18px;
}
.form-logo .logo-wrapper {
    max-width: 100px;
    display: block;
}
.form-header {
    margin-bottom: 30px;
}
.form-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}
.verification-form-wrapper .form-title {
    font-size: 18px;
    line-height: 24px;
}
.form-description {
    font-size: 19px;
    line-height: 26px;
    color: var(--gray-600);
}
.app-left_column {
    padding: 30px 15px;
}
.app-right_column {
    background: var(--purple-600) url(../../images/backgrounds/register-bg.png) no-repeat;
    background-size: cover;
    border-radius: 0 0 25px 25px;
    padding: 30px 20px;
    height: 100%;
}
.app-right_column.login {
    background: var(--purple-600) url(../../images/backgrounds/login-bg.png) no-repeat;
    background-size: cover;
}
.app-card-desc {
    max-width: 580px;
    background-color: var(--gray-50);
    padding: 30px;
    color: var(--gray-text-50);
    font-size: 14px;
    line-height: 27px;
    backdrop-filter: blur(10px);
}
.app-card-desc .title {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 20px;
}
.register-page .square {
    width: 190px;
    height: 160px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.13);
    position: absolute;
}
.register-page .square1 {
    top: -43px;
    left: -36px;
}
.register-page .square2 {
    right: 0;
    bottom: -40px;
}

form label {
    color: #767676;
    font-size: 17px;
    line-height: 26px;
}
.form-control {
    border-radius: 8px;
    height: 56px;
}
form .country-menu {
    max-height: 300px;
    overflow: auto;
}
form .country-menu li {
    cursor: pointer;
    margin-top: 5px;
}
form .submit-wrap {
    margin-top: 40px;
}
form .submit-wrap .btn {
    height: 60px;
    font-size: 23px;
}
form .divider {
    color: var(--gray-500);
    margin: 50px auto 70px;
}
form .divider-line {
    height: 1.5px;
    background: #ddd;
    width: 180px;
    margin: 0 25px;
}
.form-group-email .btn, .form-group-phone .btn {
    font-size: 17px;
    color: #767676;
    border-color: #CBCAD7;
}
.email-login-btn {
    padding: 18px 39px;
}
.email-login-btn:hover {
    color: #fff;
}
.email-login-btn .btn-icon {
    left: 39px;
    top: 14px;
}
.back-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    color: #9F9F9F;
    text-align: center;
    height: 27px;
    /* position: absolute;
    top: 37px;
    right: 37px; */
}
.form-title > span {
    color: #601F9D;
}

.verification-form {
    margin-top: 80px;
}

.verify-inputs {
    display: flex;
    justify-content: space-between;
}
.verify {
    width: 50px;
    border: none;
    border-bottom: 3px solid #763085;
    text-align: center;
    font-size: 28px;
}

.verify:focus {
    border-bottom: 3px solid var(--bs-primary);
    outline: none;
}

.verify:nth-child(1) {
    cursor: pointer;
}

.terms-text {
    margin-top: 40px;
}
.business-form .submit-wrap {
    margin-top: 40px;
}
.dropdown-toggle {
    font-size: 12px;
}
input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 22px;
    height: 22px;
    border: 1px solid #EEECEC;
    border-radius: 6px;
    vertical-align: text-bottom;
    margin-right: 7px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    background-color: white;
    transition: all 0.3s ease;
}

input[type="checkbox"]:checked {
    background-color: #A62AFF;
    border-color: #A62AFF;
}

input[type="checkbox"]::before {
    content: "✔";
    color: white;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    display: none;
}

input[type="checkbox"]:checked::before {
    display: block;
}
.hide-calendar .ui-datepicker-calendar {
    display: none;
}
.ui-widget-header {
    border: 1px solid #d4b5ea;
    background: #e7d0f8;
    border-radius: 7px;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    font-size: 14px;
    border-radius: 8px;
    background: #fff;
    padding: 7px 12px;
}
.ui-widget.ui-widget-content {
    border: 1px solid var(--bs-border-color);
    border-radius: 7px;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 14px;
    margin: 1px 0;
    padding: 5px 10px;
    border-radius: 7px;
    margin: 1px 3px;
    border-color: var(--bs-border-color);
}
.login-card:before {
    content: "";
    background: rgba(255, 255, 255, 0.13);
    position: absolute;
    right: -10px;
    top: -25px;
    width: 100%;
    display: block;
    height: 100%;
    border-radius: 10px;
    backdrop-filter: blur(1px);
}

.card.price-card {
    height: 100%;
}
.features-list {
    list-style: none;
}
.features-list li {
    padding: 8px 0;
    font-size: 14px;
}
.features-list li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

/* Toggle Checkbox */
.toggle-switch {flex-wrap: wrap;}
.toggle-switch input[type=checkbox]{
    height: 0;
    width: 0;
    visibility: hidden;
}

.toggle-switch label {
    cursor: pointer;
    text-indent: -9999px;
    width: 45px;
    height: 25px;
    background: #c0c0c0;
    display: block;
    border-radius: 100px;
    position: relative;
    margin-right: 10px;
}

.toggle-switch label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.toggle-switch input:checked + label {
    background: #623EDA;
}

.toggle-switch input:checked + label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.toggle-switch label:active:after {
    width: 30px;
}
label.selected {
    color: #0d6efd;
    background-color: #ffffff;
    border: 1px solid #0d6efd;
    pointer-events: none;
}
.plan-radio {
    visibility: hidden;
    opacity: 0;
}
#planSelect-error {
    top: -35px;
    width: 100%;
    left: 0;
    bottom: auto;
}
/* Responsive */
@media screen and (min-width: 575px) {
    .form-logo .logo-wrapper {
        max-width: auto;
    }
    .app-card-desc {
        font-size: 18px;
    }
    form .submit-wrap {
        margin-top: 50px;
    }
    .form-control {
        height: 68px;
    }
    .dropdown-toggle {
        font-size: 16px;
    }
    .verify {
        width: 84px;
        font-size: 36px;
    }
    .app-left_column {
        padding: 30px;
    }
}
@media screen and (min-width: 768px) {
    
    .app-right_column {
        border-radius: 50px 0 0 50px;
        padding: 0 30px;
    }

    .form-header {
        margin-bottom: 70px;
    }
    .form-logo {
        margin-bottom: 44px;
    }
    .square2 {
        right: -37px;
    }
    .login-card:before {
        right: -20px;
        top: -20px;
    }
}
@media screen and (min-width: 992px) {
    .app-left_column {
        padding: 74px;
    }
    .back-btn {
        left: 37px;
        right: auto;
    }
   
    .form-title, .verification-form-wrapper .form-title {
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 51px;
    }
    
    .terms-text {
        margin-top: 100px;
    }
    .login-card:before {
        right: -45px;
        top: -45px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .app-left_column {
        padding: 74px 20px;
    }
}
@media screen and (min-width: 1200px) {
    .app-card-desc .title {
        font-size: 48px;
        line-height: 58px;
        margin-bottom: 50px;
    }
    .app-card-desc {
        padding: 93px 22px 93px 39px;
    }
    .app-right_column {
        padding: 0 62px;
    }
}