.register-card {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
    padding: 2rem;
    background-color: #F8FAFC;
    border-radius: 0.5rem;
}

.register-card .register-header img {
    width: 64px;
    height: 63;
    border-radius: 6.74px;
}

.register-card .register-header .register-header-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -2.5%;

}

.checkbox label::before {
    border: 1px solid #000 !important;
}

.border-color-gray {
    border: 1px solid #ccc !important;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-1.75rem) translateX(.15rem);
}

.border-radius-8 {
    border-radius: 8px !important;
}

.register-card {
    max-width: 900px;
    margin: auto;
    padding: 2rem;
    background: white;
    border-radius: 2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.register-header {
    margin-bottom: 2rem;
}

.register-header-title {
    font-size: 1.75rem;
    font-weight: bold;
}

.border-radius-8 {
    border-radius: 8px !important;
}

.fs-12-px {
    font-size: 12px;
}

.line-height-0 {
    line-height: 1.5;
}

.btn-air-primary {
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.2);
}

@media (max-width: 576px) {
    .register-card {
        border-radius: 1rem;
        padding: 1rem;
    }

    .register-header-title {
        font-size: 1.5rem;
    }

    .btn-lg {
        width: 100% !important;
    }
}