
@media screen and ( max-width: 440px ) {
    .logindiv {
        width: calc( 100vw - 40px );
        height: 400px;
    }
}