/* Registration Form */

.wdt-registration-form{width: 100%;max-width: 600px;margin: 0 auto;margin-bottom: 120px;}
.wdt-registration-form form{margin-top: 40px;}
.wdt-registration-form .refurb-custom-auth-sc-border-title h2{
    text-align: center;font-size: clamp(2.25rem, 2.1388rem + 0.6135vw, 2.875rem);/* min - 36px to max - 46px */margin-top: 0;}
.wdt-registration-form p{text-align: center;font-weight: calc(var(--wdtFontWeight_Base) - 100);}
.wdt-registration-form form p{text-align: left;color: var(--wdtBodyTxtColor);margin-bottom: 20px;}
.wdt-registration-form form p:last-child{text-align: center;font-weight: var(--wdtFontWeight_Ext);margin-bottom: 0;}
.wdt-registration-form form p a.refurb-pro-login-link{color: var(--wdtLinkHoverColor);text-decoration: underline;text-decoration-color: transparent;}
.wdt-registration-form form p a.refurb-pro-login-link:hover{text-decoration-color: currentColor;}
.wdt-registration-form form#loginform{display: block;}
.refurb-pro-login-description {text-align: center;}
.wdt-registration-form input[type="submit"]{ width: 100%; padding: var(--wdtPadding_Btn); border: 2px solid var(--wdtPrimaryColor); }
.wdt-registration-form input[type="submit"]:hover{ background-color: var(--wdtSecondaryColor); color: var(--wdtPrimaryColor); border-color: var(--wdtSecondaryColor); }
.refurb-pro-login-form-holder #loginform p {margin: 0 0 0 0;}
.refurb-pro-login-form-holder #loginform {display: grid;grid-template-columns: repeat(1,1fr);justify-content: space-between;grid-gap: 20px; }
.refurb-pro-login-form-holder #loginform input#user_login + label{display: none;}

/* Login form */

