body 
{
    padding: 0 !important;
}

.content-wrapper, body.sidenav-toggled .content-wrapper
{
    margin: 0;
    padding: 0;
    overflow: visible;
}

.container-fluid
{
    padding: 0;
}

label
{
	color: black;
}

#content
{
	padding: 0;
}

#content img
{
	heigth: 50px !important;
}

.input-group-addon
{
	height: 20px !important;
}

#logo_login img
{  
    width:auto; 
    height:190px;
    text-align:center;
}

.form-group
{
	width:100%;
}

.btn-primary {
  color: #fff;
  background-color: #E7C540;
  border-color: #000;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  border-top-width: 10px;
  border-left-width: 10px;
  margin-right: 10px;
  border-bottom-width: 10px;
  border-right-width: 10px;
  border-color: white;
  position: relative;
  top: 45px;
  margin: auto;
  left: 0; 
  bottom: 0; 
  right: 0;
}

.input-group-addon
{
	border: none;
}

form-login
{
        float:center;
	height: 25px !important;
	border: none;
}

.div_captcha
{
	margin-left: -40%;
}

@media only all and (max-width: 800px)
{
	#login
	{
		margin-left: 0px;
		margin-right: 60px;
	}
	
	#form_login
	{
		width: 600px !important;
	}
	
	.col-sm-5
	{
		width: 40%;
	}
}

@media only all and (max-width: 400px)
{
	#login
	{
		margin-left: 0px;
		margin-right: 0px;
	}
	
	#logo_login img
	{
            width: auto;
            height: 190px;
	}
	
	.col-sm-5 input
	{
		width: 100px;
	}
}

.form-control
{
	width: 100% !important;
}

.form-horizontal .form-group {
  margin-left: -24%;
  margin-right: -15px;
}

div.wide.form label {
  float: left;
  margin-right: 10px;
  position: relative;
  text-align: right;
  width: 15% !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary
{
	color: #fff !important; 
 	background-color: #E7C540 !important;
 	border-color: #000000 !important;
}

div.wide.form label 
{
	visibility:hidden;
}

.help-block 
{
    color: white !important; 
}