body.custom-background.page-template-tpl-registration { background-color: var(--wdtTertiaryColor); }
body.page-template-tpl-registration .container > .container { padding: 0; }

/* Registration Form */
.wdt-registration-form{
padding: 80px;
background-color: rgba(var(--wdtBodyBGColorRgb),1);
width: 100%;
max-width: 650px;
border-radius: var(--wdtRadius_Zero);
margin: 0 auto;
margin-bottom: 120px;
border-radius: var(--wdtRadius_3X);

}
.wdt-registration-form form{
margin-top: 40px;
}
.wdt-registration-form .goat-custom-auth-sc-border-title h2{
text-align: center;
}
.wdt-registration-form p{
text-align: center;
font-weight: calc(var(--wdtFontWeight_Base) - 100);
}
.wdt-registration-form p strong{
font-weight: calc(var(--wdtFontWeight_Base) - 100);
}
.wdt-registration-form form p{
text-align: left;
color: var(--wdtBodyTxtColor);
margin-bottom: 15px;
}
.wdt-registration-form form p:last-child{
text-align: center;
}
.wdt-registration-form form p a.goat-pro-login-link{
color: var(--wdtLinkHoverColor);
text-decoration: underline;
text-decoration-color: transparent;
}
.wdt-registration-form form p a.goat-pro-login-link:hover{
text-decoration-color: currentColor;
}
.wdt-registration-form form#loginform{
display: block;
}
.goat-pro-login-description {text-align: center;}
.wdt-registration-form input[type="submit"]{
width: 100%;
padding: var(--wdtPadding_MiniBtn);
padding-top: 14px;
padding-bottom: 14px;
}
.wdt-registration-form input[type="submit"]:hover{
background-color: var(--wdtSecondaryColor);
color: var(--wdtAccentTxtColor);
}
.goat-pro-login-form-holder #loginform p {
margin: 0 0 0 0;
}
.goat-pro-login-form-holder #loginform {
display: grid;
grid-template-columns: repeat(1,1fr);
justify-content: space-between;
grid-gap: 20px;
}

body.page-template-tpl-registration input[type="text"], 
body.page-template-tpl-registration input[type="email"], 
body.page-template-tpl-registration input[type="password"], 
body.page-template-tpl-registration input[type="search"],
body.page-template-tpl-registration input[type="number"], 
body.page-template-tpl-registration textarea{
    padding: clamp(0.875rem, 0.8193rem + 0.2548vw, 1.125rem) clamp(1.875rem, 1.7357rem + 0.6369vw, 2.5rem);
    border-radius: var(--wdtRadius_Part);
    border-color: transparent;
    background-position: 100% 25%,100% 100%;
}
body.page-template-tpl-registration input[type="text"]:focus, 
body.page-template-tpl-registration input[type="email"]:focus, 
body.page-template-tpl-registration input[type="password"]:focus, 
body.page-template-tpl-registration input[type="search"]:focus,
body.page-template-tpl-registration input[type="number"]:focus, 
body.page-template-tpl-registration textarea:focus{
    border-color: var(--wdtPrimaryColor);
    background-position: 100% -100%,100% 100%;
}

/* Login form */

html:has(> body > .goat-pro-login-form-container:not([style="display: none;"])) {
    overflow: hidden;
}
.goat-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;
}
.goat-pro-login-form-overlay{
position: fixed;
bottom: 0;
left: 0;
right: 0;
top: 0;
z-index: 9999;
background: rgba(0, 0, 0, .3);
cursor: url(../images/close-cursor-icon-1.svg) 15 15, auto;
backdrop-filter: blur(3px);
}
.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;}
.goat-pro-login-form-holder >*:not(:last-child),
.goat-pro-login-form-container .goat-pro-login-form >*:not(:last-child) {margin-bottom: 30px;}
.goat-pro-login-form-container .goat-pro-login-form {
    display: grid;
    padding: 0;
    pointer-events: auto;
    position: absolute;
    left: 0;
    right: 0;
    /* top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); */
    background-color: transparent;
    width: 100%;
    margin: auto;
    height: 100%;
    place-content: center;
    pointer-events: none;
}
.goat-pro-login-form-container .goat-pro-login-form .goat-pro-login-form-wrapper {
    padding: 70px;
    border-radius: var(--wdtRadius_3X);
    border: 0;
    max-width: 820px;
    height: fit-content;
    overflow-y: auto;
    max-height: calc(100vh - 2*1.5em);
    background-color: var(--wdtAccentTxtColor);
    pointer-events: all;
}
.goat-pro-login-form-container .goat-pro-login-form .goat-pro-title.goat-pro-login-title{
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);  /*----min-20px and max-40px-----*/
}
.goat-pro-login-form-container .goat-pro-login-form .goat-pro-login-form-wrapper::-webkit-scrollbar {
    width: 10px;
    background: var(--wdtBorderColor);
    border-radius: var(--wdtRadius_3X);
}
.goat-pro-login-form-container .goat-pro-login-form .goat-pro-login-form-wrapper::-webkit-scrollbar-thumb {
    width: 10px;
    background: var(--wdtPrimaryColor);
    border-radius: var(--wdtRadius_3X);
}

