
.wdt-custom-auth-form .elementor-section.elementor-section-boxed>.elementor-container{
    max-width: 1780px;
}
.page-template.page-template-tpl-registration #main .container > .container{
    padding: 0;
}
.mykorse-custom-auth-register-alert { 
    text-align: center;
    padding: 15px;
    border: 1px solid var(--wdtBorderColor);
    border-radius: var(--wdtRadius_2X);
    margin: 10px 0;
}
.mykorse-custom-auth-register-alert:empty{
    display: none;
}

/* Registration Form */
.wdt-registration-form{
padding: 80px;
background: linear-gradient(45deg, var(--wdtTertiaryColor), var(--wdtQuaternaryColor));
width: 100%;
max-width: 650px;
border-radius: var(--wdtRadius_2X);
margin: 0 auto;
margin-bottom: 150px;
border: 1px solid var(--wdtBorderColor);
}
.wdt-registration-form form{
margin-top: clamp(1.875rem, 1.4423rem + 1.9231vw, 3.75rem);
}
.wdt-registration-form .mykorse-custom-auth-sc-border-title h2{
text-align: center;
margin-top: 0;
}
.wdt-registration-form p{
text-align: center;
}
.wdt-registration-form p strong{
font-weight: var(--wdtFontWeight_Base);
}
.wdt-registration-form form p{
text-align: left;
color: var(--wdtBodyTxtColor);
}
.wdt-registration-form form p:last-child{
text-align: center;
}
.wdt-registration-form form p a.mykorse-pro-login-link{
color: var(--wdtLinkHoverColor);
text-decoration: underline;
text-decoration-color: transparent;
}
.wdt-registration-form form p a.mykorse-pro-login-link:hover{
text-decoration-color: currentColor;
}
.wdt-registration-form form#loginform{
display: block;
}
.mykorse-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(--wdtLinkColor);
color: var(--wdtAccentTxtColor);
}
.mykorse-pro-login-form-holder #loginform p {
margin: 0 0 0 0;
}
.mykorse-pro-login-form-holder #loginform {
display: grid;
grid-template-columns: repeat(1,1fr);
justify-content: space-between;
grid-gap: 20px;
}
.wdt-registration-form input:not([type="submit"],[type="checkbox"]),
.mykorse-pro-login-form input:not([type="submit"],[type="checkbox"]){
    border: 1px solid var(--wdtBorderColor);
    border-radius: var(--wdtRadius_2X);
    margin-bottom: 20px;
}
.mykorse-pro-login-form input:not([type="submit"],[type="checkbox"]){
    margin-bottom: 0;
}
.wdt-registration-form form#loginform .select2-results__option, 
.wdt-registration-form form#loginform .select2-container.select2-container--default .select2-selection--single, 
.wdt-registration-form form#loginform .select2-container.select2-container--default .select2-selection--multiple{
    border-width: 1px;
    border-radius: var(--wdtRadius_2X) !important;
}

/* Login form */

.mykorse-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;
}
.mykorse-pro-login-form-overlay{
position: fixed;
bottom: 0;
left: 0;
right: 0;
top: 0;
z-index: 9999;
background:rgba(var(--wdtBodyBGColorRgb),1);
cursor: url(../images/Close-for-cursor.png) 25 25, auto;
}
.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-----*/
    
}
.login-form-custom-logo img {max-width: 170px;}
.mykorse-pro-login-form-holder >*:not(:last-child),
.mykorse-pro-login-form-container .mykorse-pro-login-form >*:not(:last-child) {margin-bottom: 30px;}
.mykorse-pro-login-form-container .mykorse-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: rgba(var(--wdtBodyBGColorRgb), 1);
    width: 100%;
    margin: auto;
    height: 100%;
    place-content: center;
    pointer-events: none;

}
.mykorse-pro-login-form-container .mykorse-pro-login-form .mykorse-pro-login-form-wrapper {
    padding: 70px;
    border-radius: var(--wdtRadius_2X);
    border: 1px solid var(--wdtBorderColor);
    max-width: 820px;
    height: fit-content;
    overflow-y: auto;
    max-height: calc(100vh - 2*1.5em);
    background: linear-gradient(45deg, var(--wdtTertiaryColor), var(--wdtQuaternaryColor));
    display: flex;
    flex-direction: column;
    pointer-events: all;
    cursor: default;
}
.mykorse-pro-login-form-container .mykorse-pro-login-form .mykorse-pro-title.mykorse-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-----*/
}
.mykorse-pro-login-form-container .mykorse-pro-login-form .mykorse-pro-login-form-wrapper .mykorse-pro-social-logins-container{
    order: 4;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}
.mykorse-pro-login-form-container .mykorse-pro-login-form .mykorse-pro-login-form-wrapper .mykorse-pro-social-logins-container .mykorse-pro-social-logins-divider{
    order: -1;
    width: 100%;      
}
#loginform .login-username, #loginform .login-password{
    width: 100%;
}

#loginform .login-remember{
    text-align: left;
}

