.form-plugin{
    font-size: 13px;
    font-weight: 300;
}
.form-plugin input, .form-plugin select{
    font-size: 13px;
    border-radius: 50px;
    border-color: #A8CBB5;
}
.form-plugin textarea{
    border-color: #A8CBB5;
    margin-top: 5px;
}
.form-plugin select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("../img/arrows.png");
    background-repeat: no-repeat;
    background-position: 97% center;
}
.form-plugin select:focus, .form-plugin select:active, .form-plugin select option:focus{
    outline: none;
}
.form-plugin .form-info{
    font-size: 18px;
    color: #003399;
}
.form-plugin input[type=checkbox], .form-plugin input[type=radio]{
    margin-right: 5px;
}
.form-plugin .info-small{
    font-size: 12px;
    color: #666666;
    padding-top: 15px;
}
.form-plugin button[type=submit]{
    background-color: #A8CBB5;
    color: #000;
    border: 0px solid;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px
}