@charset "UTF-8";

@font-face {
    font-family: 'exosemibold';
    src: url("../font/exo-semibold-webfont.eot");
    src: url("") format('embedded-opentype'),
         url("../font/exo-semibold-webfont.woff") format('woff'),
         url("../font/exo-semibold-webfont.ttf") format('truetype'),
         url("") format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'exobolditalic';
    src: url("../font/exo-bolditalic-webfont.eot");
    src: url("") format('embedded-opentype'),
         url("../font/exo-bolditalic-webfont.woff") format('woff'),
         url("../font/exo-bolditalic-webfont.ttf") format('truetype'),
         url("") format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'exomedium';
    src: url("../font/exo-medium-webfont.eot");
    src: url("") format('embedded-opentype'),
         url("../font/exo-medium-webfont.woff") format('woff'),
         url("../font/exo-medium-webfont.ttf") format('truetype'),
         url("") format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'exoregular';
    src: url("../font/exo-regular-webfont.eot");
    src: url("") format('embedded-opentype'),
         url("../font/exo-regular-webfont.woff") format('woff'),
         url("../font/exo-regular-webfont.ttf") format('truetype'),
         url("") format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	position: relative;
	background-color: #262626;
}

div.background {
	width: 100%;
	height: 100%;
}

div.login {
	width: 400px;
	height: 250px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -125px 0 0 -200px;
	background-color: #121314;
	color: #dcdde3;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
}

table.label-value-grid {
	width: 100%;
}

td.label {
	width: auto;
	text-align: right;
	padding-left: 30px;
}

td.label label {
	color: #dcdde3;
}

td.value {
	text-align: left;
	padding-right: 30px;
}

td.value input[type="text"], td.value input[type="password"] {
	border: none;
	color: #dcdde3;
	background-color: #262626;
	width: 100%;
	font-size: large;
}

td.value a {
	color: #dcdde3;
	text-decoration: none;
}

td.value a:HOVER {
	color: #1da7ff;
	text-decoration: underline;
}

.security-message {
	 color: #aaaaaa;
	 font-size: small;
	 font-weight: normal;
}

div.link-cadastro {
	text-align: right;
	padding: 10px 30px;
	font-size: 9pt;
	cursor: pointer;
}