body{
    background: #f1f1f1;
}
.title{
    margin-top: 20px;
}
.box-form{
    max-width: 500px;
    margin:0 auto;
}
.box-form .form-container{
    padding: 20px;
    box-shadow: 0 0 1px 1px #ccc;
    background: #fff;
    margin-bottom: 20px;
    border-radius:10px;
}
.form-container .form-group input{
    max-width: 500px;
}
form button{
    cursor: pointer;
}
form .recaptcha-container{
    margin:20px auto;
    min-height: 78px;
}