html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background: url('../assets/image/bg-pattern.png');
    min-height: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: bottom;
}
.form-label{
    font-weight: bold;
}


.profile-section .card {
    /* background-color: transparent !important; */
    border: unset;
}



.profile-img {
    max-width: 250px;
    /*border-radius: 50%;*/
}

:root {
    --primary-color: #2c3e50;
    --secondary-color: #3498db;
    --accent-color: #e74c3c;
    --light-color: #f8f9fa;
}
.card-body {
    padding: 1.5rem;
}
.imp-star{
    color: #e74c3c;
}
.newsletter-form{
    background-color: #ffffff;
    padding: 15px;
}
.bottom-line{
    font-weight: 500;
}
.form-check-input {
    border: 2px solid #000000 !important;
}
.specify-text{
    border: 1px solid #261c1c;
    height: 60px;
}
@media (max-width: 768px) {
.main-box{
    height: unset !important;
}
    .mobile-box{
        height: 100vh !important;
    }
    .newsletter-form{
        background-color: transparent;
    }
}