#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(--wdtLinkColor);
    color: var(--wdtAccentTxtColor);
}
.mykorse-pro-social-logins-divider{
    text-align: center;
    margin: 20px 0;
}
.mykorse-pro-title.mykorse-pro-login-title h2{
    text-align: center;
    margin-top: 0;
}
.mykorse-pro-login-form-container .mykorse-pro-login-form .mykorse-pro-login-form-holder p.tpl-forget-pwd{
    margin-bottom: 0px;
}
.mykorse-pro-login-form-container .mykorse-pro-login-form .mykorse-pro-login-form-holder p.tpl-forget-pwd a{
    color: var(--wdtLinkHoverColor);
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: all 0.3s linear;
}
.mykorse-pro-login-form-container .mykorse-pro-login-form .mykorse-pro-login-form-holder p.tpl-forget-pwd a:hover{
    text-decoration-color: var(--wdtLinkHoverColor);
}

a.mykorse-pro-social-facebook-connect,
a.mykorse-pro-social-google-connect{
    width: calc(50% - 20px);
    padding: var(--wdtPadding_MiniBtn);
    display: inline-block;
    text-align: center;
    /* background: var(--wdtAccentTxtColor); */
    color: var(--wdt-elementor-color-black);
    border-radius: var(--wdtRadius_2X);
    border: 1px solid var(--wdtBorderColor);
    margin: 10px;
    font-size: var(--wdtFontSize_Base);
    font-weight: var(--wdtFontWeight_Base);
}
a.mykorse-pro-social-facebook-connect:hover,
a.mykorse-pro-social-google-connect:hover {
background-color: var(--wdtPrimaryColor);
color: rgba(var(--wdtLinkColorRgb),1);
border-color: rgba(var(--wdtPrimaryColorRgb),1);
}
a.mykorse-pro-social-facebook-connect i,
a.mykorse-pro-social-google-connect i{
margin-right: 10px;
}
.mykorse-pro-login-form-container{
margin: auto;
}

@media only screen and (max-width:1540px) {
.mykorse-pro-title.mykorse-pro-login-title h2 {font-size: var(--wdtFontSize_H3);}
.mykorse-pro-login-form #loginform {margin-top: 0;}
.mykorse-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:1281px) and (max-width: 1540px){
.mykorse-pro-login-form-container{
max-width: 1080px;
margin: auto;
}

.mykorse-pro-login-form-holder >*:not(:last-child),
.mykorse-pro-login-form-container .mykorse-pro-login-form >*:not(:last-child) {
margin-bottom: 20px;
}
}
@media screen and (min-width:1025px) and (max-width: 1280px){
.mykorse-pro-login-form-container{
max-width: 900px;
margin: auto;
}    
}
@media screen and (min-width:768px) and (max-width: 1024px){
.mykorse-pro-login-form-container{
max-width: 710px;
margin: auto;
}    
}
@media screen and (max-width: 767px){
#loginform .login-username, 
#loginform .login-password{
margin-bottom: 20px;
}
.mykorse-pro-login-form-container {overflow: scroll;}
.mykorse-pro-login-form-container .mykorse-pro-login-form .mykorse-pro-login-form-wrapper{
padding: 30px;
max-width: 420px;
margin: 0 20px;
width: calc(100% - 40px);
}
.mykorse-pro-title.mykorse-pro-login-title h2{
font-size: var(--wdtFontSize_H4);
}
.wdt-registration-form{
padding: 20px;
}
.wdt-registration-form .mykorse-custom-auth-sc-border-title h2{
font-size: var(--wdtFontSize_H3);
}
}
@media screen and (min-width:480px) and (max-width: 767px){
.mykorse-pro-login-form-container{
margin: auto;
}    
}
@media screen and (max-width: 479px){
a.mykorse-pro-social-facebook-connect, a.mykorse-pro-social-google-connect {
padding: 10px;
}
.mykorse-pro-login-form-container{
max-width: 100%;
margin: auto;
}    
.mykorse-pro-title.mykorse-pro-login-title h2{
font-size: var(--wdtFontSize_H4);
}
.wdt-registration-form .mykorse-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: linear-gradient(45deg, var(--wdtTertiaryColor), var(--wdtQuaternaryColor));
box-shadow: 0 0;
border-radius: var(--wdtRadius_2X);
border: 1px solid var(--wdtBorderColor);
}
.mu_register h2{
font-size: var(--wdtFontSize_H4);
text-align: center;
}
.mu_register form input:not([type="submit"]){
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid var(--wdtBorderColor);
    font-size: var(--wdtFontSize_Base) !important;
    border-radius: var(--wdtRadius_2X);
}
.mu_register form input:not([type="submit"]):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 .error { border-radius: var(--wdtRadius_2X); }
.mu_register form p.submit input[type="submit"]{
font-size: var(--wdtFontSize_Base);
}
@media screen and (max-width: 479px){
.mykorse-pro-login-form-container .mykorse-pro-login-form .mykorse-pro-login-form-wrapper {
padding: 20px;
margin: 0 15px;
width: calc(100% - 30px);
}
a.mykorse-pro-social-facebook-connect, 
a.mykorse-pro-social-google-connect{
    width: 100%;
    margin: 10px 0;
}

.mu_register{
padding: 30px;
}
}


@media only screen and (min-width:1281px) and (max-width:1540px) { .wdt-registration-form { margin-bottom: 120px; } }
@media only screen and (min-width:1025px) and (max-width:1280px) { .wdt-registration-form { margin-bottom: 100px; } }
@media only screen and (min-width:768px) and (max-width:1024px) { .wdt-registration-form { margin-bottom: 80px; } }
@media only screen and (min-width:480px) and (max-width:767px) { .wdt-registration-form { margin-bottom: 70px; } }
@media only screen and (max-width: 479px) { .wdt-registration-form { margin-bottom: 60px; } }