
fieldset{
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-bottom: 10px;
    border-radius: 8px;
    width: 80%;
}
fieldset legend{
    font-weight: bold;

}
.form-controld input[type="text"],input[type="email"]{
 
    border-radius: 8px;
    width: 80%;
    height:40px ;
    margin-bottom: 10px;
    padding-left: 20px;
    background-color: #FFF;
    color: black;
   }

.form-controld input[type="password"]{
   
    border-radius: 8px;
    width: 80%;
    height:40px ;
   
    margin-bottom: 10px;
    padding-left: 20px;
    background-color: #FFF;
    color: black;
   }
   


.form-controld input[type="date"]{
   
    border-radius: 8px;
    width: 80%;
    height:40px ;
   
    margin-bottom: 10px;
    padding-left: 20px;
    background-color: #FFF;
    color: black;
   }  
  
   .form-controld  input[type="number"]{
   
    border-radius: 8px;
    width: 80%;
    height:40px ;
   
    margin-bottom: 10px;
    padding-left: 20px;
    background-color: #FFF;
    color: black;
   }    
   
.form-controld  input[type="radio"]{
   
    color: rgb(2, 29, 59);
    
   }        
.radioCont label{
    font-size: 0.8rem !important; 
    color: rgb(2, 4, 94) !important;
}
.form-controld select{
   
    border-radius: 8px;
    width: 80%;
    height:40px ;
   
    margin-bottom: 10px;
    padding-left: 20px;
    background-color: #FFF;
    color: black;
   }
.form-controld textarea{
    width: 60%;
    height: 150px;
    background-color: #f7f7f7;
    border-radius: 8px;
    border: 1px solid #0e0d0d;
}   


.form-controld label{
    padding-top: 8px;
    font-size: 1.1rem;
    font-weight: bold;
    color: black;

    }    

.inline{
  
    float: left;
}

.inpreadonly{
    background-color: rgb(240, 128, 128);
    border-radius: 6px;
    border: none;
    padding-left: 8px;
}



.contInline{
    display: inline;
}

.divrow{
    display: table-row;
}

.frmCont{
    padding-left: 35px;
}