/* Generated by less 2.5.1 */
html, body {
    height: 95%;
    margin: 0;
    padding: 0;
  }
  
body {
min-width: 120px;
}

.taulaformulari {
width: 100%;
border-collapse: separate;
border-spacing: 20px 5px;
}
.tdtaulaformulari {
padding: 0px 0px 10px;
}

.formulariinspeccions {
background-color:white;
border:2px solid black;
border-radius:5px;
padding:20px;
}
.formulariLogin {
background-color:white;
border:2px solid black;
border-radius:5px;
padding:20px;
}	

.botoformulari {
background-image:-webkit-linear-gradient(to bottom,#d9534f 0,#FC3828 100%);
background-color: #FC3828;
border-color:#594F4D;
border-radius:5px;
border: none;
background-image:linear-gradient(to bottom,#d9534f 0,#FC3828 100%);
width:100%;
font-size:18px;
font-family:helvetica;
color: white;
display:block;
margin-top:10px;
clear:both;
padding:12px 20px;
}

input[type=text],input[type=password], select, textarea {
width: 100%;
padding: 12px;
border: 1px solid #ccc;
border-radius: 4px;
resize: vertical;
}

label {
padding: 12px 12px 12px 0;
display: inline-block;
}

input[type=submit] {
background-color: #FC3828;
color: white;
padding: 12px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
float: right;
}


.container {
border-radius: 5px;
background-color: #f2f2f2;
padding: 20px;
}


/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
input {
width: 100%;
margin-top: 0;
}
}
/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 300px) {
input {
width: 50%;
margin-top: 0;
}
}
@media screen and (max-width: 150px) {
input {
width: 25%;
margin-top: 0;
}
}



