html {
	background: #16A98F url('../../../global/img/home2024.jpg?v=2024') no-repeat center center;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body.login{
	background-color: transparent;
}
.login .logo {
	margin: 0 auto;
	margin-top: 12%;
	padding: 15px;
	text-align: center;
}
.btn-login {
    background-color: #790e17;
    border-color: #790e17;
    color: #fff;
}
.btn-login:hover {
	background-color: #8f0e19;
    border-color: #8f0e19;
	color: #fff;
}
.login .content {
	background-color: rgba(117, 55, 55, 0.3);
    border-radius: 6px !important;
    margin: 14% auto 10px;
	padding: 94px 24px 0;
    position: relative;
    width: 380px;
}
.login .content h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 400 !important;
    margin-top: 0;
    text-align: center;
}
.login .content h4 {
	color: #555;
}
.login .content .hint {
	color: #999;
	padding: 0;
	margin: 15px 0 7px 0;
}
.login .content .login-form,
.login .content .forget-form {
  padding: 0px;
  margin: 0px;
}
.login .content .forget-form p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
}

.back-btn {
    border-top: 1px solid rgba(255, 255, 255, 0.26);
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin: 25px 0 0;
    padding-top: 12px;
    text-align: center;
    width: 100%;
}
.back-btn:hover {
    color: #fff;
    text-decoration: none;
}
.login .content .form-control {
  border: none;
  background-color: #fff;
  height: 43px;
  color: #8290a3;
  border: 1px solid #fff;
}
.login .content .form-control:focus, .login .content .form-control:active {
  border: 1px solid #c3ccda;
}
.login .content .form-control::-moz-placeholder {
  color: #8290a3;
  opacity: 1;
}
.login .content .form-control:-ms-input-placeholder {
  color: #8290a3;
}
.login .content .form-control::-webkit-input-placeholder {
  color: #8290a3;
}
.login .content select.form-control {
  padding-left: 9px;
  padding-right: 9px;
}
.login .content .forget-form {
	display: none;
}
.login .content .register-form {
 	display: none;
}
.login .content .form-title {
	font-weight: 300;
	margin-bottom: 25px;
}
.login .content .form-actions {
	clear: both;
	border: 0px;
	padding: 0px 30px 25px 30px;
	margin-left: -30px;
	margin-right: -30px;
}
.login-options {
	margin-bottom: 30px;
	overflow: hidden;
}
.login-options h4 {
  float: left;
  font-weight: 600;
  font-size: 15px;
  color: #7d91aa !important;
}
.login-options .social-icons {
  float: right;
  padding-top: 3px;
}
.login-options .social-icons li a {
  border-radius: 15px 15px 15px 15px !important;
  -moz-border-radius: 15px 15px 15px 15px !important;
  -webkit-border-radius: 15px 15px 15px 15px !important;
}
.login .content .form-actions .checkbox {
  margin-left: 0;
  padding-left: 0;
}
.login .content .forget-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.login .content .register-form .form-actions {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0px;
}
.login .content .form-actions .btn {
    padding: 10px 14px;
    width: 100%;
}
.login .content .form-actions .btn-success {
  font-weight: 600;
  padding: 8px 18px !important;
}
.login .content .form-actions .btn-default {
  font-weight: 600;
  padding: 10px 25px !important;
  color: #6c7a8d;
  background-color: #ffffff;
  border: none;
}
.login .content .form-actions .btn-default:hover {
	background-color: #fafaff;
	color: #45b6af;
}
.login .content .forget-password {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin: 12px 0 10px;
    text-align: center;
    width: 100%;
}
.login .content .check {
	 color: #8290a3;
}
.login .content .rememberme {
	margin-left: 8px;
	margin-top: 10px;
}
.login .content .create-account {
  margin: 0 -40px -40px -40px;
  padding: 15px 0 17px 0;
  text-align: center;
  background-color: #6c7a8d;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -ms-border-radius: 0 0 7px 7px;
  -o-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}

.login .content .create-account p a {
  font-weight: 600;
  font-size: 14px;
  color: #c3cedd;
}

.login .content .create-account a {
  display: inline-block;
  margin-top: 5px;
}

/* footer copyright */
.login .copyright {
  text-align: center;
  margin: 0 auto 30px 0;
  padding: 10px;
  color: rgba(255, 255, 255, 0.47);
  font-size: 11px;
}

.forget-password{
	color: #fff;
}


/* Register */
.login-register {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 10px;
    margin-top: 16px;
    padding-top: 16px;
    width: 100%;
}
.login-register p {
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.login-register a{
	color: #73141c;
	padding-left: 4px;
	text-decoration: underline;
	border: none;
}
.login-register a:hover{
	color: #8f0e19;
	text-decoration: none;
}
.logo-login {
    left: 50%;
    margin-left: -83px;
    position: absolute;
    top: -83px;
    max-height: 166px;
}

.login .form-group {
    margin-bottom: 11px;
}
.login .control-label {
	color: #fff;
}
.login #formRegistro .form-control {
    height: 36px;
}

.login .content-register{
    margin: 10% auto 10px;
    width: 658px;
	padding: 94px 24px 16px;
}
.login .content-register .form-group {
    margin-bottom: 6px;
}
.login .content-register .form-actions{
	margin-top: 14px;
}


.login .has-error .help-block, 
.login .has-error .help-inline, 
.login .has-error .control-label, 
.login .has-error .radio, 
.login .has-error .checkbox, 
.login .has-error .radio-inline, 
.login .has-error .checkbox-inline {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    color: #ff342d !important;
    display: inline-block;
    padding: 1px 7px;
}


@media (max-width:  768px) {
	.login .content-register{
	    margin-top: 108px;
	    width: 100%;
	}
}
@media (max-width: 440px) {
	.login .content {
	    margin-top: 108px;
	    width: 100%;
	}
	.login .content h3 {
		font-size: 22px;
	}
	.forget-password {
		display: inline-block;
		margin-top: 20px;
	}
	.login-options .social-icons {
		float: left;
		padding-top: 3px;
	}
	.login .checkbox {
		font-size: 13px;
	}
}
