
.login-box{
    background-color: rgba(204, 204, 204, 0.2);
    display: block;
    margin: auto;
    max-width: 100%;
    width: 410px;
    margin-top: 50px;
    border: 1px;
    border-style: outset;
    border-color: gainsboro;
    box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.1), 3px 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.login-box-header{
	height: 100px;
	background-image: url("../images/logo_login_PEUGEOT_ES.png");
    background-repeat: no-repeat;
    background-position:center bottom;
    background-color: #13294B;
    background-size: 100% 100%;
}

.login-box-content{
	background: #FFFFFF;
	color: #13294B;
	text-align:left;
	padding: 8%;
	border-style: solid;
    border-bottom-color: #E5E5E5;
    border-top-color: #FFFFFF;
    border-left-color: #FFFFFF;
    border-right-color: #FFFFFF;
}

.login-box-content .col-md-12
{
	float: none !important;
}

.login-box-footer{
	height: 40px;
}

.btn{
	padding: 5px;
	background:  #28A2CB !important;
	width: 100%;
	color: white;
	border-color: #28A2CB !important;
	border-radius: 6px;
}

.btn:hover{
	background: #4BB3D6 !important;
	border-color : #4BB3D6 !important;
}

.btn:active{
	background: #046A8C !important;
}

#login-background
{
    background: linear-gradient( rgba(255,255,255,0.5),rgba(255,255,255,0.5)),url("../images/login_bg_peugeot_ES.jpg") no-repeat scroll center center / cover ;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: -10;
}

.login-input {
    display: inline-table;
    width: 80%;
}

.login-span {
    margin-top: 30px;
    color: #ccc;
}

.login-button {
    margin: auto !important;
    float: none !important;
    margin-bottom: 10px !important;
}
