body {
	margin: 0 !important; 
	background-image: url(../images/bg-login.png);
	background-size: cover;
	background-repeat: no-repeat;
}



.content-wrapper, body.sidenav-toggled .content-wrapper {
    margin: 0;
    padding: 0;
    overflow: visible;
    background: none;
}
.col-sm-offset-3
{
    margin-right: 50% !important;
    margin-left: 25% !important;
}
label
{
	color: black;
}

#content
{
	padding: 0;
}

.input-group-addon
{
	height: 20px !important;
}

#logo_login img
{  
        height: 190px;
        text-align: center;
        position: relative;
        top: 20px;
        margin: auto;
        left: 0;
        bottom: 0;
        right: 0;
}

img { max-width: 58%; }

.form-group
{
	width:100%;
}

.refresh-button 
{
    font-size: 30px;
    top: 12px;
    color: #fff;
}   

.btn-primary {
  color: #fff;
  background-color: #E9B004;
  border-color: #787878;
  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;
  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
	{
		width: 230px;
	}
	
	.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: #E9B004 !important;
 	border-color: #CDCDCD !important;
}

div.wide.form label {
	visibility:hidden;
}

.form-top {
	overflow: hidden;
	padding: 15px 25px 0px 25px;
	/* background: #444; */
	background: #032c2c;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: center;
	box-shadow: 5px 6px 20px 0px;
}

.form-bottom {
	padding: 10px 25px 20px 25px;
	/* background: #444; */
	background:	#032c2c;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
/*	text-align: left;*/
	box-shadow: 5px 6px 20px 0px;
}

.btn-login {
	background: #1c4a48 !important;
	color: #fff;
	border-radius: 22px !important;
	transition: all .3s;
}
.btn-login:hover{
	background-color: #1E716D !important;
}