.refurb-pro-login-form-container{display: block;height: 100% !important;margin: 0;padding: 0;pointer-events: none;width: 100%;z-index: 10000;position: fixed;bottom: 0;left: 0;right: 0;top: 0;}
.refurb-pro-login-form-overlay{position: fixed;bottom: 0;left: 0;right: 0;top: 0;z-index: 9999;background:rgba(var(--wdtBodyBGColorRgb), 0.95);}
.login-form-custom-logo {text-align: center;margin: 10px 0;margin-bottom: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);  /*----min-20px and max-40px-----*/display: none;}
.login-form-custom-logo img {max-width: 170px;}
.refurb-pro-login-form-holder >*:not(:last-child),
.refurb-pro-login-form-container .refurb-pro-login-form >*:not(:last-child) {margin-bottom: 30px;}
.refurb-pro-login-form-container .refurb-pro-login-form {display: grid;padding: 0;pointer-events: auto;position: absolute;left: 0;right: 0;background-color: transparent;width: 100%;margin: auto;height: 100%;place-content: center;}
/* .refurb-pro-login-form-container .refurb-pro-login-form .refurb-pro-login-form-wrapper {padding: 70px;border-radius: var(--wdtRadius_Zero);border: 1px solid;max-width: 820px;height: fit-content;overflow-y: auto;max-height: calc(100vh - 2*1.5em);} */
.refurb-pro-login-form-container .refurb-pro-login-form .refurb-pro-login-form-wrapper { padding: 70px; background: var(--wdtTertiaryColor); -webkit-border-radius: var(--wdtRadius_3X); border-radius: var(--wdtRadius_3X); border: 1px solid rgba(var(--wdtSecondaryColorRgb), 0.15); }
.refurb-pro-login-form-container .refurb-pro-login-form .refurb-pro-login-form-wrapper .refurb-pro-sub-title,.refurb-pro-login-form-container .refurb-pro-login-form .refurb-pro-login-form-wrapper h2  { margin-bottom: 10; }
.refurb-pro-login-form-container .refurb-pro-login-form .refurb-pro-title.refurb-pro-login-title{ display: flex; flex-direction: column; align-items: center; margin-bottom: clamp(0.625rem, 0.25rem + 1.875vw, 2.5rem); }
#loginform .login-username, #loginform .login-password{width: 100%;}
#loginform .login-remember{text-align: left;}
#loginform p.login-remember input[type="checkbox"]{ opacity: 1; -webkit-appearance: none; appearance: none; width: 1em; height: 1em; border: 1px solid var(--wdtBorderColor); transform: translateY(-0.075em); display: inline-grid; place-content: center; background: rgba(var(--wdtAccentTxtColorRgb), 1); -webkit-border-radius:var(--wdtRadius_Full); border-radius:var(--wdtRadius_Full); padding: 0 0; }
#loginform p.login-remember input[type="checkbox"]:after{content: "";width: 0.65em;height: 0.65em;clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);transform: scale(0);transform-origin: bottom left;transition: 120ms transform ease-in-out;box-shadow: inset 1em 1em var(--wdtPrimaryColor);}
#loginform p.login-remember input[type="checkbox"]:checked:after {transform: scale(1);}
#loginform input[type="text"]:focus,
#loginform input[type="password"]:focus{ border-color: var(--wdtPrimaryColor); }
#loginform .login-submit input[type="submit"]{ width: 100%; background-color: var(--wdtPrimaryColor); padding-top: 14px; padding-bottom: 14px; }
#loginform .login-submit input[type="submit"]:hover{ background-color: var(--wdtSecondaryColor); color: var(--wdtAccentTxtColor); }
.refurb-pro-social-logins-divider{ text-align: center; margin: 30px 0; position: relative; }
.refurb-pro-social-logins-divider:before,.refurb-pro-social-logins-divider:after{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
    background-color: rgba(var(--wdtSecondaryColorRgb), 0.3);
    width: 36%;
    height:1px;
}
.refurb-pro-social-logins-divider:before { left:0; }
.refurb-pro-social-logins-divider:after { right:0; }
.refurb-pro-title.refurb-pro-login-title h2{ text-align: center; margin-top: 0; }
.refurb-pro-login-form-container .refurb-pro-login-form .refurb-pro-login-form-holder p.tpl-forget-pwd{ margin-bottom: 0px; text-align: center; }
.refurb-pro-login-form-container .refurb-pro-login-form .refurb-pro-login-form-holder p.tpl-forget-pwd a{ color: var(--wdtSecondaryColor); text-decoration: underline; transition: all 0.3s linear; font-weight: var(--wdtFontWeight_Alt); }
.refurb-pro-login-form-container .refurb-pro-login-form .refurb-pro-login-form-holder p.tpl-forget-pwd a:hover{text-decoration-color: var(--wdtLinkHoverColor);}
a.refurb-pro-social-facebook-connect,
a.refurb-pro-social-google-connect{width: calc(50% - 20px);padding:var(--wdtPadding_Btn);display: inline-block;text-align: center;color: var(--wdtSecondaryColor);margin: 10px;font-size: var(--wdtFontSize_Ext);font-weight: var(--wdtFontWeight_Alt);line-height: 1; -webkit-border-radius: var(--wdtRadius_Part); border-radius: var(--wdtRadius_Part); }
a.refurb-pro-social-facebook-connect:hover,
a.refurb-pro-social-google-connect:hover { background-color: var(--wdtSecondaryColor); color: var(--wdtPrimaryColor); border-color: var(--wdtSecondaryColor); }
a.refurb-pro-social-facebook-connect i,
a.refurb-pro-social-google-connect i{ margin-right: 6px; }
.refurb-pro-login-form-container{ max-width: 1640px; margin: auto; }
a.refurb-pro-social-google-connect,
a.refurb-pro-social-facebook-connect{ background: var(--wdtAccentTxtColor); border: 1px solid  rgba(var(--wdtSecondaryColorRgb), 0.3) ; }   

.refurb-pro-login-form-container .refurb-pro-login-form .refurb-pro-title.refurb-pro-login-title .refurb-pro-sub-title {
    display: inline-block;
    font-size: var(--wdtFontSize_Ext);
    font-weight: var(--wdtFontWeight_Alt);
    padding: 8px 20px;
    color: var(--wdtHeadAltColor);
    background: linear-gradient(90deg, var(--wdtPrimaryColor) -50%, transparent 90%);
    -webkit-box-shadow: inset 0px 1px 10px -1px var(--wdtPrimaryColor) !important;
    box-shadow: inset 0px 1px 10px -1px var(--wdtPrimaryColor) !important;
    border-radius: var(--wdtRadius_Part);
    background-size: 100% 100%;
    text-transform: capitalize;
}


/* After Registration */

.mu_register{width: 100%;margin: 0 auto;max-width: 600px;padding: 50px;background: var(--wdtSecondaryColor);box-shadow: rgba(0,0,0,.8) 0 0 40px;border-radius: var(--wdtRadius_3X);}
.mu_register h2{font-size: var(--wdtFontSize_H4);text-align: center;}
.mu_register form input{box-shadow: none;-webkit-box-shadow: none;border: 1px solid transparent;}
.mu_register form input:focus{border-color: var(--wdtPrimaryColor);}
.mu_register form .wp-signup-username-description,
.mu_register form .wp-signup-email-description{margin-bottom: 15px;}
.mu_register p.submit{margin-top: 20px;}
.mu_register form p.submit input[type="submit"]{font-size: var(--wdtFontSize_Base);}


/* New Code */

