body{
    background: url('../image/background.png') no-repeat center center fixed;
    background-size: cover;
}

div.loginHeader{
    text-align: center;
}

div.loginHeader{
    margin-bottom: 60px;
}

div.loginHeader h1{
    font-size: 100px;
    color: #ffffff;
    padding:0px;
    margin: 0px;
}
div.loginHeader h2{
    color: #ffffff;
    font-size: 50px;
    border-bottom:5px;
    margin:0px;
    display:inline-block;
    text-transform: uppercase;
}

div.loginHeader h2:after{
    content:'';
    display: block;
    height: 5px;
    background: #A9BA9D;
    margin:0 auto;
}

div.loginBody form{
    margin:0 auto;
    width: 500px;
    background: rgba(0,0,0,.5);
    padding:50px;
    border:2px solid #ffffff ;
    border-radius: 50px;
}

div.loginInputsContainer{
    margin-top:20px;
}

div.loginInputsContainer label{
    display:block;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 5px;
}

div.loginInputsContainer input{
    height: 30px;
    width: 100%;
    border: 2px solid#66FF00;
    font-size: 20px;
    padding:5px;   
    text-align: center;
}

div.loginButtonContainer{
    margin-top: 40px;
    text-align: center;
}

div.loginButtonContainer button{
    font-size: 30px;
    padding: 10px 30px;
    background: #66FF00;
    border: none;
    color: #ffffff;
    border-radius: 5px;
}