body {
    font-family: "Figtree";
}
@font-face {
    font-family: "Figtree";
    src: url('fonts/FigtreeRegular.eot');
    src: url('fonts/FigtreeRegular.eot') format('embedded-opentype'),
        url('fonts/FigtreeRegular.woff2') format('woff2'),
        url('fonts/FigtreeRegular.woff') format('woff'),
        url('fonts/FigtreeRegular.ttf') format('truetype'),
        url('fonts/FigtreeRegular.svg#FigtreeRegular') format('svg');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "Figtree";
    src: url('fonts/FigtreeMedium.eot');
    src: url('fonts/FigtreeMedium.eot') format('embedded-opentype'),
        url('fonts/FigtreeMedium.woff2') format('woff2'),
        url('fonts/FigtreeMedium.woff') format('woff'),
        url('fonts/FigtreeMedium.ttf') format('truetype'),
        url('fonts/FigtreeMedium.svg#FigtreeMedium') format('svg');
    font-weight: 500;
}
.custom-shop-login {
    display: flex;
    align-items: stretch;
    min-height: 100vh;
}
.custom-shop-login>div {
    width: 50% !important;
    margin: auto;
    min-height: 96vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 10% !important;
}
.custom-shop-login div#login {
    background-color: #a7a18c;
}
.custom-shop-login .language-switcher {
    display: none;
}
.custom-shop-login .right-shop-form img {
    width: 100%;
    max-width: 360px;
    margin-bottom: 40px;
}
#login h1 a,
.login h1 a {
    background-image: url('logo-white.svg');
    height: auto;
    width: 100%;
    max-width: 360px;
    background-size: contain;
    margin: 0;
}
.custom-shop-login .right-shop-form {
    background-image: url('login-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.custom-shop-login h1 {
    font-size: 50px;
    letter-spacing: 2px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Figtree";
}
.custom-shop-login div#login p {
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
}
.custom-shop-login div#login h1 {
    color: #ffffff;
    margin-bottom: 30px;
    text-align: left;
}
.custom-shop-login .right-shop-form h1 {
    font-size: 40px;
    line-height: 42px;
    letter-spacing: 1px;
    color: #5b3219;
    font-weight: 500;
    text-align: left;
    margin-bottom: 30px;
}
.custom-shop-login form {
    background-color: transparent;
    border: 0;
    padding: 0;
}
.custom-shop-login div#login p#backtoblog {
    display: none;
}
.custom-shop-login div#login form #user_login,
.custom-shop-login .user-pass-wrap input {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Figtree";
    width: 100%;
    height: 60px;
    background-color: #a7a18c;
    border: 2px solid #ffffff;
    padding: 12px 22px;
    border-radius: 0;
    margin: 0 0 10px 0;
}
.custom-shop-login div#login form #user_login::placeholder,
.custom-shop-login .user-pass-wrap input::placeholder {
    color: #ffffff;
}
.custom-shop-login div#login form #user_login:focus,
.custom-shop-login .right-shop-form .form-row input:focus,
.custom-shop-login .user-pass-wrap input:focus {
    box-shadow: none;
}
.custom-shop-login form .forgetmenot label {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #ffffff;
    margin: 0;
    display: inline-block;
}
.custom-shop-login form label {
    display: none;
}
.custom-shop-login form .forgetmenot input {
    width: 20px;
    height: 20px;
    background-color: #a7a18c;
    border: 2px solid #ffffff;
    border-radius: 0;
}
.custom-shop-login form .forgetmenot input:checked::before {
    filter: brightness(100);
}
.custom-shop-login form .forgetmenot input:focus {
    box-shadow: none;
}
.custom-shop-login div#login form .submit,
.custom-shop-login form .submit {
    display: block;
    width: max-content;
    margin-top: 50px;
}
.custom-shop-login .right-shop-form button#submit_referral,
.custom-shop-login form .submit input#wp-submit {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #a7a18c;
    font-weight: 500;
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
    padding: 14px 30px;
    width: fit-content;
}
.custom-shop-login .right-shop-form button#submit_referral:focus,
.custom-shop-login form .submit input#wp-submit:focus {
    box-shadow: none;
}
.custom-shop-login .right-shop-form button#submit_referral {
    color: #ffffff;
    background-color: #a7a18c;
    margin-top: 30px;
}
.custom-shop-login form .wp-pwd .button.wp-hide-pw {
    top: 9px;
    right: 8px;
    filter: brightness(100);
}
.custom-shop-login form .wp-pwd .button.wp-hide-pw:focus {
    box-shadow: none;
    border: 0;
}
.custom-shop-login p#nav,
.custom-shop-login div#nav {
    padding: 0;
}
.custom-shop-login p#nav a,
.custom-shop-login div#nav a {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #ffffff;
    text-decoration: underline;
}
.custom-shop-login p#nav a:hover,
.custom-shop-login div#nav a:hover {
    color: #5b3219;
}
.custom-shop-login .right-shop-form .form-row label {
    font-size: 20px;
    line-height: 25px;
    color: #474747;
    font-weight: 500;
    margin-bottom: 30px;
}
.custom-shop-login .right-shop-form .form-row input {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #5b3219;
    font-weight: 400;
    font-family: "Figtree";
    width: 100%;
    height: 60px;
    background-color: #f7f5f3;
    border: 2px solid #5b3219;
    padding: 12px 22px;
    border-radius: 0;
    margin: 0 0 10px 0;
}
.custom-shop-login .right-shop-form .form-row input::placeholder {
    color: #5b3219;
}
.custom-shop-login form .wp-pwd .dashicons-visibility:before {
    color: #ffffff;
}
.custom-shop-login .notice-error {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    padding: 10px 0 0 0;
    margin: 0;
}
.custom-shop-login .notice-error p {
    font-size: 16px !important;
    line-height: 24px !important;
    margin: 0;
    color: #ffffff !important;
}
@media only screen and (max-width:1920px) {
    .custom-shop-login>div {
        padding: 20px 210px !important;
    }
}
@media only screen and (max-width:1600px) {
    .custom-shop-login>div {
        padding: 20px 150px !important;
    }
    .custom-shop-login .right-shop-form h1 {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .custom-shop-login h1 {
        font-size: 40px;
        line-height: 46px;
    }
}
@media only screen and (max-width:1440px) {
    .custom-shop-login>div {
        padding: 20px 100px !important;
    }
    .custom-shop-login .right-shop-form img,
    #login h1 a,
    .login h1 a {
        max-width: 300px;
    }
    .custom-shop-login .right-shop-form img {
        margin-bottom: 30px;
    }
    .custom-shop-login div#login h1 {
        margin-bottom: 20px;
    }
    .custom-shop-login div#login form #user_login,
    .custom-shop-login .right-shop-form .form-row input,
    .custom-shop-login .user-pass-wrap input {
        font-size: 18px;
        line-height: 24px;
        height: 50px;
        padding: 10px 20px;
    }
    .custom-shop-login form .wp-pwd .button.wp-hide-pw {
        top: 4px;
    }
    .custom-shop-login .right-shop-form .form-row label {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .custom-shop-login .right-shop-form button#submit_referral {
        margin-top: 20px;
    }
    .custom-shop-login .right-shop-form button#submit_referral,
    .custom-shop-login form .submit input#wp-submit {
        font-size: 18px;
        line-height: 26px;
        padding: 12px 28px;
    }
    .custom-shop-login p#nav a,
    .custom-shop-login div#nav a,
    .custom-shop-login form .forgetmenot label,
    .custom-shop-login div#login p {
        font-size: 18px;
        line-height: 24px;
    }
    .custom-shop-login form .forgetmenot input {
        width: 18px;
        height: 18px;
    }
}
@media only screen and (max-width:1200px) {
    .custom-shop-login>div {
        padding: 20px 60px !important;
    }
    .custom-shop-login h1 {
        font-size: 34px;
        line-height: 42px;
    }
    .custom-shop-login .right-shop-form h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .custom-shop-login div#login form #user_login,
    .custom-shop-login .right-shop-form .form-row input,
    .custom-shop-login .user-pass-wrap input {
        font-size: 16px;
        line-height: 22px;
        height: 48px;
    }
    .custom-shop-login p#nav a,
    .custom-shop-login div#nav a,
    .custom-shop-login form .forgetmenot label,
    .custom-shop-login div#login p,
    .custom-shop-login .right-shop-form .form-row label {
        font-size: 16px;
        line-height: 22px;
    }
    .custom-shop-login .right-shop-form button#submit_referral,
    .custom-shop-login form .submit input#wp-submit {
        font-size: 16px;
        line-height: 24px;
        padding: 10px 24px;
    }
    .custom-shop-login .notice-error p {
        font-size: 14px !important;
        line-height: 20px !important;
    }
}
@media only screen and (max-width:1024px) {
    .custom-shop-login h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .custom-shop-login .right-shop-form h1 {
        font-size: 26px;
        line-height: 34px;
    }
    .custom-shop-login .right-shop-form img,
    #login h1 a,
    .login h1 a {
        max-width: 270px;
    }
    .custom-shop-login div#login h1 {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width:991px) {
    .custom-shop-login>div {
        padding: 20px 30px !important;
    }
}
@media only screen and (max-width:782px) {
    .custom-shop-login form .forgetmenot input:checked::before {
        margin: -.1875rem 0 0 -.25rem;
        height: 1.3125rem;
        width: 1.3125rem;
    }
}
@media only screen and (max-width:767px) {
    .custom-shop-login {
        flex-wrap: wrap;
        height: auto;
    }
    .custom-shop-login>div {
        width: 100% !important;
        padding: 60px 30px !important;
        min-height: auto;
    }
}
@media only screen and (max-width:575px) {
    .custom-shop-login>div {
        padding: 60px 20px !important;
    }
    .custom-shop-login div#login form #user_login,
    .custom-shop-login .right-shop-form .form-row input,
    .custom-shop-login .user-pass-wrap input {
        height: 40px;
        padding: 8px 15px;
    }
    .custom-shop-login form .wp-pwd .button.wp-hide-pw {
        top: 0px;
    }
    .custom-shop-login .right-shop-form img {
        margin-bottom: 20px;
    }
    .custom-shop-login h1 {
        font-size: 30px;
        line-height: 38px;
    }
    .custom-shop-login .right-shop-form h1 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .custom-shop-login .right-shop-form .form-row label {
        margin-bottom: 15px;
    }
    .custom-shop-login form {
        margin-top: 15px;
    }
    .custom-shop-login p#nav,
    .custom-shop-login div#nav {
        margin-top: 15px;
    }
    .custom-shop-login div#login form .submit,
    .custom-shop-login form .submit {
        margin-top: 45px;
    }
    .custom-shop-login .right-shop-form button#submit_referral {
        margin-top: 15px;
    }
}