body{
    background:url('../../images/back_login_1.svg');
    background-size: contain 100%;
    background-repeat: no-repeat;
    font-family: Cairo;
}
.login-form{
    background:rgb(255 255 255 / 94%);
}

.login-head{
    text-align:center;
    font-weight:bold;
    color:#007786;
    font-size:25px;
}

.loginimg{
    width:270px;
}

.btn-submit{
    background: linear-gradient(100deg, #01ceb6, #0e0e0e85);
}


@media only screen and (max-width: 600px){
    .loginimg{
        width:180px;
        height:70px;
    }
}

