body,h1,h2,p{
    margin: 0;
    font-family: 'Roboto', 'Sans-serif';
}
.main-div{
    background-color:#f0f2f5;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-bottom:100% ;
}
#title{
    font-size: 65px;
    color: #0866ff;
    padding: 20px ;
}
.signup-form{
    background-color:#fff;
    width: 430px;
    border-radius: 10px;
    
}
.form-heading{
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    
    
}
p{
    padding-top: 7px; 
}
.input-box{
    padding: 13px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    

}
input,select{
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    
    
}
.half-width{
    display: flex;
     width: 49%;
}
.input-box2{
    padding: 8px;
}
.full-width{
    display: flex;
     width: 100%;
    

}
label{
    font-size: 15px;
    color: #606770;
    padding-top: 10px;
   
    
}
.dob{
    justify-content:space-between ;
    width: 100%;
    display: flex;
    
}
.quat-width{
    width: 32%;
    display: flex;
}
.radio-btn{
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    padding: 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.radio-label{
    padding-bottom: 0; 
    font-size: 16px;
    
      
     
}
.radio-input{
    margin: 0;
    width: auto;

}
#label1{
    font-size: 15px;
    color: #606770;
    padding-top: 10px;
    padding-bottom: 8px;
    
}
small{
    padding-top: 12px;
    font-size: 11.5px;
    color: #777;
}
a{
    text-decoration: none;
}
.button-div{
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;

}
.sign{
    border: o;
    background-color:#00a400 ;
    color: white;
    padding: 7px 55px;
    border-radius: 7px;
    
    font-size: 18px;
    font-weight: 600;
    
    
}
.account-link{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    
}
#link{
    
    font-size: 18px;
    padding-bottom: 25px;
}



  