html, body {
	width: 100%;
	height: 100%;
	background: #eee;
}

body.huerotate { filter: hue-rotate(30deg); }

* {
	margin: 0;
	padding: 0;
}

input[type="text"], input[type="password"], textarea, select { 
    outline: none;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	background-color: #fff;
}

input:-webkit-autofill {
    background-color: #fff;
}

md-toolbar.md-default-theme:not(.md-menu-toolbar), md-toolbar:not(.md-menu-toolbar) {
	background-color: #E5232D !important;
}

.md-button.md-default-theme.md-primary.md-fab, .md-button.md-primary.md-fab, .md-button.md-default-theme.md-primary.md-raised, .md-button.md-primary.md-raised {
	background-color: #E5232D !important;
}

md-input-container .md-errors-spacer {
	display: none;
}

.loginBox {
	width: 80%;
	min-width: 280px;
	max-width: 460px;
    position: relative;
}

.loginBox .santa {
    position: absolute;
    z-index: 100;
    top: -25px;
    right: -45px;
    width: 90px;
    height: auto;
}

.loginBox md-toolbar img {
	height: 60%;
	width: auto;
	margin-right: 15px;
}

.loginBox md-content {
    background: #fff;
}