body{
	background-size: cover;
	height: 100vh;
	background-position: center;
}

a, input, textarea, button{
	outline: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.content{
	color: #333;
	left: 0;
	background: rgba(255,255,255,0.9);
	right: 0;
	margin: auto;
	text-align: center;
	width: 400px;
	padding: 25px 15px;
	border-radius: 5px;
	top: 15%;
	box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
	position: fixed;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
     user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.content img{
	width: 80px;
	height: auto;
	margin: 0 auto 55px auto;
}

.content .forgotpassword{
	margin-bottom: 20px;
}

.content input{
	width: 100%;
	display: block;
	padding: 10px;
	border: none;
	color: #333;
	background: white;
	margin-bottom: 20px;
	box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
}

.content input[type="submit"]{
	background-color: #1A8BAB;
	color: white;
	text-transform: uppercase;
	margin-top: 30px;
}

.content input[type="submit"]:hover{
	background-color: #47a2bb;
}

.content a{
	color: #1A8BAB;
	text-align: left;
	display: block;
	text-decoration: none;
}

.content a:hover{
	color: #47a2bb;
}

footer{
	position: fixed;
	bottom: 5px;
	right: 5px;
}

footer a{
	color: white !important;
	border: solid thin white;
	background: rgba(0,0,0,0.7);
	padding: 5px;
}

footer a:hover, footer a:active{
	color: white;
	text-decoration: none;
}

/*+++++++++++++++++++++++++++++++++++++++
			RESPONSIVE
+++++++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 768px){
	body{
		background: none !important;
	}
	footer{
		display: none !important;
	}

	body .content{
		margin-top: 5%;
		position: relative;
	}
}
