.login-bg {
	background-color: #E50914 !important;
}

.center {
	display: flex;
	justify-content: center;
}

.error-color {
	color: #E50914;
}

/*.login-wrapper {
	border: 1px solid #707070;
	width: 400px;
	height: 520px;
	padding-bottom: 15px;
	margin-top: 70px;
	text-align: center;
	background: #E4E4E4;
	box-shadow: 0px 10px 10px #131313;
}*/

.content-wrapper {
	margin-top: 50px;
	border: 1px solid #707070;
	box-shadow: 0px 10px 10px #131313;
}

.content{
	width: 350px;
}

.card-body {
	background: #E4E4E4;
}

.card{
	height: 550px;
}

.logo {
	width: 150px;
	height: 150px;
	margin-top: 25px;
}

.hr-line {
	background: #E50914;
	height: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	opacity: 0.5;
}

.sign-in {
	margin: 23px 0px 12px 0px;
}

.mt {
	margin-top: 45px;
}

.mb {
	margin-bottom: 12px;
}

/*.btn-login {
	width: 40%;
	color: #fff;
	border: 1px solid #E50914 !important;
	margin-top: 15px;
	background-color: #E50914;
}

.btn-login:hover {
	color: #fff !important;
	background-color: #ed7d82;
	border-color: #E50914;
}*/

.error {
	color: #E50914 !important;
}