/* For login.php */

body.login {
	width: 100%;
	max-width: 600px;
	padding-top: 5%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	font-family: 'lg-smart';
}

div#login {
	width: auto;
	max-width: 1065px;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    margin: 0 auto;
    padding: 57px 30px;
}

div.lg_logo{
	width: 50%;
    margin: 0 auto;
    min-width: 200px;
}

.lg_logo a{
    background-size: contain;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto 25px;
    display: block;
}

.signin-title {
    font-size: 30px;
    line-height: 1.066667em;
    color: #000;
    padding: 0 0 40px 0;
    width: 100%;
    text-align: center;
    font-weight: 600;
	margin-top: 100px;
}

.field-block input {
    position: relative;
    background: #fff;
    border: none;
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
    height: 56px;
    min-height: 56px;
    max-height: 56px;
    padding: 0;
    font-size: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-family: 'lg-smart';
}
.field-block input:focus-visible {
    outline: none!important;
	z-index: 99;
	border-color: #000!important;
}

.login #login_error, .login .message, .login .success {
	border-color: #a50034!important;
}

.field-block input:not(:placeholder-shown) ~ label {
  display: none;
}

.field-block{
	position: relative;
    padding-top: 0;
    height: auto;
}

.field-block label{
	z-index: 2;
    display: inline-block;
    width: auto;
    height: 28px;
    line-height: 28px;
    position: absolute;
    top: 14px;
    left: 0;
    color: #6b6b6b;
    background: #fff;
    font-size: 18px;
}

.require {
	font-size: 16px;
    display: inline-block;
    color: #a50034;
    font-weight: 600;
    font-style: normal;
    padding: 0 0 0 3px;
}

.login .button.wp-hide-pw {
    background: 0 0;
    border: 1px solid transparent;
    box-shadow: none;
    font-size: 14px;
    line-height: 2;
    width: 2.5rem;
    height: 100%;
	z-index: 99;
    min-width: 40px;
    min-height: 40px;
    margin: 0;
    padding: 5px 9px;
    position: absolute;
    right: 0;
    top: 0;
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #6b6b6b;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 1px;
}

input[type=checkbox]:checked::after {
    box-sizing: content-box;
    content: '';
    position: absolute;
    top: 50%;
    left: 3px;
    width: 11px;
    height: 4px;
    margin-top: -5px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 0 3px 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input[type=checkbox]:checked::after{
    -webkit-font-smoothing: antialiased;
    width: 12px;
    height: 4px;
    margin-top: -5px;
    border-width: 0 0 3px 3px;
    left: 1px;
}

input[type=checkbox]:checked {
    border-color: #a50034;
    border-width: 2px;
    background-color: #a50034;
	appearance: inherit;
}

.forgetmenot{
	position:relative;
	min-height: 20px;
    cursor: pointer;
}

.forgetmenot label {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    vertical-align: bottom;
    padding-left: 30px;
}

.field-block input[aria-describedby="login_error"] {
    color: #a50034!important;
    border: none!important;
    border-bottom: 1px solid #a50034!important;
    border-radius: 0;
}

.field-block input[aria-describedby="login_error"] ~ label {
    color: #a50034!important;
}

.field-block input:not([aria-describedby="login_error"]) ~ .error-msg{
	display:none;
}

.error-msg>span {
    position: relative;
    padding: 7px 0 0 22px;
}

.error-msg span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #a50034;
}

.error-msg>span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 14px;
    height: 14px;
    background: url(/assets/uploads/notice-carmine.svg) no-repeat 0 0;
}

#login_error{
	display: none;
	color: #a50034;
}

button.wp-generate-pw{
	color: #a50034 !important;
	border-color: #a50034 !important;
}

#wp-submit[type=submit] {
    font-size: 14px;
    padding-top: 11px;
    padding-bottom: 11px;
    line-height: 1.5em;
	display: inline-block;
    min-width: 80px;
    border-radius: 3px;
    border: 1px solid transparent;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    cursor: pointer;
    color: #fff;
    border-color: #a50034;
    background: #a50034;
	width: 100%;
}

.submit{
margin-top: 22px;
}