.row-cols-lg-3 > * {
    width: 25%;
}
.bg-light-primary {
    background-color: #f9fbff!important;
}
.pb-6, .py-6 {
    padding-bottom: 3.75rem!important;
}
.pt-6, .py-6 {
    padding-top: 3.75rem!important;
}
.hover-scale, .hover-scale:hover {
    transition: transform .2s ease-in;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .4rem;
    box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
}
.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

/* Custom Registration Styles */
.signup-card {
    border: none;
    border-radius: 1rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.signup-header {
    background: linear-gradient(135deg, #0d6efd 0%, #004fb0 100%);
    padding: 2.5rem;
    color: white;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.signup-header h1 {
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.signup-body {
    padding: 3rem;
}

.form-label {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.4rem;
    font-size: 0.9rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-control {
    border-radius: 0.6rem!important;
    padding: 0.75rem 1rem!important;
    border: 1px solid #ced4da!important;
    font-size: 0.95rem!important;
}

.form-check-input {
    width: 1.2rem;
    height: 1.2rem;
    margin-top: 0.2rem;
}

.btn-signup {
    padding: 0.9rem 2.5rem;
    font-weight: 700;
    border-radius: 0.6rem;
    background-color: #0d6efd;
    border: none;
    color: white;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 1rem;
}

.btn-signup:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(13, 110, 253, 0.3);
}

.info-box {
    background-color: #e7f1ff;
    border-left: 5px solid #0d6efd;
    padding: 1.2rem;
    border-radius: 0.5rem;
    margin-bottom: 2.5rem;
    color: #084298;
}

.login-link {
    text-align: center;
    margin-top: 1.5rem;
    color: #6c757d;
}

.login-link a {
    color: #0d6efd;
    text-decoration: none;
    font-weight: 600;
}

