.form-wrapper label{
    font-size:14px;
    font-weight: 500;
}
.form-wrapper .btn-blue{
    font-size:14px;
    font-weight: 500;
    background: #44276c;
    color: #fff;
    border-radius: 50px;
}
.form-wrapper button:hover{
    color: #fff;
}