.login{
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_form{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.login_form *{
    margin-bottom: 10px;
}

.login_form .logo{
    width: 150px;
    height: 150px;
    border-radius: 20px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.login_form #error{
    color: white;
}
