body.sw-login main,
body.sw-o-logout main{
	padding-top: 0!important;
}
.sw-login header,
.sw-password_reset header,
.sw-o-logout header{
	display: none;
}

.login_style.card{
	margin-top: auto;
	margin-bottom: auto;
	background-color: rgba(255,255,255,0);
	border: none;
	box-shadow: 6px 6px 11px 0px rgba(0, 0, 0, 0.2);
	width: 100%;
}
  
.card-body{
	background-color: rgba(255,255,255,0.87);
}
.card-header {
	background-color: rgba(255,255,255,1);
	border-radius: 0!important;
}
.card-footer{
	border-radius: 0!important;
	border: none;
}
  

.login_btn{
	color: #ffffff;
	background-color: #ce001b;
	width: 100%;
	height: 100%;
	border-radius: 0;
	text-transform: uppercase;
}

.btn.login_btn:hover,
.btn.login_btn:focus{
	color: #ce001b;
	background-color: white;
	border-top: 1px solid #ce001b;
	border-radius: 0;
}

.errorlist{
	list-style-type: none;
	padding-left: 0;
}

@media screen and (min-width: 992px){
	.login_style.card{
		width: 680px;
	}
}