/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 3 janv. 2014, 11:22:43
    Author     : dogierdenis
*/
body {
    background-image: url('../images/fond-login.png');
    background-repeat: repeat-x;
    background-position: top center;
    *padding-top: 200px;
}

.login-container {
    width: 500px;
    background: #FFFFFF;
    margin:200px auto;

}

.login-container .login-message {
    padding: 5px 15px;
    font-size: 80%;
}

.login-header {
    padding: 10px 15px;
    font-weight: 600;
    font-size: 20px;
}

.login-content {
    padding: 20px 50px;
}
.login-content,
.login-content label {
    font-size: 16px;
}

select,
#pass,
#form_util {
    width: 100%;
    margin: 0px;
}

.password {
    margin-top: 20px;
}

label {
    font-weight: normal;
}

#pass {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: none;
}

.input-group {
    width:100%;
}

.login-btn {
    text-align: center;
    margin-top: 20px;
}

.login-btn .pwb-btn {
    font-size: 19px;
}

.important1 {
    text-align: center;
    font-weight: 600;
}

#imgLogoProweb {
    margin: 5px 0px;
    vertical-align: middle;
}

.eye-icon {
    background-color: transparent;
    border-left:none
}
