@charset "utf-8";

body.login {
	background-color: #343132;
	transition: background 0.6s ease-in-out 0s;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	font-family: arial, sans-serif;
  	font-family: 'DINProBold', sans-serif;
    --white: #ffffff;
    --mercury: #e5e4e4;
    --grey: #969696;
    --gray: #8c8b8b;
    --very-dark-grey: #333333;
    --mine-shaft: #212121;
    --black: #000000;
    --revolver: #311d41;
    --paarl: #a45c29;
    --pirate-gold: #a67d01;
    --malachite: #1ed55f;
}

.language-switcher,
.privacy-policy-page-link {
    display: none;
}

.login #backtoblog {
	color:#fff;
}

.login #backtoblog,
.login #nav {
    font-size: 17px;
}

#loginform,
#lostpasswordform,
#bhx_changeemailform,
#resetpassform {
	background-color: #404040;
	border-radius: 4px;
}

#loginform *,
#lostpasswordform *,
#bhx_changeemailform *,
#resetpassform * {
	color: #ccc;
}

.login .wp-login-logo a,
.login h1 a {
    background-image: url('/wp-content/themes/block-theme-spct/images/assets/sports-pros-connect.png');
    background-size: 100% 100%;
    width: 194px;
    height: 100px;
    display: block!important;
}

.login label {
    font-size: 16px;
    color: #555555;
}

.login input[type="password"],
.login input[type="email"],
.login input[type="text"]{
    background-color: #606060;
    border: none;
    -webkit-border-radius: 4px;
}

.login .button-primary {
    display: inline-block;
    max-width: 120px;
    float:right;
    border: none;
	border-radius: 0;
	z-index: 2001;
	padding: 10px 11px 10px;
	margin-bottom: 0;
	cursor: pointer;
	text-decoration: none!important;
	border: none;
    transition: all 0.3s ease-in-out !important;
    text-transform: UPPERCASE;
    letter-spacing: 0.1px;
    font-size: 1.0em;
    font-weight: 400;
	font-family: 'DINProBold', sans-serif;
	min-width: 0;
	width: 100%;
	line-height: 1.0em;
    /*background-color: var(--malachite);
    color: var(--black)!important;*/
}

/*.login #lostpasswordform .button-primary,*/
.login #bhx_changeemailform .button-primary {
    width: auto;
    min-width: 120px;
}

.login #lostpasswordform .button-primary {
    width: auto;
    min-width: 200px!important;
}

.login .button-primary:hover,
.login .button-primary:active {
	cursor: pointer;
    /*background: var(--white);*/
}

.login .button.wp-generate-pw,
.login #pass-strength-result {
	color: #000!important;
}

.login a.button.button-primary.button-large.signup {
    margin: 20px!important;
    float:none;
}


.login #nav a {
    color: #ccc;
}

p.message {
	background-color: #404040!important;
	border-radius: 4px;
	color: #fff;
}

p.custom-login-message {
	text-align: center;
	color: #808080;
	margin-bottom: 20px;
	font-size: 1.0em;
}

p.custom-login-message strong {
	color: #ccc;
}

.login form.blocksolid_ha {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 26px 24px 34px;
	font-weight: 400;
	font-size: 15px;
	overflow: hidden;
	background: #fff;
	background-color: rgb(255, 255, 255);
	border: 1px solid #c3c4c7;
	box-shadow: 0 1px 3px rgba(0,0,0,.04);
	max-width: 400px;
}

.login form.blocksolid_ha .input,
.login form.blocksolid_ha input[type="password"],
.login form.blocksolid_ha input[type="email"],
.login form.blocksolid_ha input[type="text"] {
    font-size: 24px;
    line-height: 1.33333333;
    width: 100%;
    border-width: .0625rem;
    padding: .1875rem .3125rem;
    margin: 0 6px 16px 0;
    min-height: 40px;
    max-height: none;
}

.login form.blocksolid_ha .input.error {
	border: 1px solid #f00;
}

p#bh_password_reset_message.error,
p#bh_email_update_message.error {
	color: red;
}
