body{
	overflow-x:hidden;
}

.logo{
	height:100%;
}

.texto{
	font-weight: normal !important;
	font-size: 12px;
	font-style: normal;
	opacity:0.5;
	line-height: 0.5;
}

.texto2{
	font-weight: normal !important;
	font-size: 12px;
	font-style: normal;
	line-height: 0.5;
}

.alert-danger {
	width:75%;
	text-transform: uppercase;
}	


/*INPUT TEXT*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 1000px rgba(124, 157, 228, 0.5) inset !important;
	/*-webkit-text-fill-color: #00339b !important;*/
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:    #FFF !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #FFF !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #FFF !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:    #FFF !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color:    #FFF !important;
}

input, textarea {
	background-color : #FFF; 
	color : #FFF; 
}

.itext{
	height: 60px !important;
	color: #FFF !important;
	background-color: rgba(124, 157, 228, 0.5);
	border-color: rgba(0, 0, 0, 0);
	font-size: 15pt;
	/*opacity: 0.8;*/
}

.redes{
	letter-spacing: 6px;
}

.table-sunedu tr th,
.table-sunedu tr td{
	border:0 !important;
}

.bodylogin {
  background-image: url(../../images/fondoCESE.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #66999;
}


.fondologin {
  background-color: rgba(4, 15, 37, 0.5);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
  background-size: cover;
  max-width: 500px;
  text-align: center;
  -moz-border-radius:2%;
  -webkit-border-radius:2%;    
}

.row{
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 0px !important;
    margin-left: 0px !important;
}

.titulo{
	font-size: 30px;
	font: bold;
	padding-top: 30px;
	padding-bottom:  5px;
	padding-left: 15px;
	padding-right: 15px;
}

.subtitulo{
	font-size: 12pt;
	padding-bottom:  30px;
	padding-left: 15px;
	padding-right: 15px;
	 
}

.btnDNIE{
	background-color: #5d4595  !important;
	width: 84% !important;
	text-transform: uppercase;
    font: bolder;
	height: 50px;	
	/*opacity: 1 !important;*/
    padding: 13px 0 0 0;

}

.btnAcc{
	background-color: #e84e24 !important;
	width: 84% !important;
	text-transform: uppercase;
    font: bolder;
	height: 45px;
	/*opacity: 1 !important;*/
}

.rowboton{
	padding-bottom: 5px;
	padding-left: 48px;
	padding-right: 48px;
}

.rowtext{
	padding-left: 80px;
	padding-right: 80px;
}

.btn:hover{
	opacity: 0.5;
	color: #FFF;
}
.btn {
	opacity: 1;
	color: #FFF;
}

@media (max-width: 1500px) {
	.logo{
		height:60px;
	}
	
	.itext{
		height: 40px !important;
		color: #FFF !important;
		background-color: rgba(124, 157, 228, 0.5);
		border-color: rgba(0, 0, 0, 0);
		font-size: 12pt;
		/*opacity: 0.8;*/
	}

	.redes{
		letter-spacing: 3px;
	}

	.table-sunedu tr th,
	.table-sunedu tr td{
		border:0 !important;
	}

	.bodylogin {
		background-position: center center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
		background-color: #66999;
	}


	.fondologin {

		background-position: center center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		color: #fff;
		background-size: cover;
		max-width: 390px;
		text-align: center;
		-moz-border-radius:2%;
		-webkit-border-radius:2%;    
	}

	.row{
		padding-left: 10px;
		padding-right: 10px;
	}

	.titulo{
		font-size: 20px;
		font: bold;
		padding-top: 14px;
		padding-bottom:  3px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.subtitulo{
		font-size: 12pt;
		padding-bottom:  15px;
		padding-left: 15px;
		padding-right: 15px;
		 
	}

	.btnDNIE{
		background-color: #5d4595  !important;
		width: 90% !important;
		text-transform: uppercase;
		font: bolder;
		height: 40px;	
		/*opacity: 1 !important;*/
		padding: 10px 0 0 0;

	}

	.btnAcc{
		background-color: #e84e24 !important;
		width: 90% !important;
		text-transform: uppercase;
		font: bolder;
		height: 40px;
		/*opacity: 1 !important;*/
	}

	.rowboton{
		padding-bottom: 3px;
	}

	.rowtext{
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media (max-width: 500px) {
	.itext{
		height: 30px !important;
		color: #FFF !important;
		background-color: rgba(124, 157, 228, 0.5);
		border-color: rgba(0, 0, 0, 0);
		font-size: 10pt;
		/*opacity: 0.8;*/
	}

	.redes{
		letter-spacing: 3px;
	}

	.table-sunedu tr th,
	.table-sunedu tr td{
		border:0 !important;
	}
	
	.form-group{
		margin-bottom: 9px;
	}

	.bodylogin {
		background-position: center center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
		background-color: #66999;		
	}


	.fondologin {
		background-position: center center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		color: #fff;
		background-size: cover;
		max-width: 280px;
		text-align: center;
		-moz-border-radius:2%;
		-webkit-border-radius:2%;    
	}

	.row{
		padding-left: 10px;
		padding-right: 10px;
	}

	.titulo{
		font-size: 15px;
		font: bold;
		padding-top: 14px;
		padding-bottom:  3px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.subtitulo{
		font-size: 8pt;
		padding-bottom:  15px;
		padding-left: 15px;
		padding-right: 15px;
		 
	}

	.btnDNIE{
		background-color: #5d4595  !important;
		width: 85% !important;
		text-transform: uppercase;
		font: bolder;
		height: 40px;	
		/*opacity: 1 !important;*/
		padding: 10px 0 0 0;
		font-size:7pt;

	}

	.btnAcc{
		background-color: #e84e24 !important;
		width: 85% !important;
		text-transform: uppercase;
		font: bolder;
		height: 35px;
		font-size:7pt;
	}

	.rowboton{
		padding-bottom: 3px;
	}

	.rowtext{
		padding-left: 60px;
		padding-right: 60px;
	}
}

