body.login {
	background-color: #F3F3F4;
}

#login {
	width: 100%;
	max-width: 400px;
	padding: 8% 0 0;
	margin: auto;
}

#wp-auth-check-wrap #wp-auth-check {
	background-color: #4a565e !important;
}

#wp-auth-check-wrap .wp-auth-check-close {
	color: #c7d0d9;
}

body.login div#login h1 a {
	background-image: url('BG-logo.svg');
	background-size: 180px;
	height: 88px;
	width: 100%;
}

.login label {
  	color: #28323c;
	font-size: 16px;
}

.login form {
  	margin-top: 20px;
  	margin-left: 0;
  	padding: 40px;
  	font-weight: 400;
	border: none;
	border-radius: 4px;
  	box-shadow: 0 1px 3px rgba(0,0,0,.13);
}

.login form .input,
.login input[type=text] {
	font-size: 16px;
	width: 100%;
	padding: 10px;
	margin: 5px 6px 20px 0;
	border: 1px solid rgba(0,0,0,0.15);
	transition: border-bottom .3s;
}

.login form .input:focus,
.login input[type=text]:focus {
	border-color: #9cc33b;
	outline: 1px solid #9cc33b;
}

.login form .button.wp-hide-pw {
    min-height: 46px;
    top: 5px;
}

.login form .forgetmenot {
	margin-top: -5px;
}

.login form .forgetmenot label {
	font-size: 14px;
	line-height: 20px;
}

#login form p.submit {
	margin-top: 40px;
}

body.login div#login form#loginform p.submit input#wp-submit {
	background-color: #9cc33b;
	border-color: #9cc33b;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	font-size: 16px;
	font-weight: 500;
	height: auto;
	padding: 8px 15px 5px;
	text-shadow: none;
	text-transform: uppercase;
	width: 100%;
	transition: all .2s;
}

body.login div#login form#loginform p.submit input#wp-submit:hover {
	background-color: #72A518;
	border-color: #72A518;
}

.login #backtoblog a:hover,
.login #nav a:hover,
.login h1 a:hover {
	color: #72A518;
}

body.login div#login p#nav,
body.login div#login p#backtoblog {
	text-align: center;
}

body.login div#login p#nav a,
body.login div#login p#backtoblog a {
	font-size: 14px;
	opacity: 0.6;
	transition: opacity .3s;
}

body.login div#login p#nav a:hover,
body.login div#login p#backtoblog a:hover {
	opacity: 1;
}

body.login #login_error,
body.login .message,
body.login .success {
	border-left: none;
	border-bottom: 4px solid #00a0d2;
	padding: 12px;
	margin-left: 0;
 	margin-bottom: 20px;
 	background-color: #fff;
 	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}

body.login #login_error {
	border-bottom-color: #dc3232;
}

body.login .success {
	border-bottom-color: #72A518;
}

/*-------------------- MEDIA QUERIES --------------------*/
@media screen and (max-width: 991px) {
	.support-container {
		background: transparent;
		box-shadow: none;
		padding: 0;
	}

	.support-container::after {
		display: none;
	}

	body.login div#login form#loginform p.forgetmenot {
		float: left;
		padding-top: 7px;
	}
}

@media screen and (max-width: 782px) {
    .forgetmenot input[type=checkbox],
	.forgetmenot input[type=radio] {
        height: 1rem;
        width: 1rem;
    }
	
	#language-switcher select#language-switcher-locales {
        min-height: 36px;
        font-size: 13px;
    }
	
	#language-switcher .button {
		font-size: 13px;
        line-height: 2;
        min-height: 36px;
    }
}

@media screen and (max-width: 557px) {
	#login {
		width: calc(100% - 30px);
	}
	
	body.login div#login h1 a {
		background-size: 160px;
		height: 78px;
	}
	
	.login form {
  		padding: 30px;
	}

	.login label {
    	font-size: 14px;
		margin-bottom: 0;
	}
	
	body.login div#login form#loginform p.submit input#wp-submit {
		padding: 4px 15px 2px;
	}
}
