/* .rectangle-main{padding-bottom:45px;padding-top:30px;padding-inline:var(--col-width);height:auto;min-height:600px;background-color:#fff;box-shadow:0 0 16px 0 rgba(0,0,0,.1);margin-bottom:80px} */
.page-login .inner-header{margin-bottom:40px}
#loginform{display:flex;align-items:end;margin-inline:-10px}
#loginform .login-password,#loginform .login-submit,#loginform .login-username{margin:0;width:calc(100% / 3);display:flex;flex-wrap:wrap;align-items:center;padding:10px}
#loginform .login-password label,#loginform .login-username label{width:100%;height:25px;font-size:15px;color:var(--neablue);text-align:left;line-height:18px;margin-left:20px}
#loginform .login-password input,#loginform .login-username input{width:100%;max-width:400px;font-size:14px;font-family:inherit;background-color:transparent;border-radius:25px;border:1px solid var(--neablue);padding:8px 15px;height:44px;line-height:1}
#loginform .login-submit{justify-content:flex-end}
.member-headline{display:block;margin:0;color:var(--neablue);font-weight:400;font-size:28px;line-height:23px;height:50px}
.member-section{border-bottom:1px solid var(--darkblue);padding-bottom:45px;margin-bottom:45px}
.member-section:last-child{margin-bottom:0;border:none;padding-bottom:0}
p.member-register a{color:var(--neablue);text-decoration:underline}
p.member-register{line-height:1.3;margin:0;font-size:15px;max-width:500px;width:100%;letter-spacing:-.14px;color:var(--neablue)}
.member-button{-webkit-appearance:none;border:none;-moz-appearance:none;display:block;font-size:17px;line-height:37px;font-family:inherit;font-weight:600;color:#fff;background-color:var(--neablue);border-radius:25px;display:flex;width:185px;height:43px;align-items:center;padding-inline:20px;justify-content:space-between}
a.member-button{background-color:var(--darkblue)}
.member-button:hover{cursor:pointer;background-color:var(--darkblue)}
.register-area-button{display:flex;justify-content:flex-end;align-items:flex-end;height:100%}
.register-footer{margin:0;font-size:15px;line-height:1.3;max-width:720px;width:100%;letter-spacing:-.14px;color:var(--neablue)}
#loginform input:-webkit-autofill{-webkit-box-shadow:0 0 0 30px #fff inset}


.wrong_pass {
    position: fixed;
    width: 85%;
    max-width: 760px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--bgnea);
    border: 1px solid var(--neablue);
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-block: 50px;
    display:none;
}
.wrong_pass.show{display:flex}
.wrong_pass p {
    margin: 0;
    font-size: 18px;
    line-height: 18px;
    color: var(--neablue);
    padding-bottom: 30px;
}
.status_image {width:40px;margin-bottom:35px}
#statuslog p {
    margin: 0;
    text-align: center;
    font-size: 15px;
    line-height: 19px;
    color: var(--neablue);
}


@media screen and (max-width: 767px) {
.rectangle-main {padding-inline: 15px}
#loginform{flex-wrap:wrap}
.member-section{padding-bottom:15px;margin-bottom:15px}
#loginform .login-password,#loginform .login-submit,#loginform .login-username{width:100%}
.member-headline{font-size:25px;line-height:1.25;height:auto;margin-bottom:20px}  
}