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;
}

html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
    font-family: 'Roboto', Helvetica, sans-serif;
    color: #757575;
}

* { 
    box-sizing: border-box; 
}

div, span {
    display: block;
    float: left;
}

ul, li {
    list-style: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}

a, a:visited { color: #199ad6; }
a:hover { color: #1c7eab; }


body.login {
	background: #f4f4f4;
}

.login-form {
	min-height: 430px;
	height: auto;
	width: 500px;
	max-width: 500px;
	background: #fff;
	border: 1px solid #e0e0e0;
	display: block;
	float: none;
	margin: 100px auto 0 auto;
	padding: 40px 60px 0 60px;
	border-radius: 3px;
}

.login-form .branding {
	height: auto;
	width: 100%;
	margin: 0 0 30px 0;
	text-align: center;
}

.login-form .branding img {
	height: 100px;
}

.login-form .login-form-row label {
	display: block;
	float: left;
	clear: both;
	margin-bottom: 7px;
	font-size: 16px;
}

.login-form .login-form-row input[type="text"],
.login-form .login-form-row input[type="password"] {
	height: 42px;
	width: 380px;
	border: 1px solid #e0e0e0;
	margin-bottom: 15px;
	padding: 10px 15px;
}

.login-form .login-form-row.buttons {
	margin: 0 0 20px 0;
	display: block;
    clear: both;
}

.login-form-row.buttons button {
	width: auto;
	padding: 8px 14px;
    background: #00805d;
    font-size: 18px;
    color: #fff;
    border: 0;
    border-radius: 4px;
    display: block;
    float: left;
    clear: none;
}

.login-form .login-form-row.error {
	display: none;
	float: left;
    clear: none;
	width: auto;
	padding: 10px 0 0 20px;
	text-align: center;
	color: red;
	font-size: 16px;
}
