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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
#login{
    padding:15px !important;
}
* {
    box-sizing: border-box;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

[class*="fontawesome-"]:before {
  /* font-family: 'FontAwesome', sans-serif; */
}

/* ---------- GENERAL ---------- */

body {
	/* background-color: #C0C0C0; */
	line-height: 1.5em;
	/* font-family: Tahoma, Arial, Helvetica, sans-serif; */
	font-size: 11px;
	margin: 0;
	line-height: 1.5em;
}

input {
	border: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	-webkit-appearance: none;
}

/* ---------- LOGIN ---------- */

#login {
	margin: 150px auto 0px auto;
	width: 27em;
	color: #000;
	font-family: "Varela Round", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
}

#login h2 {
    color: #377753;
    font-size: 28px;
    padding-bottom: 20px;
	
}

#login h2 span[class*="fontawesome-"] {
	margin-right: 14px;
}

#login fieldset {
	background-color: #fff;
	-webkit-border-radius: 10px 10px 10px 10px !important;
	-moz-border-radius: 10px 10px 10px 10px !important;
	border-radius: 10px 10px 10px 10px !important;
	padding: 36px 20px;
	padding-top:0;
}

#login fieldset p {
	color: #777;
	margin-bottom: 14px;
}

#login fieldset p:last-child {
	margin-bottom: 0;
}

#login fieldset input {
	display: block;
    width: 100%;
    height: calc(2.0625rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e4dede;
    border-radius: 0.25rem;
}

#login fieldset input[type="email"], #login fieldset input[type="password"], #login fieldset input[type="text"] {
    outline: none;	
}


#login fieldset input[type="text"]:focus {
    border: 1px solid rgba(145, 143, 143, 0.5) !important;
  }

#login fieldset input[type="submit"] {
	background-color: #377753;
	color: #fff;
	display: block;
	margin: 0 auto;
	padding: 4px 0;
	width: 10em;
    margin-top: 30px;
    cursor: pointer;
}

#login fieldset input[type="submit"]:hover {
	background-color: #3e855c;
    cursor: pointer;
}


