

.form_heading h3 {
    font-size: 35px;
    font-weight: 500;
    color: var(--blue);
}

.modal-dialog {
    max-width: 100%;
    width: 500px;
}

.modal-header {
    border-bottom: none;
}

.logo img {
    max-width: 100%;
    height: auto;
}

.form-control {
    border-radius: 0px;
}

input.form-control:focus {
    box-shadow: none;
    border-color: #ced4da;
}

button.btn {
    border-radius: 0px;
}



/*******responsive css*********/


/*---------------------max-width(767px)-------------------*/

@media(max-width:767px) {
    .form_heading h3 {
        font-size: 25px;
    }
    label,
    .forgat_password a,
    input.form-control {
        font-size: 13px;
    }
}


/*---------------------max-width(575px)-------------------*/

@media(max-width:575px) {
    .modal-dialog {
        max-width: 100%;
        width: auto;
    }
}


/*---------------------max-width(575px)-------------------*/

@media(max-width:575px) {
    label,
    .forgat_password a,
    input.form-control {
        font-size: 10px;
    }
}