/* Login/Register */
@font-face{
	font-family: 'Manrope';
	src: url('../fonts/Manrope-Regular.otf') format('opentype');
}

@font-face{
	font-family: 'Manrope';
	src: url('../fonts/Manrope-Bold.otf') format('opentype');
	font-weight: bold;
}

body {
	font-family: Manrope, "Segoe UI", Arial;
}

.login form {
	background-color: transparent;
	border: none;
	box-shadow: none;
	margin-top: 0;
}

.login form .input, .login input[type="password"], .login input[type="text"] {
	border: none;
	padding: 5px 7px 5px 14px;
	border-radius: 20px;
	font-size: 20px;
}

.login .button-primary {
	float: none;
}


.wp-core-ui .button-secondary, .wp-core-ui .button.hover, .wp-core-ui .button {
	border-color: #20A2BF;
	background-color: #20A2BF;
	color: #fff;
	border-radius: 20px;
	transition: background-color 0.3s, border-color 0.3s;
	padding-right: 12px;
	padding-left: 12px;
}

.wp-core-ui .button-primary.focus, .wp-core-ui .button-primary.hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:hover {
	border-color: #066542;
	background-color: #066542;
	color: #fff;
}


.login h1 a {
	margin-bottom: 50px;
}


.login .message {
	border: none;
	background-color: transparent;
	font-size: 22px;
	box-shadow: none;
	text-align: center;
	margin: 0;
}

#bottom_login_logo {
	background: url('../img/Energy-Community-Platform-logo-black 2.png') no-repeat center center;
    background-size: contain;
    height: 70px;
	margin: 60px auto;
}


#login form p.submit {
	clear: both;
}

#login form .forgetmenot {
	margin-bottom: 15px;
}

.login #nav {
	text-align: center;
}


#registerform p {
	position: relative;
}

#registerform p.submit {
	text-align: left;
}
