body{
    min-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrapper{
    display :flex;
    justify-content: center;
    align-items: center;
    height: 100%;

}
form{
    border: 1px solid grey;
    border-radius: 5px;
    padding: 15px;
    display:flex;
    flex-direction: column;
}
.form-error{
    color: red;
}

.lang{
    display: flex;
    justify-content: center;
    align-items: center;
    .flag{
        width: 200px;
        height: auto;
        margin: 5px;
    }
}