#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(--wdtTertiaryColorRgb),.0);
border-radius: 4px;
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);
}
.goat-pro-social-logins-divider{
text-align: center;
margin: 20px 0;
}
.goat-pro-title.goat-pro-login-title h2{
text-align: center;
margin-top: 0;
}
.goat-pro-login-form-container .goat-pro-login-form .goat-pro-login-form-holder p.tpl-forget-pwd{
margin-bottom: 0px;
}
.goat-pro-login-form-container .goat-pro-login-form .goat-pro-login-form-holder p.tpl-forget-pwd a{
color: var(--wdtLinkHoverColor);
text-decoration: underline;
text-decoration-color: transparent;
transition: all 0.3s linear;
}
.goat-pro-login-form-container .goat-pro-login-form .goat-pro-login-form-holder p.tpl-forget-pwd a:hover{
text-decoration-color: var(--wdtLinkHoverColor);
}

a.goat-pro-social-facebook-connect,
a.goat-pro-social-google-connect{
width: 100%;
padding: clamp(0.875rem, 0.8193rem + 0.2548vw, 1.125rem) clamp(1.875rem, 1.7357rem + 0.6369vw, 2.5rem);
display: inline-block;
text-align: center;
color: var(--wdt-elementor-color-black);
border-radius: var(--wdtRadius_Part);
box-shadow: rgba(var(--wdtLinkHoverColorRgb),1) 0 0 0px;
border: 1px solid var(--wdtLinkColor);
margin: 0;
font-size: var(--wdtFontSize_H6);
font-weight: var(--wdtFontWeight_Ext);
}
a.goat-pro-social-facebook-connect:hover,
a.goat-pro-social-google-connect:hover {
border-color: rgba(var(--wdtPrimaryColorRgb),1);
}
a.goat-pro-social-facebook-connect i,
a.goat-pro-social-google-connect i,
a.goat-pro-social-facebook-connect svg,
a.goat-pro-social-google-connect svg{
margin-right: 10px;
margin-top: -2px;
}
.goat-pro-login-form-container{
max-width: 1640px;
margin: auto;
}

@media only screen and (max-width:1540px) {
.goat-pro-title.goat-pro-login-title h2 {font-size: var(--wdtFontSize_H3);}
.goat-pro-login-form #loginform {margin-top: 0;}
.goat-pro-social-logins-divider {margin-top: 20px;margin-bottom: 30px;}
#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){
.goat-pro-login-form-holder #loginform {
grid-template-columns: repeat(2,1fr);
}
} */
@media screen and (min-width:1281px) and (max-width: 1540px){
.goat-pro-login-form-container{
max-width: 1080px;
margin: auto;
}

.goat-pro-login-form-holder >*:not(:last-child),
.goat-pro-login-form-container .goat-pro-login-form >*:not(:last-child) {
margin-bottom: 20px;
}
}
@media screen and (min-width:1025px) and (max-width: 1280px){
.goat-pro-login-form-container{
max-width: 900px;
margin: auto;
}    
}
@media screen and (min-width:768px) and (max-width: 1024px){
.goat-pro-login-form-container{
max-width: 710px;
margin: auto;
}    
}
@media screen and (max-width: 767px){
#loginform .login-username, 
#loginform .login-password{
margin-bottom: 20px;
}
.goat-pro-login-form-container {overflow: scroll;}
.goat-pro-login-form-container .goat-pro-login-form .goat-pro-login-form-wrapper{
padding: 30px;
max-width: 420px;
margin: 0 20px;
width: calc(100% - 40px);
}
.goat-pro-title.goat-pro-login-title h2{
font-size: var(--wdtFontSize_H4);
}
.wdt-registration-form{
padding: 30px;
}
.wdt-registration-form .goat-custom-auth-sc-border-title h2{
font-size: var(--wdtFontSize_H3);
}
}
@media screen and (min-width:480px) and (max-width: 767px){
.goat-pro-login-form-container{
margin: auto;
}    
}
@media screen and (max-width: 479px){
a.goat-pro-social-facebook-connect, a.goat-pro-social-google-connect {
padding: 10px;
}
.goat-pro-login-form-container{
max-width: 100%;
margin: auto;
}    
.goat-pro-title.goat-pro-login-title h2{
font-size: var(--wdtFontSize_H4);
}
.wdt-registration-form .goat-custom-auth-sc-border-title h2{
font-size: var(--wdtFontSize_H4);
}
}



/* After Registration */

.mu_register{
width: 100%;
margin: 0 auto;
max-width: 600px;
padding: 50px;
background: var(--wdtTertiaryColor);
box-shadow: 0 0;
border-radius: var(--wdtRadius_3X);
}
.mu_register .error { border-radius: var(--wdtRadius_2X); }
.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;
border-radius: var(--wdtRadius_Part);
}
.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);
}
.wdt-custom-auth-form .mu_register {
    margin-bottom: clamp(3.125rem, 2.1154rem + 4.4872vw, 7.5rem);
}

@media screen and (max-width: 479px){
.goat-pro-login-form-container .goat-pro-login-form .goat-pro-login-form-wrapper {
padding: 20px;
margin: 0 15px;
width: calc(100% - 30px);
}
.mu_register{
padding: 30px;
}
}


@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; } }

/* Google Svg Color */

path.google-color-1{ fill: #ea4e42; }
path.google-color-2{ fill: #f9bf15; }
path.google-color-3{ fill: #3ca95a; }
path.google-color-4{ fill: #4888f4; }

/* For Header & Footer After Registration */

.wdt-custom-auth-form .elementor-section.elementor-section-boxed > .elementor-container { max-width: 1720px; }
.wdt-custom-auth-form #header,
.wdt-custom-auth-form #footer { background-color: var(--wdtSecondaryColor); }