body {
	background-color: rgb(240,240,240);
}

.content-signin {
	background: #fff;
	border-radius: 5px;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
	margin: 0 auto;
	min-height: 300px;
	padding: 60px 40px 80px 40px;
	position: relative;
	text-align: center;
	top: 120px;
	width: 420px;
}

.content-signin input {
	width: 100%;
	margin-bottom: 15px;
}

.auth-error {
	color: #b94a48;
	text-align: left;
	margin-bottom: 18px;
}

.top-text p {
	color: black;
	text-align: center;
}

.btn-z {
	display: inline-block;
	line-height: 25px;
	padding: 8px;
	border-radius: 3px;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	color: grey;
	opacity: 1;
	background: #ededed;
	width: 150px;
	font-weight: 700;
	margin-left: 20px;
}

#signin-card {
	width: 90%;
	margin: 0px auto;
}

#signin-card .btnx {
	color: white;
	border: none;
	line-height: 45px;
	background: black;
	width: 100%;
}

#signin-card p {
	color: rgb(85, 122, 197);
	text-align: center;
	font-weight: 700;
	margin-bottom: 30px;
	border-bottom: 1px solid rgb(242, 242, 242);
	padding-bottom: 10px;
}

label {
	font-weight: 300;
}

@media (max-width: 800px) {
	.content-signin {
		box-shadow: none;
		top: 20px;
		width: 100%;
		padding: 30px 20px 40px 20px;
	}
}
