You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
500 B
CSS

fieldset{
padding: 1em;
font:80%/1 sans-serif;
}
fieldset legend{
font-size: 12px;
color: #20326C;
}
fieldset textarea, fieldset input, .select40{width:40%;}
fieldset input[type=checkbox], fieldset input[type=radio] { width:15px; }
fieldset label {
float:left;
width:40%;
margin-right:0.5em;
padding-top:0.2em;
text-align:right;
}
#containerConnect{
width: 100%;
position: relative;
height: 200px;
}
#auth{
width: 40%;
float: left;
}
#inscrire{
width: 40%;
float: right;
}