.user-account{
    padding-top:5px;
    color: #223f77;
    font-weight: bold;
}

.login-page{
    background: #599fce url('../images/bg-body-big-new.jpg') top center no-repeat ! important;
}

#login-container{
    margin: 10px 30px 30px 30px;
}

#connecting{
    height: 399px;
}

#login-logo{
    background: url(../images/merieux-logo-login.png) no-repeat right bottom;
    margin-top: -75px;
    height: 64px;
}

#loginApp{
    width: 311px;
    float: right;
    background: #f3f3f3 url(../images/merieux-icon.png) no-repeat right bottom;
    border: 1px solid #c6c6c6;
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    margin-top: 110px;
    margin-right: 60px;
}

.login-link {
    color: #428bca;
    cursor: pointer;
}

h2.login {
    text-align: center;
}

span {
     color: #666;
}

.btn-login, .btn-login:hover,
.btn-login.disabled, .btn-login[disabled], fieldset[disabled] .btn-login{
    color: #fff;
    background-color: #0097D3;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#30B7C9), color-stop(55%, #2d78c8), to(#0097D3));
    background-image: -webkit-linear-gradient(#30B7C9, #2d78c8 140%, #0097D3);
    background-image: -moz-linear-gradient(top, #30B7C9, #2d78c8 140%, #0097D3);
    background-image: linear-gradient(#30B7C9, #2D78C8 140%, #0097D3);
    background-repeat: no-repeat;
    border: 1px solid #0186bb;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-login:hover {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#30B7C9), color-stop(55%, #30B7C9), to(#0097D3));
    background-image: -webkit-linear-gradient(#30B7C9, #30B7C9 55%, #0097D3);
    background-image: -moz-linear-gradient(top, #30B7C9, #30B7C9 55%, #0097D3);
    background-image: linear-gradient(#30B7C9, #30B7C9 55%, #0097D3);
}

.btn-login.disabled, .btn-login[disabled], fieldset[disabled] .btn-login {
    opacity: 0.6;
    color: #428;
}