.main_text {
    font-size: 1.65rem !important;
}

.bg-theme-main {
    background-color: rgb(233, 231, 231) !important;
}

.font-size-1 {
    font-size: 0.85rem;
}

.theme-text-color {
    color: #0dbbf5;
}

.theme-text-color:hover {
    color: #08a9df;
}

.signin-responsive-text {
    font-size: 1rem;
}

@media (max-width: 576px) {
    .signin-responsive-text {
        font-size: 0.95rem;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .signin-responsive-text {
        font-size: 1rem;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .signin-responsive-text {
        font-size: 1rem;
    }
}

@media (min-width: 992px) {
    .signin-responsive-text {
        font-size: 1rem;
    }
}

.fs-7 {
    font-size: 0.8rem !important;
}