.login-form{
	display:flex;
	justify-content: center;
}

.login.login-form .d-flex{
	justify-content: center;
	align-items: center;
}

.login.login-form .d-flex > input {
	margin-bottom: 0px;
	width: 140px;
}

.login.login-form .d-flex >  *{
	margin-right: 15px;
}

.login.login-form,
.login.login-logged,
.login.login-form .fields button {
	height:auto;
	background-color: inherit;
	border:none;
}

.login.login-form,
.login.login-logged {
	padding: 10px;
}

.login.login-form .btn-submit{
	background-color:#0c8387;
	border-color:#0c8387 !important;
	color:#fff !important;
	font-size:14px !important;
}
