body.login {
	background-color: #000000;
	background-image: url(../images/login-bg2.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.login h1 a {
	background-image: url(../images/w-logo-blue.png?ver=20131202);
	background-size: auto 100%;
	filter: invert(1);
	margin: 0 auto 0;
	width: 152px;
}

.login.wp-core-ui label {
	color: #ffffff;
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
}

body.login #login {
	width: 100%;
	max-width: 600px;
	padding: 0;
    height: auto;
    min-height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: center;
}

body.login form {
	background-color: rgba(115, 114, 123, 0.68);
	border-radius: 20px;
	padding: 60px 40px;
	border: none;
	margin-bottom: 20px;
}

.login form .input, .login form input[type=checkbox], .login input[type=text], textarea {
	color: #ffffff;
	background-color: rgb(255, 255, 255, 0.34);
	border-radius: 10px;
}

.login form .input:focus, .login form input[type=checkbox]:focus, .login input[type=text]:focus {
	border-color: inherit;
	box-shadow: none;
}

.login .button.wp-hide-pw .dashicons {
	color: #fff;
}

.login.wp-core-ui .button-primary {
	background: #ffffff;
	border-color: #000000;
	border-radius: 10px;
	width: 100%;
	line-height: 1;
	padding: 13px;
	font-size: 18px;
	margin-top: 25px;
	color: #000000;
}

.login.wp-core-ui .button-primary:hover {
	color: #ffffff;
	background-color: #000000;
}

.login form .input, .login input[type="password"], .login input[type="text"] {
	margin: 0 0 10px 0;
}

.login.wp-core-ui label {
	color: #ffffff;
}

.login .message {
	border-left: inherit;
	margin-bottom: 10px;
	background-color: inherit;
	box-shadow: inherit;
	color: #fff;
	text-align: center;
}

#backtoblog {
	display: none;
}

#nav, #backtoblog {
	text-align: center;
}

.login p a, #mywp-custom-footer-text {
	color: #fff !important;
}

#mywp-custom-footer-text p {
	margin: 10px 0;
}

#mywp-login-footer-upper-text {
	font-size: 16px;
}

#nav {
	display: flex;
	justify-content: space-around;
}

.login p a {
	margin-top: 15px;
	font-size: 18px;
}

.login.wp-core-ui .indicator-hint,
.login.wp-core-ui .wp-generate-pw,
#reg_passmail {
	display: none;
}

#registerform .acf-user-register-fields {
	clear: both;
}

#registerform .acf-user-register-fields > .acf-field-file {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

#registerform .acf-user-register-fields > .acf-field-file .acf-basic-uploader{
    margin-top:12px;
}

.login-action-register.wp-core-ui .submit,
.acf-user-register-fields > .acf-field-file .acf-required {
	display: none;
}

#registerform span.desc {
	font-size:  80%;
	font-weight: normal;
}

#registerform .acf-user-register-fields {
	clear: both;
}