/* body.page-template.page-template-tpl-registration.page-template-tpl-registration-php {background: rgba(var(--wdtPrimaryColorRgb), .95);} */
.wdt-registration-form form#loginform{background: var(--wdtTertiaryColor);
    padding: 80px;
    border: 1px solid rgba(var(--wdtSecondaryColorRgb), 0.15);
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px; */
    border-radius: var(--wdtRadius_3X);
}
.refurb-pro-login-form-holder #loginform input#rememberme{margin-right: 6px;margin-top: -4px;}
.refurb-pro-login-form-holder #loginform button#wp-submit{border: 2px solid var(--wdtPrimaryColor); margin-top: 0; -webkit-transition: var(--wdtBaseTransition); transition: var(--wdtBaseTransition); }
.refurb-pro-login-form-holder #loginform button#wp-submit:hover { background: var(--wdtSecondaryColor); color: var(--wdtPrimaryColor); border-color: var(--wdtSecondaryColor); }




@media only screen and (max-width:1540px) 
{
    .refurb-pro-title.refurb-pro-login-title h2 {font-size: var(--wdtFontSize_H3);}
    .refurb-pro-login-form #loginform {margin-top: 0;}
    #loginform {display: grid;grid-template-columns: repeat(2,1fr);justify-content: space-between;grid-gap: 20px;}
    #loginform .login-submit {margin-bottom: 0;grid-area: 3/1;}
}
/* @media screen and (min-width: 768px) and (max-width: 1540px)
{
    .refurb-pro-login-form-holder #loginform {grid-template-columns: repeat(2,1fr);}
} */
@media screen and (min-width:1281px) and (max-width: 1540px)
{
    .refurb-pro-login-form-container{max-width: 1080px;margin: auto;}
    .refurb-pro-login-form-holder >*:not(:last-child),
    .refurb-pro-login-form-container .refurb-pro-login-form >*:not(:last-child) {margin-bottom: 20px;}
}
@media screen and (min-width:1025px) and (max-width: 1280px)
{
    .refurb-pro-login-form-container{max-width: 900px;margin: auto;}    
}
@media screen and (min-width:768px) and (max-width: 1024px)
{
    .refurb-pro-login-form-container{max-width: 710px;margin: auto;}    
}
@media screen and (max-width: 767px)
{
    #loginform .login-username, 
    #loginform .login-password{margin-bottom: 20px;}
    .refurb-pro-login-form-container {overflow: scroll;}
    .refurb-pro-login-form-container .refurb-pro-login-form .refurb-pro-login-form-wrapper{padding: 30px;max-width: 420px;margin: 0 20px;width: calc(100% - 40px);}
    .refurb-pro-title.refurb-pro-login-title h2{font-size: var(--wdtFontSize_H4);}
    .wdt-registration-form{padding: 0px;}
    .wdt-registration-form .refurb-custom-auth-sc-border-title h2{font-size: var(--wdtFontSize_H3);}
    .wdt-registration-form form#loginform{padding: 30px 20px; }
    .refurb-pro-social-logins-divider:before, .refurb-pro-social-logins-divider:after { width: 32%; }
}
@media screen and (min-width:480px) and (max-width: 767px)
{ 
    .refurb-pro-login-form-container{margin: auto;}    
}
@media screen and (max-width: 479px)
{
    a.refurb-pro-social-facebook-connect, a.refurb-pro-social-google-connect { width: calc(100% - 20px); }
    .refurb-pro-social-logins-divider {margin-top: 20px;margin-bottom: 10px;}
    .refurb-pro-login-form-container{max-width: 100%;margin: auto;}    
    .refurb-pro-title.refurb-pro-login-title h2{font-size: var(--wdtFontSize_H4);}
    .wdt-registration-form .refurb-custom-auth-sc-border-title h2{font-size: var(--wdtFontSize_H4);}
    .refurb-pro-login-form-container .refurb-pro-login-form .refurb-pro-login-form-wrapper {padding: 20px;margin: 0 15px;width: calc(100% - 30px);}
    .mu_register{padding: 30px;}
    .refurb-pro-social-logins-divider:before, .refurb-pro-social-logins-divider:after { width: 100%; }
    .refurb-pro-social-logins-divider:before { bottom:auto }
    .refurb-pro-social-logins-divider:after { top:auto; }
    .refurb-pro-social-logins-divider { padding:10px 0; }
}

@media only screen and (min-width:1281px) and (max-width:1540px) { .wdt-registration-form { margin-bottom: 100px; } }
@media only screen and (min-width:1025px) and (max-width:1280px) { .wdt-registration-form { margin-bottom: 80px; } }
@media only screen and (min-width:768px) and (max-width:1024px) { .wdt-registration-form { margin-bottom: 70px; } }
@media only screen and (min-width:480px) and (max-width:767px) { .wdt-registration-form { margin-bottom: 60px; } }
@media only screen and (max-width: 479px) { .wdt-registration-form { margin-bottom: 60px; } }