input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #e2e2e2 inset;
}

html {
	height: 100%;
	width: 100%;
}
body {
	margin: 0;
	padding: 0;
	overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";	font-size: 2em;
	background:#e2e2e2 url(../images/fondo_login.jpg) no-repeat left top;
	background-size: cover;
}
#response,
#nosuport{
	display: none;
}

header {
	display: block;
	height: 150px;
}
section {
	width:40%;
	margin: 0 0 0 60%;
    padding: 1%;
	border: none;
	display: block;
    box-shadow: -10px 0px 10px 1px #CCC;
    height: 100%;
    position: absolute;
    top:0;
    rigth:0;
}
fieldset {
	border: none;
	display: block;
}
form {
	margin: 20% 10% 20px 10%;
	padding:0;
    width: 80%;
}
label {
	display: flex;
	margin: 3% 0;
}
img {
	display: block;
}
input[type='text'], 
input[type='password'] {
	border: none;
	height: 50px;
	font-size: 0.8em;
	background-color: transparent;
	width:100%;
	border-bottom:1px solid #CCC;
}
input[type='text']:selected, input[type='password']:selected {
	background-color: #FFF;
}
input[type='button'],
input[type='submit']{
	height: 80px;
	font-size: 0.8em;
	text-align: center;
	background: linear-gradient(#1d759f, #2080ad);
	color:#DDD;
	margin-top: 40px;
	padding: 0 50px;
	border-radius: 3px;
	border:1px solid #000;
}
input[type='button']:hover,
input[type='submit']:hover {
	background: linear-gradient(#2080ad, #1d759f);
	color: #FFF;
	cursor: pointer;
}
input[type='button']:disabled,
input[type='submit']:disabled{
	border: 1px solid #c7c8ca;
	background: linear-gradient(#f9f9fa,#e1e2e3);
	color: #464646;
	cursor:not-allowed;
}
footer {
	height: 14%;
	background: linear-gradient(#4d91ba, #307ca9);
	position: absolute;
	bottom: 0;
	width: 100%;
	border-top: 3px solid #000;
}
#return{
	font-size:0.6em;
	text-align:center;
	width:100%;
}
#container{
	font-size:0.6em;
    margin-top: 20px;
}
.boxred{
	font-size:0.6em;
	color: rgba(255,0,4,1.00);
	text-align:center;
	position:absolute;
}
.mnlnk {
	background-color: #FFF;
	width: 50%;
	height: 35px;
	padding: 5px;
	left: 25%;
	text-align: center;
	top: 25%;
	position: fixed;
	border: 1px solid #666;
	line-height: 35px;
	color: #2e3a60;
	z-index: 20;
	font-size:0.5em;
}
#copy{
	font-size:0.5em;
	color:#333;
	text-align:right;
	width:97%;
	height:20px;
	position:absolute;
	bottom:2%;
	right:3%;
	z-index:1000;
	background:url(../images/orion_logi.png) right top no-repeat;
	padding-top:30px;
	
	/*
	*/
}

@media screen and (max-width: 1040px) {
	body {
		font-size: 1.5em;
	}
	header {
		height: 80px;
	}
	input[type='submit'],  input[type='text'],  input[type='password'] {
		font-size: 1em;
	}
	label {
		margin: 2% 0;
	}
	div {
		margin: 0;
	}
	img.logo {
		display: block;
		width: 20%;
		margin-top: 1%;
	}
	input[type='submit'] {
		height: 80px;
		font-size:1em;
		text-align: center;
		background: linear-gradient(#1d759f, #2080ad);
		color:#DDD;
		margin-top:20px;
		padding: 0 50px;
		border-radius: 3px;
		border:1px solid #000;
	}
	footer {
		height: 15%;
		background: linear-gradient(#f58220, #b36233);
		position: fixed;
		bottom: 0;
		width: 100%;
		border-top: 3px solid #000;
	}
}

@media all and (max-width:600px) {
	#nosuport{
		display: block;
		width: 100%;
		height: 100%;
		background-color: rgba(44,110,142,0.99);
		text-align: center;
		padding: 25%;
		position: absolute;
		z-index: 1000000000;
		top: 0;
		left: 0;
		color:#FFF;
		font-size: 1em;
	}
}

