/* From https://bootsnipp.com/snippets/vl4R7 */

html, body {
	background-image: url('https://login.kruse.pw/img/background.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
	width: 100vw;
	overflow: hidden;
	font-family: sans-serif;
	color: #aaa;
}

.cover {
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.5) !important;
}

.container { 
	height: 100%;
	align-content: center;
}
	
.card {
	margin-top: auto;
	margin-bottom: auto;
	width: 400px;
	background-color: rgba(0,0,0,0.5) !important;
}

.input-group-prepend span{
	width: 50px;
	background-color: #FFC312;
	color: black;
	border:0 !important;
	height: 100%;
}

input {
	background-color: #ddd !important;
}
	
input:focus{
	outline: 0 0 0 0  !important;
	box-shadow: 0 0 0 0 !important;
}

.login-btn{
	color: black;
	background-color: #FFC312 !important;
	width: 100px;
	float: right !important;
}
	
.login-btn:hover{
	color: black;
	background-color: #ddd !important;
}
