.border-form{
    border:1px solid #ccc;
    padding:5px 0px;
    margin:20px 0px 0px 0px;
}
.center{
    text-align:center;
}
.form-group{
    margin-bottom:5px !important;
}
.border{
   border-left:1px solid #ccc !important;
   border-right:1px solid #ccc !important;
   border-bottom:1px solid #ccc !important;
   border-top:0px solid #ccc !important;
   padding:5px 0px; 
}
.border2{
   padding:5px 0px;   
   border-bottom:1px solid #ccc !important;
}
.title-top1{
   padding:5px 0px;   
}
.family-form .form-control{
    margin-bottom:10px;
    border-radius:4px !important;
}
.form-text{
    width:35px;
}
.submit-form{
    margin:20px 0px 30px 0px;
}
.submit-form .form-control,.btn-submit{
    border-radius:0px !important;
}