.main-section{
    background:#2B324F !important;
}

.main-section1{
    background:#d2d6de !important;
}
.wrapper-page{
    width: 380px;
}
.head-text{
    color:#2B324F;
    font-size:30px;
}
.btn-email{
    border-radius:0px !important;
    background:#2B324F !important;
    border:1px solid #2B324F !important;
}
.btn-email:hover{
    background:#528AC5 !important;
    border:1px solid #528AC5 !important;
}
.form-group h3{
    margin-bottom:5px;
    font-size:17px;
}
.main-box{
    background:#D49C78;
    padding:20px;
    box-shadow: 1px 2px 10px #000;
    border-radius: 5px;
    margin: 8% auto;
    background-color: #fff;
}