html, body{background:#dcdfe4 !important;}
.main {
	padding: 0 0 0 0 !important;
}

.main-content {
	font-size: 13px;
	margin: 0 !important;
	min-height: 400px;
	width: 100% !important;
	padding: .1px 0 0 0;
}
.login-main input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #555;
    opacity:1;
}
.login-main input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #555;
    opacity:1;
}
.login-main input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #555;
    opacity:1;
}
.login-main input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #555;
    opacity:1;
}

.login-main {
	background: url("../images/login_bg.jpg?a=2") no-repeat scroll top center/100% auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: "Open sans";
	padding: 30px 14px 0;
	width: 100%;
	min-height: 54vw;
}
.main-section{
	background: #dcdfe4 none repeat scroll 0 0;
}
.login-logo {
	background: #fff url("../images/logo_depr.png") no-repeat scroll center center/150% auto;
	height: 211px;
	margin: -140px auto 0;
	width: 211px;
	z-index: 1;
	border-radius: 100%;
	border: 10px solid #007b7b;
}
.logo-bottom {
	background: #007b7b url("../images/logo_de_bottom.jpg") no-repeat scroll center center;
	height: 60px;
	margin: 20px 0 0 0;
	width: 100%;
	z-index: 1;
	border-radius: 10px;
	border: 0;
	box-sizing: border-box;
	padding: 0;
}
.i23 .login-logo {
  background: rgba(0, 0, 0, 0) url("../images/logo_nev_login_en.png") no-repeat scroll center center;
  height: 97px;
  margin: 0 auto;
  width: 130px;
  z-index: 1;
}
.login-tit {
  color: #1cb5e3;
  font-size: 24px;
  line-height: 65px;
  text-align: center;
}

.login-content {
	width: 315px;
	height: 325px;
	margin: 160px auto 0 auto;
	border: 1px solid rgba(0,0,0,0);
	border-radius: 10px;
	background: rgba(255,255,255,0.65);
}
.login-nev .login-content {
	height: 395px;
}

.login-spot {
	width: 62%;
	height: 390px;
	float: left;
}
.login-form {
	width: 100%;
	float: left;
}
.login-tit-footer {
  color: #1cb5e3;
  font-size: 21px;
  line-height: 40px;
  text-align: center;
}
.login-container {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 225px;
	margin: 0 auto;
	padding: 20px 40px;
	width: 100%;
}
.login-nev .login-container {
	height: 300px;
}
.login-main input[type="button"] {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #fff none repeat scroll 0 0;
	border: 1px solid #007b7b;
	color: #007b7b;
	border-radius: 5px;
	cursor: pointer;
	font-size: 12px;
	line-height: 27px;
	margin: 0;
	padding: 0 5px;
	width: 100%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	height:27px;
}
.login-main input[type="button"]:hover {
	background: #007b7b none repeat scroll 0 0;
	border: 1px solid #007b7b;
	color: #fff;
}

.login-main input[type="text"], .login-main input[type="password"] {
	font-family: "Open sans";
	background: transparent;
	border-radius: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 13px;
	line-height: 27px;
	margin: 0 0 20px 0;
	padding: 0 15px;
	text-align: left;
	width: 100%;
	border: 1px solid #000;
	text-align: center;
	color: #000;
}

.header-blue-btn.login {
  clear: both;
  float: left;
  margin: 10px 5px 0;
  width: 172px;
}

.login-recuperar-datos {
	color: #007b7b;
	cursor: pointer;
	font-size: 13px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
}

.fancybox-wrap {
  top: 100px !important;
}


/* Modal Recuperar Contraseņa
================================================== */
.recuperar-container {
  box-sizing: unset;
  -moz-box-sizing: unset;
  -webkit-box-sizing: unset;
  padding: 30px;
  width: 450px;
  height:400px;
}
.recuperar-form-tit {
  color: #1cb5e3;
  font-size: 25px;
  font-weight: normal;
  height: 40px;
  margin: 0 0 10px;
  padding: 0 4px;
}
.recuperar-form-desc {
  color: #656565;
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  min-height: 48px;
  padding: 0 0 20px;
  text-align: left;
  width: 250px;
}
.recuperar-form-input input[type="button"] {
  background: #1db5e4 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;  
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  margin: 0 130px;
  padding: 0 5px;
  width: 200px;
-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;    
}
.recuperar-form-input input[type="button"]:hover {
	opacity:0.8;
}

.recuperar-form-input input[type="text"],.recuperar-form-input input[type="password"] {
  background: #f2f2f2 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 5px;
  box-shadow: 0 0 8px 1px #dcdcdc inset;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;  
  font-family: "Open sans";
  font-size: 15px;
  line-height: 35px;
  margin: 0 0 14px;
  padding: 0 15px;
  text-align: left;
  width: 100%;
}
/*.recuperar-form-input {width:249px;}
.recuperar-form-input input[type="text"]{border:1px solid #fff; background:#f6f6f6; width:150px; height:25px;line-height:25px;margin:0 4px 8px 0;font-family:'Gotham',Helvetica;color:rgb(17, 17, 17);font-size:13px;padding:0px 5px;outline: none;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}          
.recuperar-form-input input[type="text"]:focus,.recuperar-left-cont input[type="text"].error:focus{
  	-webkit-box-shadow: 0 0 2px rgba(31, 117, 206, 1);
    -moz-box-shadow: 0 0 2px rgba(31, 117, 206, 1);
    box-shadow: 0 0 2px rgba(31, 117, 206, 1);
    border:1px solid #EEEEEE;
}

.recuperar-form-input input[type="text"].error{border:1px solid rgba(255,0,0,0.6);box-shadow:0px 0px 1px #f00;}
*/





.footer {
	width: 100% !important;
	margin-left: 0 !important;
}
.login-form-contacto {
	width: 100%;
	text-align: center;
	margin: 5px 0 0 0;
	line-height: 18px;
}
.login-form-contacto b {
	color:#007b7b;
	font-weight:bold;
}