#login {
	display: initial !important;
} 

#login .login-panel {
	background: rgba(255, 255, 255, 0.8) !important;
	margin-top: 200px;
}

#login .header {
	background-color: #222;
    margin-right: -15px;
    margin-left: -15px;
	height: 80px;
}


.bg-login {
	background: url("../../../images/Point_S_Visuel_Planete.jpg") no-repeat fixed center center / cover !important;
	background-color: #F0F0F0;
}
#login .logo-right {
	background-image: url('../../../images/Logo_PointS_Group2.png');
	background-position: right center;
	background-repeat: no-repeat;
	width: 180px;
	height: 80px;
    margin-right: 15px;
	float: right;
}

#login .logo-left {
	background-image: url('../../../images/header-logo.png');
	background-position: left center;
	background-repeat: no-repeat;
	width: 130px;
	height: 80px;
	margin-left: 15px;
	float: left;
}

#login .content {
	margin-top: 25px;
	margin-bottom: 15px;
}

#login .form-control {
    border-radius: initial;
    border: 1px solid gray;
}

#login .btn-login {
	width: 100%;
    background-color: #004893;
    color: white;
    font-size: 1.4em;
    font-weight: bold;
    border: none;
    padding: 10px 24px;
    height: 45px;
}

#login .btn-login-v3 {
    width: 100%;
    color: black;
    font-size: 0.9em;
    border: 1px solid gray;
    height: 45px;
}

#login .btn-login:hover {
	background-color: #005ab8;
}

#login .alert {
	padding-top: 4px;
	padding-bottom: 4px;
   	border-radius: 0;
   	font-size: 1em;
}

#login .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

#login .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

#login .forgot-pwd a, #login .imprint a {
	color: black;
	font-size: 0.9em;
}

#login .remember_me-line {
	line-height: 22px;
}

#login .btn-v3 a {
	color: black;
	font-size: 0.9em;
}

#login .modal {
	padding-top: 260px;
}

a, a:hover, a:focus {
	color: #004893;
}

.checkbox {
	font-size: 14px;
}
