html, body {
	width: 100%; 
	height: 100%; 
	margin: 0;
	padding: 0;
}

body {
	
	background-size:cover;                  
	background-repeat:   no-repeat;
}
.login-clean {
  background: #ffffff;
  padding: 80px 0;
  background-image: url(https://edifact.com.mx/img/backend-e3000.jpg);
  background-size: cover;
  height: 2700px;
  max-height: 1000px;
}
.login-clean form {
  max-width: 320px;
  width: 90%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 4px;
  color: #505e6c;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}

.login-clean .illustration {
  text-align: center;
  padding: 0 0 20px;
  font-size: 100px;
  color: rgb(244,71,107);
}

.login-clean form .form-control {
  background: #f7f9fc;
  border: none;
  border-bottom: 1px solid #dfe7f1;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  color: inherit;
  text-indent: 8px;
  height: 42px;
  font-size: 16px;
  color: #696a6a;
}
.login-clean form .form-control::placeholder{
     color: #696a6a;
}


.login-clean form .btn-primary {
  /*background: #113250;*/
  border: none;
  border-radius: 4px;
  padding: 11px;
  box-shadow: none;
  margin-top: 26px;
  text-shadow: none;
  outline: none !important;
  background: linear-gradient(120deg,#304a63,#0ea0ff);
}

.login-clean form .btn-primary:hover, .login-clean form .btn-primary:active {
  background: linear-gradient(120deg,#0ea0ff,#2f5170);
}

.login-clean form .btn-primary:active {
  transform: translateY(1px);
}

.login-clean form .forgot {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #6f7a85;
  opacity: 0.9;
  text-decoration: none;
}

.login-clean form .forgot:hover, .login-clean form .forgot:active {
  opacity: 1;
  text-decoration: none;
}

#logo-ent {
  max-width: 190px;
}

#logo-n9000 {
  max-width: 250px;
}

#nom2001-logo {
  max-width: 250px;
}

#e3000-logo {
  max-width: 240px;
}
/*Fin Codigo nuevo*/
#enterprise_img{
 	/*margin-top: 130px;*/
}


#body_login{
	min-height: 720px;
	background-color: #FFFFFF;
}

#header_login{
	height: 80px;
}

#top {
    

    background: rgba(0, 0, 0, 0) url("../img/pleca-tops.jpg") repeat-x scroll left bottom;
   /*background: rgba(0, 0, 0, 0) url("../img/pleca-top.png") repeat-x scroll left bottom;
    */
    height: 15px;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

#login_form{
	background-color: #EBEBEB;
	margin-top:30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}

h1 {
    color: #4c4c4c;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
    padding-top: 15px;
    text-align: center;
    color: #3163ac;
    font-size: 19px;
    font-weight: 600;
}

h2 {
    color: #4c4c4c;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
    padding-top: 15px;
    text-align: center;
}


.blanco{
	background-color: #FFFFFF;
}

.rojo{
	background-color: #E30B0C;
	width: 100% !important;
}



