.div_arround_submit_button{
    display: flex;
    justify-content: center;
    padding: 20px;
}

textarea{
    height: 200px !important;
}

.card h1{
    font-size: 22px;
    color: #1D62F0;
}

.wrapper__login{
    width: 100px;
    margin: auto;
}

.login__home{
    padding: 20px;
    background: #1D62F0;
    color: #fff
}

.login__home:hover{
    color: #fff;
}

.title_connexion{
    padding-top: 150px;
    font-size: 20px;
    color: #1D62F0;
}

#_submit{
    background-color: #1D62F0;
    color: #fff;
}