Notice: Undefined offset: 2 in /home2/icentarb/public_html/icentar/classes/class.permissions.php on line 735
.forma {
float: left;
border-radius: 10px;
width: 320px;
background-color: #f2f2f2;
padding: 25px 15px 25px 25px;
}
.forma input[type=text],.forma input[type=date],.forma select{
width: 90%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 5px;
box-sizing: border-box;
}
.forma button, .forma input[type=submit], .forma input[type=reset] {
width: 90%;
background-color: #4CAF50;
border: none;
color: white;
border-radius: 5px;
padding: 17px 32px;
text-decoration: none;
margin: 4px 2px;
cursor: pointer;
}