*{
     margin: 0;
     padding: 0;
}

@media only screen and (min-width: 1000px) and (max-width: 2000px) {
    .logo{
        text-align: center;
        margin-top: 1%;
    }

    .login-section .logo img{
        width: 300px;
        height: 150px;
    }

    .login-section .title{
        font-size: 20px;
        text-align: center;
    }

    .login-section .container{
        width: 50%;
        height: 300px;
        margin-left: 25%;
        margin-top: 2%;
        border: 1px solid #007b78;
        border-radius: 8px;
    }

    .login-section .container form{
        margin-top: 3%;
        width: 100%;
        height: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .login-section .container form input{
        width: 60%;
        height: 40px;
        margin: 3% 0;
        border: 1px solid #007b78;
        border-radius: 8px;
        direction: rtl;
        text-indent: 2%;
        font-size: 20px;
        outline: none;
    }

    .login-section .container form button{
        width: 30%;
        height: 30px;
        border-radius: 8px;
        background-color: #007b78;
        color: white;
        border: none;
        font-size: 20px;
        margin-top: 5%;
        cursor: pointer;
    }
}

@media only screen and (min-width: 280px) and (max-width: 991px){
    .login-section .title{
        font-size: 20px;
        text-align: center;
    }

    .logo{
        text-align: center;
        margin-top: 1%;
    }

    .login-section .logo img{
        width: 250px;
        height: 150px;
    }

    .login-section .container{
        width: 70%;
        height: 100%;
        margin-left: 15%;
        margin-top: 2%;
        border: 1px solid #007b78;
        border-radius: 8px;
    }

    .login-section .container form{
        margin-top: 3%;
        width: 100%;
        min-height: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .login-section .container form input{
        width: 80%;
        height: 40px;
        margin: 7% 0;
        border: 1px solid #007b78;
        border-radius: 8px;
        direction: rtl;
        text-indent: 2%;
        font-size: 20px;
        outline: none;
    }

    .login-section .container form button{
        width: 70%;
        height: 30px;
        border-radius: 8px;
        background-color: #007b78;
        color: white;
        border: none;
        font-size: 20px;
        margin: 5% 0;
        cursor: pointer;
    }
}
