body {
	background-image: url('../img/login-bg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.cs_login_card {
	background: #fff;
	border-radius: 20px;
	padding: 50px;
	box-shadow: 0 12px 35px rgba(0,0,0,0.08);
}

.cs_login_card img {
	height: 60px;
	margin-bottom: 20px;
}

.form-label {
	font-weight: 600;
	text-align: left;
	width: 100%;
	margin-bottom: 6px;
	color: #333;
}

.form-control {
	border-radius: 12px;
	height: 48px;
}

.btn-auth:hover {
	background: #161e81;
	color: #fff;
}

.footer-copy {
	margin-top: 40px;
	text-align: center;
	font-size: 14px;
	color: #d0d0d0;
}

.cs_auth_logo img {
	height: 40px;
}

.cs_auth_logo {
	margin-top: 20px;
	margin-bottom: 20px;
}

.cs_auth_title h2 {
	font-size: 20px;
	font-weight: 700;
}

.cs_auth_title p {
	font-size: 16px;
	color: #7c7c7c;
}

.cs_auth_title {
	margin-bottom: 30px;
}

.btn-auth {
	background-color: #4550dd;
	border-color: #4550dd;
	color: #fff;
	width: 100%;
	height: 48px;
	font-size: 16px;
	border-radius: 12px;
	transition: .2s;
}

.cs_login_wallpaper {
	text-align: center;
}

.cs_login_wallpaper img {
	max-width: 80%;
	margin-top: 30px;
}