body{
    padding: 38px;
}
h1 {
  font-weight : bold !important;
  font-size : 20px !important;
  
}
h2 {
  font-weight : bold !important;
  color : #1389D3 !important;
  font-size : 15px !important;

}

.logo {
    margin-left : auto;
    margin-right : auto; 
    display:block; 
    margin-top:50px;
}

.col-md-6 {
    padding: 30px;
}

/**
 * page de login
 */
.login .container {
    width:850px !important; 
    margin-top:50px;
}
.login #div1 {
    display:flex; 
    padding:30px; 
    margin-top:15px;
    border:none;
}
.login #div2 {
    text-align : right; 
    border-right:solid #1389D3 1px;
}
.login #div3 {
    padding-bottom:20px;
    padding-top:20px;
}
.login #loginButton{
    margin-bottom: 0.5em;
}


/**
 * Page register new user
 */
.register #div1, .forgot-password #div1 {
    background-color : white; 
    padding:30px; 
    margin-top:50px;
}
.register .div2, .forgot-password .div2 {
    width : 100%;
}
/**/
.register .Input, .login .Input, .forgot-password .Input {
    display:block;
    width:100%;
    height:30px;
}
