/* 
    Document   : style
    Created on : Oct 28, 2012, 6:19:44 PM
    Author     : Leo
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

.area-login {
    width: 500px;
    margin: auto;
    padding: 20px;
    margin-top: 100px;
    border: 2px solid #0044cc;   
    border-radius: 8px;
    background: linear-gradient( #dddddd , whitesmoke); 
    background: -moz-repeating-linear-gradient(to top, #dddddd , whitesmoke);
}

.area-login .logo {
    content: 'Login';
    text-align: center;
    font-size: xx-large;
    padding: 15px;
    font-weight: bold;
    padding-bottom: 25px;
}

.area-login label {
    padding-top: 10px;
}

.area-login .btn {
    margin-top: 20px;
}

.username a{
    color: #fff!important;
    font-size: 1em;
}
.username a:before{
    content: ' user: ';
    font-style: italic;
}