| Current Path : /home/balossw/www/temp/common/cms/media/css/ |
| Current File : /home/balossw/www/temp/common/cms/media/css/login.css |
/*---------------------------------------------------------------------------
File name ............ templates/css/login.css
Project .............. Owebia CMS
Author ............... Antoine Lemoine
Creation date ........ 15.01.2008
Modification date .... 16.01.2008
---------------------------------------------------------------------------*/
body {
text-align: center;
}
#box {
width: 400px;
margin: auto;
margin-top: 150px;
text-align: center;
padding: 0 0 20px 0;
background: #36240c;
}
#box h1 {
font-size: 1.3em;
font-weight: normal;
padding: 20px 0 0 20px;
margin-bottom: 3px;
text-align: left;
}
#boxform {
display: block;
padding: 15px 55px;
text-align: center;
}
#boxform div {
margin-bottom: 5px;
text-align: left;
}
#boxform label {
display: block;
float: left;
width: 120px;
padding-top: 2px;
}
#boxform #username, #boxform #userpass {
width: 155px;
}
#boxfoot {
text-align: center;
}
.demo {
font-weight: bold;
color: red;
text-align: center;
margin-top: 20px;
}