/***********************************************

	Template Name: Tabs Login & Registration Form
	Author: BootstrapLayouts
	URI: http://www.bootstraplayouts.com

***********************************************/
html,body{
	
	background: linear-gradient(
      rgba(13, 60, 85, 0.45), 
      rgba(13, 60, 85, 0.45)
    ),url(../../pictures/bg_site.jpg);
	height:100%;
	
  background-size:cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

a {
	color: black!important;
}

.logo-login {
	width: 240px;
}
/**Panel**/

.panel{
	background-color: transparent!important;
	margin-top:50px;
	border:0px;
}

.panel-heading{
	border:0px;
}

.panel-body{
	background-color:#ffffffbb;
	border:0px solid #99ccff;
}

.title{
	margin-bottom:40px;
	color:white;
	font-weight:bold;
}

.btn-group-justified a{
	color:#55555;
	font-weight:bold;
}

.btn-group-justified a:hover{
	color:#88888;
}

/**Login Form**/

#login_form{
	display:block;
}

.nopadding{
	padding-top:0 !important;
	padding-bottom:0 !important;
}

.btn-group a{
	border-radius:0;
}

.checkbox .remember_me{
	color:white;
}

.new_here p{
	border-top:1px solid white;
	color:white;
	padding-top:10px;
}

#login_link.active{
	background-color:#99cf17;
	color:black;
}

#login_link{
	border:0px solid #99cf17;
}

.butn .btn-default{
	margin-top:20px;
	border-radius:0px;
	color:#000000;
	font-weight:bold;
}

.line {
	border-top: 1px solid white !important;
	padding-top:5px;
}

.butn .btn-default:hover{
	background-color:#99cf17;
	border:1px solid white;
	color:black;
}

.login_form_icons{
	color:black;
}

#login_form .input-group-addon{
}

/**Registration Form**/

#registration_form{
	display:none;
}

.input{
	border-radius:0px;
	background-color:#f7f7f7;
	border:none;
}

.select{
	color: #999!important;
}

.checkbox .check{
	color:white;
}

.butn{
	margin-top:20px;
}

.already_member {
	padding-top:15px;
	color:white;
}
	
.forgot{
	margin:20px 0px 10px 0px;
}

.newhere {
	border-top:1px solid lightgrey;
	padding-top:10px;
}

#registration_link.active{
	background-color:#99cf17;
	color:black;	
}

#registration_link{
	border:0px solid #99cf17;
}

#registration_form .input-group-addon{
}

.registration_form_icons{
	color:black;
}

/**Social Buttons**/

.social-buttons .btn-default{
	border-radius:0px;
	margin-bottom:10px;
	margin-top:5px;
}

.social-buttons i{
	margin-right:5px;
}

.social-buttons .btn_facebook{
	background-color:#003380;
	color:white;
	border:0px;
}

.social-buttons .btn_twitter{
	background-color:skyblue;
	color:white;
	border:0px;
}
.social-buttons .btn_gmail{
	background-color:#b30000;
	color:white;
	border:0px;
}

/**Media Query**/



#footer{
	color:White;
	margin-top:10px;
}

#footer a{
	color:White;
	text-decoration:underline;
}

.etat_lieux_btn {
	width:70px;
	padding:0px;
	margin:0px;
	text-align:left;
}




