body
{
    width:100%;
    height:100%;
    overflow: hidden;
    background-color:#EEEEEE;
}

#loginpage {
    background: #F5F5F5;
    border: 1px solid #666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #333;
    position: absolute;
    width: 600px;
    height: 300px;
    top: 50%;
    left: 50%;
    margin-top: -110px;
    margin-left: -300px;
}

.inputLogin{
    size:400px;
    width:400px;
    height:50px;
    margin-left:100px;
    margin-top:0px;
    text-align: center;
    font-size:1em;
}

.wrongPass{
    size:400px;
    width:400px;
    height:40px;
    min-height:40px;
    max-height:40px;
    margin-left:100px;
    margin-top:0px;
    position: relative;
}

.wrongPassText{
    color:red;
    font-weight:bold;
    font-size:0.8em;
    position: absolute;
    bottom: 0;
    left: 0;
}

.btn {
    background-color: #0044AA; /* Green */
    border: none;
    color: white;
    padding: 12px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    font-weight: bold;
    cursor: pointer;
}

.btnLogin {
    border:0px;
    min-height:60px;
    width:404px;
    margin-left:100px;
    margin-top:30px;
    margin-bottom:0px;
}


.btnBlue {
    background-color: #0044AA;
    color: white;
}
