html, body {
	width: 100%;
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

.background {
	background: #fff url('../image/login-bg.jpg') 0 0 no-repeat;
	background-size: cover;
}

.stretch-h {
	min-height: 100%;
}

md-content {
	background: transparent;
}

.logo {
	width: 100%;
	max-width: 800px;
	height: auto;
}

.slogan {
	margin-top: 75px;
	width: 100%;
	height: auto;
}

form > md-content {
	background: rgba(233, 233, 233, 0.75);
}

input[type="text"], input[type="password"], textarea, select { 
    outline: none;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	background-color: #ecf0f1 !important;
}

input:-webkit-autofill {
    background-color: #ecf0f1 !important;
}

md-input-container .md-errors-spacer {
	display: none;
}

md-input-container.md-default-theme:not(.md-input-invalid).md-input-has-value label, md-input-container:not(.md-input-invalid).md-input-has-value label {
	font-size: 140%;
}

md-input-container.md-default-theme .md-placeholder, md-input-container .md-placeholder, md-input-container.md-default-theme label, md-input-container label {
	font-size: 100%;
}