body.login {
    padding: 0;
}
body #login {
    width: 50%;
    z-index: 2;
    position: relative;
    padding: 0px 111px 0px 20px;
    margin: 0;
    height: 100%;
    background-color: #B52C46;
    color: #495056;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#login .inner {
    width: 100%;
    max-width: 428px;
    border-radius: 17px;
    background-color: #FFFFFF;
    box-shadow: 0 0 17px 0 rgb(2 6 19 / 12%);
    overflow: hidden;
    padding: 39px 46px 55px 51px;
    margin-left: 68px;
    position: relative;
    display: inline-block;
}
.login label {
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    display: none;
}
body.login h1 {
    display: none!important;
}
body.login form {
    padding: 37px 0 0 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin: 0;
}

.login #backtoblog, .login #nav {
    padding: 0 0px;
    text-align: right;
}

body.login #backtoblog a,
body.login #nav a {
    color: #B52C46;
    font-family: "Red Hat Display";
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 28px;
}


body.login #backtoblog a:hover,
body.login #nav a:hover {
    color: #B52C46;
    text-decoration:underline; 
}
body.login form .input,
body.login input[type=text] {
    background: #fff;
    padding: 14.5px 15px 14.5px 56.5px;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 29px;
    border: 1px solid #CE4760;
    border-radius: 8px;
}

body.login input[type=text]:focus,
input[type=password]:focus {
    outline: none!important;
    box-shadow: none;
}

body.login .button-primary {
    float: right;
    border-color: #B52C46;
    color: #fff!important;
    box-shadow: none;
    text-shadow: none;
    padding: 16px 35px!important;
    height: initial!important;
    border-radius: 25px;
    background-color: #B52C46;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 16px!important;
    text-align: center;
    width: 150px;
}
body.login .button-primary:hover,
body.login .button-primary:active,
body.login .button-primary:focus {
    background: #B52C46;
    border-color: #B52C46;
    color: #fff;
    opacity: .8;
}
#loginform div.g-recaptcha {
    margin-left: 0!important;
}
body.login form .forgetmenot {
	margin-top: 20px;
	display: inline-flex;
}
body.login form .forgetmenot label {
	display: inline-block;
}
.forgetmenot input[type=checkbox] {
	margin: 3px 10px 0 0;
}



.login #login_error,
.login .message, 
.login .success {
    /* border-left: 4px solid #00a0d2; */
    margin-bottom: 0px!important;
    margin-top: 23px;
    margin-left: 25px;
}

.custom-login-message {
    line-height: 1;
    background: #FFFFFF;
    padding: 0 0px;
    position: relative;
    z-index: 2;
}
.custom-login-message .img-con {
    display: inline-block;
}
.custom-login-message .img-con img {
    max-height: 80px;
}

.custom-login-message .t1 {
    font-size: 12px;
}
.custom-login-message .t2 {
    font-size: 39px;
    font-weight: bold;
}

.login-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 3;
    background-size: auto;
    background-position: center;
    background-color: #FFE500;
    background-repeat: no-repeat;
}
.login-bg:before {
    content: '';
    width: 72px;
    height: 100%;
    left: -71px;
    position: absolute;
    background: url(/wp-content/uploads/2022/06/hi-elementor-divider-1@3x.svg);
    background-repeat: repeat-y;
    z-index: 5;
    background-size: cover;
    top: 0px;
}
#login #loginform p:first-child,
#login #loginform .user-pass-wrap {
    position: relative;
}
#login #loginform p:first-child:before{
    content: url('/wp-content/uploads/2022/06/wpi-user.svg');
    position: absolute;
    top: 16.5px;
    left: 16.5px;
}
#login #loginform .user-pass-wrap:before{
    content: url('/wp-content/uploads/2022/06/wpi-email.svg');
    position: absolute;
    top: 18.5px;
    left: 15.5px;
    z-index: 1;
}

#login ::-webkit-input-placeholder { color: #495056; }
#login :-moz-placeholder { color: #495056; }
#login ::-moz-placeholder { color: #495056; }
#login :-ms-input-placeholder { color: #495056; }

body.login input#authcode {
    padding-left: 15px;
}
body.login input#authcode::-webkit-input-placeholder { /* Edge */
    color: transparent;
}
  
body.login input#authcode:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: transparent;
}
  
body.login input#authcode::placeholder {
    color: transparent;
}



@media(max-width:1024px){
    .login-bg:before {
        display: none;
    }
    #login .inner {
        margin-left: 90px;
    }
    .login-bg {
        background-size: contain;
    }
}
@media(max-width:420px){
    body #login {
        width: 100%;
        padding: 0px 20px 0px 20px;
    }

    .login-bg {
        display: none;
    }
    #login .inner {
        width: 100%;
        max-width: 100%;
        border-radius: 17px;
        background-color: #FFFFFF;
        box-shadow: 0 0 17px 0 rgb(2 6 19 / 12%);
        overflow: hidden;
        padding: 39px 10px 55px 10px;
        margin-left: 0px;
        position: relative;
        display: inline-block;
        min-width: max-content;
    }
    .custom-login-message .img-con {
        display: block;
        text-align: center;
    }
}