@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

body{
    background-color: #F4FAFE
}
.log {
    font-family: 'poppins';
    /* background-color: #F4FAFE !important; */
    background: linear-gradient(104.91deg, #F4FAFE 5.2%, #F4FAFE 24.64%, #FCFEFF 66.21%);
}

.form_control1 {
    background-color: #FFFFFF !important;
    border: 1px solid #003DC9 !important;
    color: rgba(72, 87, 130, 0.5) !important;
}

.form_control1:focus {
    border: 1px solid #003DC9 !important;
    background-color: #FFFFFF !important;
    box-shadow: none !important;
    outline: 0;
    color: rgba(72, 87, 130, 0.5);
}

/* RESPONSIVENESS */

@media (min-width: 393px) and (max-width:416px) {
    .log {
        height: 100vh !important;
    }
}


@media (max-width: 765px) {
    .logimg {
        display: none;
    }

    .login_form h4 {
        font-size: 16px !important;
    }
}

@media (min-width: 768px) and (max-width:919px) {
    .sign {
        height: 100vh !important;
    }
}