
.login-bg{
	background-color: #F6F6F6;
	background-image: none;
}

#login-container{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

#login-container-header{
	width: 100%;
	margin: 0px 0px 10px 0px;
	text-align: center;
}

#login-container-header img{
	max-width: 150px;
}

#login-box{
	width: 380px;
	margin: 0px;
	box-shadow: 0px 0px 10px rgba(100,100,100,0.2);
	background-color: #fff;
	padding: 30px 40px;
	box-sizing: border-box;
}

#login-box-header{
	text-align: center;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

#login-box-header img{
	max-width: 200px;
}

#login-box-body{
	padding: 0px 0px;
	font-size: 13px;
	line-height: 20px;
}

#login-box-body h3{
	text-align: center;
	font-size: 20px;
	color: #666;
	font-weight: 500;
	margin: 0px 0px 20px 0px;
}

#login-box-body a{
	color: #e56868;
}

#login-box-body p{
	text-align: left;
	font-size: 14px;
	color: #666;
	margin: 0px 0px 20px 0px;
}

#login-container-footer{
	width: 100%;
	margin: 15px 20px;
}

#login-container-footer a{
	color: #e56868;
	font-size: 13px;
}

#login-btn{
	display: block;
    width: 100%;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	color: #fff!important;
    background-color: #e56868;
    border-color: #e56868;
}

#login-btn:hover{
    background-color: #d96161;
    border-color: #d96161;
}