.parsley-required , .parsley-maxlength, .parsley-equalto, .parsley-type, .parsley-minlength{
    color: red !important;
    font-weight: bolder !important;
    font-size: 1.1rem !important;
    text-transform: capitalize;
    font-weight: 500 !important;
    letter-spacing: 0.06rem;
}

.alert-danger {
    color: red;
    background-color: #f2dede;
    border-color: #ebccd1;
    font-weight: bolder;
    font-size: 1rem;
}

.alert-success {
    color: #0fac53;
    font-weight: bolder;
    font-size: 1rem;
}

.alert-warning {
    color: #e79d25;
    font-weight: bolder;
    font-size: 1rem;
}

.logo_style {
    width: 10%;
    height: 100%;
    object-fit: contain;
}

.login_style {
    padding-top: 2rem;
}

@media only screen and (max-width: 700px) {
    .desktop_content {
        display: none!important;
    }
}

@media only screen and (min-width: 700px) {
    .mobile_content {
        display: none!important;
    }
}

@media only screen and (min-width: 1200px) {

    .wrapper {
        margin-top: 2rem !important;
    }

    .form-container {
        justify-content: unset;
        height: fit-content;
    }

}

