/* signup.css — Signup index page styles */

html, body.log-bg {
    height: 100%;
}

body.log-bg {
    background: #f4f6f9;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

body.log-bg > .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.login-container {
    width: 100%;
    max-width: 380px;
}

.login-wrapper {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0,0,0,.10);
    padding: 2rem;
}

.login-header {
    margin-bottom: 1.25rem;
    text-align: center;
}

.login-header h4 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1e2a3a;
    margin: 0;
}

/* -- Install / Installing loader ---------------------------- */
.su-loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

/* ---- MyBilling.biz signup replica ------------------------ */
body.signup-page {
    background: rgb(242, 242, 242);
}

.mybilling-signup {
    min-height: 100vh;
}

.mybilling-signup .signup-row {
    min-height: 100vh;
    --bs-gutter-x: 0;
}

.mybilling-signup .signup-left {
    background: #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.mybilling-signup .brand-logo {
    width: 60%;
    max-width: 260px;
    display: block;
    margin: 0 auto 1.5rem;
}

.mybilling-signup .feature-list {
    list-style: disc;
    padding-left: 1.25rem;
    line-height: 30px;
    margin-bottom: 0;
}

.mybilling-signup .feature-list li {
    font-size: 1.1rem;
    font-weight: 500;
}

.mybilling-signup .feature-border {
    border-bottom: double;
}

.mybilling-signup .login-header {
    margin-bottom: 0;
    text-align: left;
}

.mybilling-signup .testimonial {
    text-align: center;
}

.mybilling-signup .testimonial h6 {
    font-size: 0.95rem;
    color: #444;
}

.mybilling-signup .testimonial a {
    color: #0d6efd;
    text-decoration: underline;
}

.mybilling-signup .signup-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem 1rem;
    min-height: 100vh;
}

.mybilling-signup .right-title {
    color: #444;
    margin-bottom: 0.25rem;
}

.mybilling-signup .right-subtitle {
    color: #444;
    margin-bottom: 1.5rem;
}

.mybilling-signup .login-container {
    width: 100%;
    max-width: 100%;
}

.mybilling-signup .login-wrapper {
    background: #fff;
    border: 1px solid rgba(72, 141, 240, 0.6);
    border-radius: 15px;
    padding: 15px;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    box-shadow: none;
}

@media (max-width: 575.98px) {
    .mybilling-signup .login-wrapper {
        max-width: 98%;
    }
}

.mybilling-signup .login-header h5 {
    font-size: 1.15rem;
    font-weight: 700;
}

.mybilling-signup .login-header h6 {
    font-size: 0.95rem;
    line-height: 22px;
    color: #444;
}

.mybilling-signup .form-control {
    height: 40px;
    width: 100%;
    font-size: 1rem;
}

.mybilling-signup .mt-20 {
    margin-top: 20px;
}

.mybilling-signup .agree-text {
    font-size: 12px !important;
    color: #444;
    font-weight: 500;
    display: block;
    margin-bottom: 0.75rem;
}

.mybilling-signup .agree-text a {
    color: #0d6efd;
}

.mybilling-signup .btn-create {
    width: 100%;
}

.mybilling-signup .signin-link {
    color: #000;
    font-weight: 500;
    text-decoration: none;
    font-size: 12px !important;
}

.mybilling-signup .signin-link:hover {
    text-decoration: underline;
}

.mybilling-signup .signup-footer {
    background: #f2f2f2;
    padding: 10px;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    font-size: 12px !important;
    color: #444;
}

.mybilling-signup .signup-footer a {
    color: #0d6efd;
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .mybilling-signup .signup-left {
        display: none !important;
    }

    .mybilling-signup .signup-right {
        min-height: calc(100vh - 40px);
        padding-bottom: 60px;
    }
}

