.login-form p {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    color: black;
    font-family: var(--fontFamily2);
}


.log-in-card .default-section-title h3 {
    font-size: 27px;
    color: #00aa55;
    margin-bottom: 70px;
}

.log-in-card .default-section-title h5 {
    font-weight: 700;
}

.login-form form .form-control {
    background-color: #f9f9f9;
    border: 0px solid var(--secondColor);
    padding: 10px 15px;
    margin-top: 3px;
}

.login-form form .form-label {
    font-weight: 600 !important;
}

.log-in-card {
    padding: 60px 30px;
    margin-top: 30px;
    background-color: #00aa5521;
    box-shadow: var(--boxShadow);
    border-radius: 10px;
}

.login-form form .form-check label {
    font-weight: 500;
    font-size: 16px;
    font-family: var(--fontFamily2);
}


@media only screen and (max-width: 1199px) {
    .mobile-nav .logo {
        top: 0px !important;
        left: 0px;
        z-index: 999;
        position: absolute;
        color: #ffffff;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
    }

    .mobile-nav .logo img {
        width: 20% !important;
    }
}