@charset "utf-8";
/* CSS Document */

html, body {
}

html, body, div, span, object, iframe, 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, h1, h2, h3, h4, h5, h6 {
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

a {
	text-decoration: none;
}

body {
	background: #f7f7f7;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.logo_login {
	width: 320px;
	margin: 20px auto 35px auto;
	text-align: center;
}

.logo_login img {
	max-width: 150px;
}

.form_container {
	width: 320px;
	margin: 0px auto 35px auto;
	text-align: center;
	padding: 30px 40px;
	background: #FFF;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.form_container p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	margin-bottom: 5px;
}

.input {
	width: 300px;
	padding: 5px 9px;
	border: solid 1px #bbbbbb; 
	border-radius: 5px;
}

.login {
	width: 320px;
	padding: 5px 9px;
	border: solid 1px #bbbbbb; 
	border-radius: 5px;
	background: #b42f30;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
}

.center {
	text-align: center !important;
}

.footer {
	width: 320px;
	margin: 0px auto 15px auto;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.activ {
	color: #FFF;
	background-color: #01a728;
	padding: 3px 10px;
	font-size: 12px;
}

.inactiv {
	color: #FFF;
	background-color: #b40202;
	padding: 3px 10px;
	font-size: 12px;
}

