#default-captcha-domainchecker {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-right-side-custom {
    height: 100vh;
}

.login-wrapper .login-form-container {
    margin-inline: auto;
}

.login-form .text-center {
    margin-bottom: 10rem;
}
#frmCheckout .text-center {
    margin-bottom: 1rem;
}

#registration {
    margin: auto;
    width: 70%;
}

#registration .prepend-icon .field-icon {
    left: 0;
}

@media (min-width: 900px) {
    .login-right-side-custom {
        padding-left: unset;
        padding-right: 635px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .area-discreted-info-user a span.title, .area-discreted-info-user a span:last-child {
        text-align: right;
    }
}
@media only screen and (min-width: 0) and (max-width: 768px) {
    .area-discreted-info-user a span.title, .area-discreted-info-user a span:last-child {
        text-align: right;
    }
}

@media only screen and (min-width: 0) and (max-width: 768px) {
    .area-discreted-info-user {
        padding-inline: 10px;
    }
}

@media only screen and (min-width: 0) and (max-width: 768px) {
    .area-discreted-info-user a {
        margin-block: 3rem;
    }
}