.login-form {
    height: auto;
    border: 2px solid #0c2a46;
    border-radius: 15px;
    position: absolute;
    display: block;
    width: 30%;
    max-height: 65%;
    overflow-y: auto;
}

body{
    overflow-y: hidden;
}


.input-data {
    margin-top: 20px;
    width: 90%;
}

