body { font-size: 16px; }
input, select { font-size: 100%; }


/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2/3) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"], 
    input[type="tel"], input[type="url"]{ font-size: 16px; }
}

/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="tel"], input[type="url"]{ font-size: 16px; }
}





//@media screen {
//
//	html, body {
//
//	height: 100%; 
//
//	overflow-y: none !important;
//
//	}
//
//}


body {background-color: #edf2f8;}

body > .grid { height: 100%;}

body .corpo-og{ overflow: none !important;}

input[type="text"]{ height: 35px !important;}

input[type="password"]{ height: 35px !important;}

	/* CLASSES */

.image { margin-top: -100px;}

.column { max-width: 450px;}

.ui[class*="center aligned"].grid { margin-top: 50px;}

.valida{ background: green !important;}

.ui.segment { margin: 0 !important;}

.error,.success,.warning { display: block !important;}

.clink:hover{color:#000;}

.voltarlink{color:#000;font-weight: bold;}

.voltarlink i:hover{ color:#000; text-shadow: 1px 3px 2px #000;}

.bluebutton{ background: #00539a !important; color:#fff !important;}

.buttonesqueci{ background: #edf2f8 !important; color:#000 !important;}

.ui.fluid.blue.button:hover{ background:#00539a !important; color:#fff;}

.ui.fluid.blue.button{ background: #4276ce !important; transition: all 0.5s linear !important; color:#fff;}

.clink{

	text-decoration: none !important;

	color:#000;

	font-weight: bold;

	cursor: pointer;

	transition: all 0.5s linear;

}

.voltarlink:hover{

	color:#000;

	font-weight: bold;

	cursor: pointer;

}

.voltarlink i{

	text-decoration: none !important;

	color:#000;

	font-weight: bold;

	cursor: pointer;

	text-shadow: 1px 1px 2px #fff;

	transition: all 0.3s linear;

}

.ui.form input[type="text"]:focus,.ui.form input[type="password"]:focus{

	border-color: #00539a !important;

	box-shadow: 0px 0em 5px 0px #00539a !important;

}

input:focus{

	border-color: #00539a !important;

	box-shadow: 0px 0em 5px 0px #00539a !important; */

}
