/* clear float */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 
.clearfix { display: block; }

/* common */
html { overflow:hidden; background-color: #000;}
body { overflow:hidden;background-position: center;background-size: cover;}

.login #login_error, .login .message {
	/*position: absolute;
    top: -70px;*/
	left: 0;
	top: 0;
	position: fixed;
	margin-bottom: 0 !important;
	background: rgba(255, 255, 255, 0.45);
}

#login h1 a { 
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-weight:bold;
	text-indent:0px;
	font-size:0px; 
	height:60px;
	width: 100%;
	line-height:88px;
	line-height:180%; 
	text-align:center; color:#FFF; 
	/*text-shadow:1px 1px 0px #000;*/ 
	margin-bottom:10px;
	margin-top: 25px; 
	background-position: center bottom !important;
	background-size: contain;
	padding-top: 20px;
	box-shadow: none;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
	box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
	color: #676767 !important
}

#login { 
	font:14px/1.4 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	position:absolute;
	background: #FFF9;
	border-radius: 12px;
	top:47%;
	left:50%;
	width:350px;
	padding:0px !important;
	margin:-235px 0px 0px -175px !important; 
    background-position: center 48%;
	backdrop-filter: saturate(180%) blur(10px);
	-webkit-backdrop-filter: saturate(180%) blur(10px);
}

#login form { 
	padding:10px 0px;
	background: none;
    box-shadow: none;
	margin-top: 10px;
	border: none;
}

#login form p,#login form .user-pass-wrap {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	position:relative;
	padding:0px 35px;
}

#login a {
	/*text-shadow:1px 1px 0px #000;*/
	color:#000 !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
#login_error a {
	color:#000 !important;
	/*text-shadow:1px 1px 0px #FFF;*/
}

#login form label {
	color:#333;
	color: #585858;
}

#login form .input { 
	border:1px solid #EAEAEA;
	border-radius:0px;
	background:none; 
	padding:5px 15px;
	color:#444;
	font-weight:normal;
	font-size:16px;
	background:#FFF;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	box-shadow: 0 0 0px 1000px white inset;
	height: 46px;
    border-radius: 12px;
	margin-top: 10px;
}

#login form .input:active { 
	box-shadow:0 0 0px 1000px white inset;
    color: #676767 !important;
}

#login form .input:focus {
	box-shadow:0 0 0px 1000px white inset;
	color: #676767 !important;
	border: 1px solid #FF5656;
}

.login .button.wp-hide-pw{
    height: 46px;
    outline: none;
    box-shadow: none;
    border: none;
    opacity: .8;
}

.login .button.wp-hide-pw .dashicons{
    right: 1rem;
    top: 0.2rem;
}

#login .form-send .bot {
	width:100%;
	border-bottom:1px solid #ccc;
}

#login form .forgetmenot {
	float:none;
}

#login form p.submit {
	padding:0px 35px !important;
}

#login .submit .button {
	width:50%;
	margin-top: 10%;
    margin-bottom: 5%;
	margin-left: 25%;
    margin-right: 25%;
	border:none;
	float:none;
	border-radius:12px;
	height:45px;
	font-size:16px;
	text-align:center;
	color:#FFF;
        /*background:#505050;*/
	font-weight:normal;
	cursor:pointer;
	box-shadow: none;
	text-shadow: none;
}

.login #nav , #backtoblog {
	/*display:none*/
	color: #585858 !important;
}

.login #backtoblog {
	display:none
}

.login #nav {
	margin: 0;
	margin-bottom: 15px;
	margin-left: 2.5%;
	text-align: center;
}

.login .ds-login{
	margin-left: 38px;
}

.login form input[type=checkbox] {
	background: #FFFFFF;
    box-shadow: none;
	width:20px;
	height:20px;
	border-radius: 2px;
}

input[type=checkbox]:checked:before {
    margin: -2px 0 0 -2px;
}

