.logo-login {
    text-align: center;
    margin-bottom:20px;
    height: 100px;
}

button {
    background-color: goldenrod;
}

button:hover {
    background-color:gold;
}

.login-wrapper {
    width: 100vw;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.login-form-wrapper {
    position: relative;
    margin-top:100px;
    width: 100%;
    margin-bottom:50px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    min-width: 250px;
}
body {
    height: 100vh;
}


@media screen  and (max-width:400px)
{
    
}