html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
::selection { background: #25aae1; color: #fff; } ::-moz-selection { background: #25aae1; color: #fff; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	background: url(/static/luatpanel/imagens/background_login.jpg) repeat;
	color: #a3a7ac;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

a {
	color: #a3a7ac;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#bg {
	background: #fff;
	width: 300px;
	padding: 55px 20px 0px 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0,0.1);
     box-shadow: 0px 0px 2px 2px rgba(0,0,0,0,0.1);
	 left:50%;
	 margin:-240px 0 0 -160px;
	 position:absolute;
	 top:50%;
}


input[type="text"] {
	background: url(/static/luatpanel/imagens/img_user.png) no-repeat 10px 8px;
	padding: 10px 10px 10px 35px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 5px 5px 0px 0px ;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border: 1px #bcc6cd solid;
	margin: 0;
	-webkit-box-shadow: inset 0px 0px 5px 1px #ededed;
    box-shadow: inset 0px 0px 5px 1px #ededed;
	color: #a3a7ac;
	outline: none;
}

input[type="password"] {
	background: url(/static/luatpanel/imagens/img_pass.png) no-repeat 10px 8px;
	padding: 10px 10px 10px 35px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 0px 0px 5px 5px ;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border: 1px #bcc6cd solid;
	margin: 0;
	margin-top: -1px;
	-webkit-box-shadow: inset 0px 0px 5px 1px #e3e3e3;
    box-shadow: inset 0px 0px 5px 1px #e3e3e3;
	color: #a3a7ac;
	outline: none;
}

input[type="submit"] {
	background: #d84b30;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	border: 0;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 10px;
	cursor: pointer;
	margin-bottom: 20px;
	outline: none;
	
}

input[type="submit"]:hover {
	background: #ce462c;
}

#logo {
	margin-bottom: 40px;
}

#proposta {
	background: #f5f5f5;
	width: 340px;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px #a3a7ac solid;
	margin-left: -20px;
	border-radius: 0px 0px 10px 10px;
}

#bt_login_solicite {
	margin-top: 15px;
}

#recuperar_senha {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.mensagem_form .atencao {
    background: #fcedd6;
    color: #d7b081;
    padding: 10px;
    border: 1px #f2cea3 solid;
    text-align: center;
margin-bottom: 20px;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
display: block;
    text-transform: none;
    width: 100%;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.mensagem_form .sucesso {
    background: #edfced;
    color: #64992e;
    padding: 10px;
    border: 1px #c6e2c6 solid;
    text-align: center;
margin-bottom: 20px;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
display: block;
    text-transform: none;
    width: 100%;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.loader {
text-align: center;
margin-top: 5px;
margin-bottom: 5px;
display: none;
}

@media all and (max-width: 700px) and (min-width: 0px) {

body {
background: #f5f5f5;
}

#bg {
width: 100%;
height: 100%;
padding: 20px 20px 0px 20px;
margin: 0;
position: relative;
top: 0;
left: 0;
box-sizing: border-box;
-moz-box-sizing: border-box;
border-radius: 0;
}

#proposta {
width: 100%;
padding-left: 40px;
padding-right: 15px;
margin-left: -35px;
}

#proposta img {
display: block;
margin-left: auto;
margin-right: auto;
}

}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}