.login-form,
.register-form,
.forgot-password-form {
    display: none;
}
.login-form {
    display: block;
}

.wd-side-hidden {
	--wd-side-hidden-w: 700px;
}

.wd-right.wd-opened > div.wd-heading {
    padding: 119px 312px 0 80px;
    border: none;
    justify-content: flex-start;
}

.wd-opened > div.login-section {
    padding: 29px 312px 0 80px;
}

.wd-opened > div.register-section {
    padding: 29px 312px 0 80px;
}

.wd-opened > div.forgot-password-section {
    padding: 29px 312px 0 80px;
}

.login-form-side .woocommerce-form-login {
    padding: 0 !important;
    border: none !important;
}

div.login-form-side.wd-side-hidden.woocommerce.wd-right.wd-opened > div.wd-heading > span {
    color: #1E242B;
    font-family: "Bebas Neue";
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
}

.login-form-side.wd-side-hidden.woocommerce.wd-right.wd-opened label {
    color: #9B9EB0;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.login-form-side.wd-side-hidden.woocommerce.wd-right.wd-opened input {
    border-radius: 30px;
    background: #F7F8FA;
    overflow: hidden;
    color: #D0D0D9;
    text-overflow: ellipsis;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    border: 2px solid #F7F8FA;
}

.login-form-side.wd-side-hidden.woocommerce.wd-right.wd-opened input:hover {
    border: 2px solid #FF937B;
}

.login-form-side.wd-side-hidden.woocommerce.wd-right.wd-opened input:focus {
    border: 2px solid #FF937B;
}

.login-form-footer .lost_password {
    color: #FF937B;
    text-align: right;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.login-form-side.wd-side-hidden.woocommerce.wd-right.wd-opened .woocommerce-form-login__rememberme span {
    color: #1E242B;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.login-form-side.wd-side-hidden.woocommerce.wd-right.wd-opened button[type="submit"] {
    border-radius: 30px;
    background: #FA5632;
    box-shadow: none;
    color: #FFF;
    font-family: "Bebas Neue";
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.login-form-side.wd-side-hidden.woocommerce.wd-right.wd-opened .close-side-widget {
    display: none !important;
    visibility: hidden !important;
}

.create-account-question:before {
    display: none !important;
    visibility: hidden !important;
}

.create-account-question {
    border: none !important;
    padding: 29px 0 0 0 !important;
    text-align: center;
    color: #1E242B;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
}

.login-form-side.wd-side-hidden.woocommerce.wd-right.wd-opened .create-account-question .create-account-button {
    color: #FF937B;
    text-align: right;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-transform: none;
}

.login-form-side.wd-side-hidden.woocommerce.wd-right.wd-opened .register-section .wd-login-title {
    display: none;
    visibility: hidden;
}

.login-form-side.wd-side-hidden.woocommerce.wd-right.wd-opened .forgot-password-section .wd-login-title {
    display: none;
    visibility: hidden;
}