body{
    background: url('../img/background.jpg') no-repeat scroll center center;
    background-size: cover;
}
#login-box{
    width: 290px;
    height: 475px;
    background-color:#FFFFFF;
    padding: 60px 55px 40px 55px;
    position: relative;
    left:50%;
    top:50%;
    margin-left:-145px;
    margin-top: 150px;
    margin-bottom: 150px;
    box-shadow: 0 0 10px 2px #666666;
}

#login-box .avatar{
    width: 100%;
    text-align: center;
    margin-bottom:16px;
}

#login-box .logo{
    width: 100%;
    text-align: center;
    position:absolute;
    bottom:40px;
    margin-left:-55px;
}

#login-logo {
    width: 100%;
    margin: 30px 0;
}

#login-box input.login-input{
    border:1px solid #3E3D40;
    padding: 16px 5%;
    width: 90%;
    color:#9c9e9f;
    font-size:1.1em;
}

#login-box input[type=submit].login-input{
    border:1px solid #009EE0;
    background-color:#009EE0;
    color:#FFFFFF;
    text-align: center;
    width:100%;
    padding: 16px 0;
    font-size:1.2em;
    margin-top:6px;
}


.alert-error{
    width: 100%;
    text-align: center;
    background-color: #ffdd6b;
    border: 1px solid #ffdd6b;
    font-weight:bold;
    font-size:1.2em;
    color:#bf3838;
    padding: 10px 0;
    margin-bottom:8px;
}

#login-box p{
    margin: 0 0 5px 0;
}