/* 
    Document   : login
    Created on : Jul 8, 2013, 10:30:56 AM
    Author     : maarten
    Description:
        Purpose of the stylesheet follows.
*/


body{
    background: url('../images/bg-inlog.jpg') right bottom no-repeat;
}

.form-login {
    padding: 19px 29px 19px;
    margin: 0px auto 5px;
    max-width: 300px;
    background-color: #A5C7BE;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.5);
    -moz-box-shadow: 2px 2px 4px rgba(0,0,0,.5);
    box-shadow: 2px 2px 4px rgba(0,0,0,.5);
}
#loginForm{
    max-width: 300px;
    margin: 0px auto 5px;
}
.login-title{
    text-align: center;
    font-size: 100px;
    line-height:100%;
}
.login-title h1,.login-title h2{
    margin: 150px 0px 10px 0px;
    text-align: center;
    line-height:100%;
}
.login-title h1{
    font-size: 55px;
}
.login-title h2{
    font-size: 30px;
}

.login-title{
   margin-top:200px;
   overflow:visible;
   margin-bottom:2px;
}

html,body{
    height:100%;
}