/*login*/

#footer .center{
	text-align: center;
}
#footer .center{
	font-size: 12px;
	color: #555;
	margin: 0 auto;
}
.o_footer_copyright{
	display:none;
}
.login_container {
	max-height: 560px;
	background:-webkit-linear-gradient(270deg, rgba(78,156,255,1) 0%, rgba(80,195,255,1) 100%);
	background:-o-linear-gradient(270deg, rgba(78,156,255,1) 0%, rgba(80,195,255,1) 100%);
	background:linear-gradient(360deg, rgba(78,156,255,1) 0%, rgba(80,195,255,1) 100%);
}
.oe_login_form, .oe_signup_form, .oe_reset_password_form{
	background:#fff;
	padding: 60px 38px;
	max-width: 380px;
	border-radius:6px;
}
.oe_login_buttons .btn-primary{
	height: 48px;
	background:linear-gradient(180deg,rgba(36,124,218,1) 0%,rgba(0,88,182,1) 100%);
	font-size: 18px;
}
.oe_login_buttons .justify-content-between a{
	font-size: 14px;
	color: #555;
}
.form-control {
	display: inline-block;
	width: 90%;
	border: none;
	border-bottom: 1px solid #D8D8D8;
	border-radius: 0;

}
.form-group {
    margin-bottom: 1.5rem;
}
.field-captcha #captcha{
	display: inline-block;
	width: 50%;
}

.field-captcha #canvas{
	display: inline-block;
	width: 35%;
    height: 35px;
    vertical-align: bottom;
}
.o_connected_user main{
	background: none;
}
.login_container .btn-link{
	text-align: left;
	color: #555;
}
#wrapwrap{
	background: #F9F9F9 !important
}