.login.login-form{
	display:flex;
	justify-content: center;
	background-color:#fff;
	border-radius:25px;
	color:#000;
	padding:0px;
	border-width:0;
	overflow:hidden;
	padding-left:30px;
}

.login.login-form .glyphicon{
	color:#999999;
}

.login.login-form *{
	border:none !important;	
}

.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,
.login.login-logged,
.login.login-form .fields button {
	height:auto;
	border:none;
}

.login.login-form .btn{
	border-radius: 0px;
	height:100%;
	border:none;
	line-height:35px;
	padding-left:30px;
	padding-right:30px;
	color:#fff;
	font-size:14px;
	outline:none;
}

.login.login-form .btn-submit{
	background-color:#1ba8a8 !important;
}

.login.login-form .btn-join{
	background-color:#498b49 !important;
}

