﻿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;
}
body {
	line-height: 1;
    text-align: center;
}
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;
}

body {
    background: #C0C0C0;
    color: #000;
    font: 100%/1.5em "Varela Round", sans-serif;
    margin: 0;
}

input {
	border: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	-webkit-appearance: none;
}

/* ---------- VIDEO ---------- */

#video {
    margin: 50px auto;
    width: 800px;
    text-align: center;
}

/* ---------- LOGIN ---------- */

#login {
	margin: 50px auto;
	width: 400px;
    text-align: left;
}

#login h2 {
	background: #f95252;
	border-radius: 20px 20px 0 0;
	color: #fff;
	font-size: 28px;
	padding: 20px 26px;
    behavior: url(/PIE-1.0.0/PIE.htc)
}

#login h2 span[class*="fontawesome-"] {
	margin-right: 14px;
}

#login form fieldset {
	background: #fff;
	border-radius: 0 0 20px 20px;
	padding: 20px 26px;
    behavior: url(/PIE-1.0.0/PIE.htc)
}

#login form fieldset p {
	color: #777;
	margin-bottom: 14px;
}

#login form fieldset p:last-child {
	margin-bottom: 0;
}

#login form fieldset p input {
	border-radius: 3px;
    behavior: url(/PIE-1.0.0/PIE.htc)
}

#login form fieldset p input[type="email"], 
#login form fieldset p input[type="password"], 
#login form fieldset p input[type="text"] {
	background: #eee;
	color: #777;
	padding: 4px 10px;
	width: 328px;
}

#login form fieldset input[type="submit"] {
	background: #33cc77;
	color: #fff;
	display: block;
	margin: 0 auto;
	padding: 4px 0;
	width: 100px;
    border-radius: 3px;
    behavior: url(/PIE-1.0.0/PIE.htc)
}

#login form fieldset input[type="submit"]:hover {
	background: #28ad63;
}

.validation-summary-errors ul li {
    color: #f95252;
}

#error {
	margin: 50px auto;
	width: 800px;
}