body {
	background-color: #d8d8d8;
}

.slot img {
	width: 500px;
	position: fixed;
}

.card {
	background: none;
	border:none;
	margin-top: 40px;
}

.card .card-body {
	background-color: #fff;
	box-shadow: 0 0 64px rgba(0,0,0,.4);
}

.card form .form-group label[for=email],
.card form .form-group label[for=password] {
	line-height: 12px;
    z-index: 10;
    background-color: #fff;
    margin: 0 24px -10px;
    padding: 4px;
    display: block;
    width: auto;
    float: left;
    font-weight: bold;
color: #435059;
}

.form-control {
	line-height: 45px;
    height: 45px;
    font-size:14px;
}

button.login {
	width:100%;
	background-color: #8332AC;
    border-color: #612580;
}

.invalid-feedback {
	color: #ffadad;
}

.test input {
	font-weight:bold;
	font-size:24px;
	text-align:center;
}

.test .help-block {
	color: #ff738c;
	margin-top: 18px;
	font-weight: bold;
	font-size: 20px;
}

.container {
    padding-top: 220px;
}
