body{
    margin-right: 500px;
}
.maindiv {
   padding: 0;
   margin: 0px 50px 0px 0px;
    float: right;
    border-radius: 5px;
    background-color: #eff5f8;
        
}
.section{
    margin: 0px 50px 20px 20px;
    
}
h1{
    font-family: sans-serif;
    font-size: 30px;
    color: #484848;
    margin: 10px 0px 0px 0px;
    padding: 0;
    
}
.free{
    margin: 2px 0px 20px 0px;
    font-family: sans-serif;
    font-size: 15px;
    color:#484848 ;
}
.input{
    height: 25px;
    border-radius: 3px;
    border: 1px solid #cccccc;
    margin-bottom: 5px;
    font-family: sans-serif;
    color: #797878;
}
::-webkit-input-placeholder{
    font-size: 14px;
    
}
:-moz-placeholder{
    font-size: 14px;
}
::-moz-placeholder{
    font-size: 14px;
}
.inputone{
    width: 150px;
    
}
.inputtwo{
    width: 308px;
}
.birth{
    color: #343434;
    font-size: 16px;
    font-family: sans-serif;
    margin-top: 5px;
}
.calender{
    margin-top: -15px;
}
.select{
    height: 25px;
    width: 58px;
    
}
.two{
    margin-left: -4px;
}
.date{
    text-decoration: none;
    font-size: 14px;
    color: #120d80;
    
}
.y{
    margin: -27px 0px 0px 190px;
}
.z{
    margin: -24px 0px 0px 190px;
}
.policy{
    font-family: sans-serif;
    font-size: 12px;
    color: #797777;
}
.same{
    text-decoration: none;
    color: #120d80;
    
}
.submit{
    height: 33px;
    width: 170px;
    margin-top: 20px;
    border-radius: 5px;
    border: 1px solid #215c21;
    text-align: center;
    font-size: 15px;
    font-family: sans-serif;
    font-weight: bold;
    color: #fff;
    background-color: #23af23;
    
}