/* loading */
.loading { position:absolute; top:0px; left:0px; width:100%; height:100%; z-index:99; overflow:hidden; background:#000; }
.loading img { position:absolute; top:50%; left:50%; width:58px; height:10px; margin:-5px 0px 0px -29px; }

/* auto hide */
.login #login_error {
	position: absolute;
	border-radius: 6px;
	width: 322px
}
.login .message {
	border-radius: 6px;
	-moz-animation: cssAnimation 0s ease-in 5s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 5s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 5s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes cssAnimation {
    to {
		padding: 0;
        width:0;
        height:0;
        overflow:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    to {
		padding: 0;
        width:0;
        height:0;
        visibility:hidden;
    }
}

/*reset password page*/
.password-input-wrapper {
	width: 100%;
	margin-top: 10px;
}

.password-input {
	margin-top: 0 !important;
}

.button-secondary {
	padding-top: 10px !important;
	padding-left: 40px !important;
}

/*验证*/
#slider {
	margin: 0 auto;
	/*width: 300px;*/
	height: 46px;
	position: relative;
	border-radius: 3px;
	background-color: #eee;
	overflow: hidden;
	text-align: center;
	border-radius: 12px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

#slider_bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	/*background-color: #444;*/
	z-index: 1;
	border-radius: 3px 0 0 3px;
	background: #FF5656;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #FFC371, #FF5656);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #FFC371, #FF5656); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#label {
	width: 50px;
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	line-height: 35px;
	border: 1px solid #f1f1f1;
	background: #fff;
	z-index: 3;
	cursor: move;
        /*color: #505050;*/
	font-size: 38px;
	font-weight: 900;
	border-radius: 12px;
}

#labelTip {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 13px;
	font-family: 'Microsoft Yahei', serif;
	font-style: oblique;
	color: #FFF;
	border-radius: 12px;
        /*background-color: #505050;*/
	line-height: 46px;
	text-align: center;
	z-index: 2;
}
#verification-slider{
	margin: 1em;
	padding: 0px 21px;
}
#verification-ok{
	color: #777 !important;
	margin: auto;
	margin-top: 0 !important;
	text-align: center;
}

.clear {
	display:none
}

.login form .forgetmenot label {
    font-size: 14px !important;
}

#rememberme {
	float: right;
	margin-top: 0px;
}

.forgetmenot input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.forgetmenot label {
  cursor: pointer;
  text-indent: -999.9px;
  width: 21.0px;
  height: 11.0px;
  background: grey;
  display: block;
  border-radius: 10.0px;
  position: relative;
}

.forgetmenot label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 9.0px;
  height: 9.0px;
  background: #fff;
  border-radius: 9.0px;
  transition: 0.3s;
}

/*.forgetmenot input:checked + label {
  background: #505050;
}*/

.forgetmenot input:checked + label:after {
  left: calc(100% - 1px);
  transform: translateX(-100%);
}

.forgetmenot label:active:after {
  width: 13.0px;
}

.pw-weak {
	text-align: center
}

.login .privacy-policy-page-link {
    margin: 1em 0 1em !important;
}

.login label {
	font-size: 14px;
	font-weight: 600;
    line-height: 1.5;
    display: inline-block;
	margin-bottom: 3px;
}

.vaptchaContainer{
	width: 280px;
	height: 46px;
	margin: auto;
	margin-bottom: 16px;
}
.vaptcha-init-main {
	display: table;
	width: 100%;
	height: 100%;
	background-color: #eeeeee;
	border-radius: 20px; 
}
.vaptcha-init-loading {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
​
.vaptcha-init-loading > a {
	display: inline-block;
	width: 18px;
	height: 18px;
	border: none;
}
​
.vaptcha-init-loading .vaptcha-text {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #cccccc;
	vertical-align: middle;
}

.vp-basic-btn {
	border-radius: 12px !important;
}

.aiowps-captcha-equation.hide-when-displaying-tfa-input {
    	padding: 0 35px;
}

.aiowps-captcha-answer {
    font-size: 16px;
    font-family: system-ui;
    height: 46px;
    border-radius: 12px;
    margin-top: 5px;
    min-height: 40px;
    max-height: none;
    text-indent: 8px;
}
