@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&amp;family=Rajdhani:wght@300;400;500;600;700&amp;family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&amp;display=swap');



/* variables */
:root
{
    --primary-color:  #3D3B3E;
    --secondary-color: rgb(247, 144, 49);
    --field-text-color:rgb(62, 63, 94);
    --bg-color: rgb(255,255,255);
    --heading-color: rgb(255,255,255);
    --text-color: rgb(48, 47, 69);
    --label-color: rgb(175, 176, 192);
    --border-color: rgb(222, 222, 234);

}

body
{
    font-family: 'Rajdhani', sans-serif;
    width: 100%;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    margin: 0;



}
.ls-bg
{
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden;
    left: 0;

}
.ls-bg-inner
{
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
}



main
{
    position: relative;
    z-index: 10000;
    min-height: 100vh;
}
main::after
{
    content: "";
    position: absolute;
    height: 100vh;
    top: 0;
    right: -15%;
    width: 50%;
    z-index: 0;
    clip-path: circle(70% at 80% 50%);

}

.main-login{

    display: flex
    ;
        align-content: center;
        justify-content: center;
        align-items: center;
}
.wrapper
{
    width: 50%;
    height: auto;

}
.main-inner
{
    position: relative;
    height: 100vh;
}


.logo
{
    display: flex;
    align-items: center;
    height: auto;
    position: relative;
    z-index: 10;
}
.logo-icon
{
    width: auto;
    margin-top: 44px;
    margin-left: 61px;
}
.logo-icon img
{
    width: 100%;
}
.logo-text
{
    font-size: 37px;
    color: var(--heading-color);
    font-weight: bold;
    margin-left: 8px;
}


.logo-bottom {
    position: absolute;
    bottom: 93px;
    left: 93%;
    transform: translateX(-50%);
}

.logo-bottom img {
    width: 140px;
}
.p-relate
{
    position: relative;
    height: 100%;
}



.side-text
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28%;

}
.side-text *
{
    margin: 0;
}
.side-text span
{
    font-size: 24px;
    color: var(--heading-color);
    text-transform: uppercase;
    display: block;
    line-height: 0.5;
    line-height: 26px;
}

.main-heading
{
    font-size: 104px;
    font-family: "Titillium Web";
    color: var(--heading-color);
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1;
}
.side-text p
{
    font-size: 18px;
    color: var(--heading-color);
}

.logSign
{
    display: flex;
    width: 80%;
    height: auto;
    border: solid 1px var(--bg-color);
    border-radius: 12px;
    overflow: hidden;
    margin-top: 50px;
}
.logSign button
{
    background-color: transparent;
    min-width: 50%;
    height: 54px;
    border: 0;
    transition: 0.4s;
    font-size: 20px;
    color: var(--heading-color);
    font-weight: bold;
    position: relative;
    z-index: 1;
}
.logSign button.active
{
    color: var(--field-text-color);
}
.logSign button.active:before
{
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--bg-color);
    color: var(--field-text-color);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.form
{
    border-radius: 12px;
    /* background-color: transparent;
    box-shadow: 0px 0px 60px 0px rgba(94, 92, 154, 0.12); */

    min-height: 500px;
    width: 65%;
    margin-top: 14px;


}

.overflow-hidden{
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.form-title
{
    color: white;
    font-size: 28.32px;
    font-family: Helvetica Neue;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24.24px;
    word-wrap: break-word ;

}

.subtitle
{
    color: white;
    font-size: 17px;
    font-family: Helvetica Neue;
    font-weight: 400;
    line-height: 27.51px;
    word-wrap: break-word ;
    margin-top: 6px;

}


.max{
    color: #F16F01;
font-size: 28.32px;
font-family: Helvetica Neue;
font-weight: 700;
text-transform: uppercase;
}

.input-field {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    background-color: #3D3B3E;
    border-radius: 42px;
    overflow: hidden;
    height: 52px;


}

.input-field .icon {
    font-size: 20px;
    color: #fff;
    position: absolute;
    right: 15px;
    color: #fff;
    font-size: 18px;
    pointer-events: none;
}

.input-field .iconpwd {
    font-size: 20px;
    color: #fff;
    position: absolute;
    right: 60px;
    display: none;
    
}



.input-field input {
    border: none;
    padding-right: 40px;
    flex-grow: 1;
    height: 100%;
    padding: 0 15px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: transparent;
}

.input-field input:focus {
    outline: none;
    border-color: var(--secondary-color);
}

.input-field label {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #fff;
    transition: 0.3s;
    pointer-events: none;
}

.input-field:focus-within label
{
    transform: translatey(-24px);
    font-size: 15px !important;

}
.input-field input:valid+label
{
    transform: translatey(-24px);
    font-size: 15px;
}
.input-field input:invalid+label
{
    font-size: 20px;
}
.rememberme
{
    display: flex
    ;
        /* align-content: center; */
        height: auto;
        margin-bottom: 30px;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: flex-end;
    }

.rememberme label
{
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    margin-left: 10px;
}
.rememberme input[type=checkbox]
{
    -webkit-appearance: none;
    border-radius: 6px;
    background-color:  #3D3B3E;
    width: 22px;
    height: 22px;
    position: relative;
    cursor: pointer;

}
.rememberme input[type=checkbox]::before
{
    content: "";
    font-family: 'Titillium Web';
    font-weight: 900;
    font-size: 18px;
    color: var(--heading-color);
    width: 100%;
    transition: 0.4s;
    height: 100%;
    position: absolute;
    text-align: center;
    line-height: 22px;

}
.rememberme input[type=checkbox]:checked::before
{
    content: '\f00c';
    font-family: "Font Awesome 5 free";
    font-size: 16px;
}
.forget
{
    font-size: 15px;
    color: var(--label-color);
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 30px;
}
.forget:hover
{
    color: var(--secondary-color);
}
.login-btn 
{
    border-radius: 29.43px;
    background-color: rgb(247, 144, 49);
 
    transition: 0.4s;
    width: 100%;
    height: 100%;

    font-size: 20px;

    border: 0;
    position: relative;
    color: var(--heading-color);
    font-weight: bold;
    overflow: hidden;
    justify-content: center;
    display: flex
;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-end;
    flex-direction: row;

   
}

.login-btn .signup
{
    background-color: var(--primary-color);
}
.login-btn ::before
{
    content: "GO!";
    font-size: 20px;
    font-weight: bold;
    background-color: var(--field-text-color);
    color: var(--heading-color);
    line-height: 54px;
    display: block;
    transition: 0.4s;
    height: 100%;
    position: absolute;
    top: 0;
    left: -65px;
    width: 65px;
}
.login-btn :hover::before
{
    left: 0;
}
.login-btn :hover
{
    padding-left: 65px;
}


.divide-heading
{

    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.divide-heading span
{
    font-size: 15px;
    color: var(--field-text-color);
    font-weight: bold;
    text-align: center;
    background-color: var(--bg-color);
    padding: 0 20px;
    width: max-content;
    margin: 0 auto;
    display: block;
}

.divide-heading::after
{
    content: "";
    position: absolute;
    width: 100%;
    background-color: rgb(234, 234, 245);
    height: 1px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 10px;
    z-index: -1;
}
.social-signup
{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    justify-content: center;
}
.social-signup a
{
    border-radius: 10px;
    background-color: var(--field-text-color);
    width: 40px;
    height: 40px;
    display: grid;
    justify-content: center;
    align-content: center;
    text-decoration: none;
    margin: 0 7px;
}
.social-signup a.facebook
{

    background-color: rgb(55, 99, 210);
}
.social-signup a.twitter
{
    background-color: rgb(26, 188, 255);
}
.social-signup a.twitch
{
    background-color: rgb(123, 93, 250);
}
.social-signup a.youtube
{
    background-color: rgb(253, 67, 79);
}
.social-signup a i
{
    color: var(--heading-color);
    font-size: 15px;

}
.register-text
{
    font-size: 14px;
    color: var(--field-text-color);
}
.register-text a
{
    color: rgb(35, 210, 226);
    text-decoration: none;
}



main .signup-form
{
    display: none;
}


.centrized{
    display: flex   ;
        justify-content: space-around;
        justify-content: center;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        align-items: center;
      
    }



.container{
    display: flex
    ;
        justify-content: center;
        align-items: center;
        display: flex
    ;
        justify-content: center;
        flex-wrap: nowrap;
        align-content: center;
        flex-direction: column;
        align-items: center;
        padding-top: 176px;
    
}









.thankyou-page .logo
{
    justify-content: center;
    margin-top: 60px;
}
.thankyou-page .logo-icon
{
    width: 55px;
    margin-right: 10px;
}
.thankyou-page .logo .logo-icon img
{
    width: 100%;
}
.thankyou-page .logo-text
{
    font-size: 65px;
}
.thankyou-page .main-inner
{
    background-image: url(../images/thankyou-bg.html) !important;
    background-color: var(--text-color-hover);

}
.thankyou-page article
{
    text-align: center;
    margin-top: 80px;
}
.thankyou-page article h1
{
    font-size: 75px;
    font-weight: bold;
    text-transform: uppercase;
}
.thankyou-page article h1 span
{
    display: block;
    font-size: 80px;
    font-weight: 900;
    color: var(--primary-color);
}
.thankyou-page article span
{
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 500;
}
.thankyou-page article p
{
    font-size: 18px;
    font-family: "Myriad Pro";
    color: var(--secondary--text-color);
    margin: 0 auto;
    margin-top: 45px;
    width: 39%;
}
.social-media
{
    text-align: center;
    margin: 40px auto;
    background-color: var(--text-color-hover);
    width: 30%;
    padding: 6px 10px;
}
.social-media a
{
    border: solid 1px rgb(244, 244, 244);
    border-radius: 5px;
    background-color: transparent;
    color: var(--secondary--text-color);
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
}
.social-media a i
{
    margin-right: 10px;
    font-size: 20px;
}
.back-home
{
    width: 188px;
    height: 63px;
    margin: 0 auto;
}
.back-home a
{
    background-color: var(--primary-color);
    border-radius: 50px;
    color: var(--text-color-hover);
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 63px;
    font-size: 17px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    border: 0;

}







#sub img
{
    width: 60px;
}

.highlight
{
    border-top: solid 3px var(--primary-color) !important;
    border-bottom: solid 3px var(--primary-color) !important;

}













#error
{
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 20;
}

.invalid
{
    border: solid 2px #ff4444 !important;
    position: relative;
}







/* Responsive styles for mobile */
@media (max-width: 768px) {
    .wrapper {
        width: auto; /* Adjust the wrapper width */
    }

    .main-inner {
        height: auto; /* Allow content to flow naturally */
    }

    .logo {
        justify-content: center;
        margin: 20px 0;
        text-align: center;
    }

    .logo-icon {
        margin: 0 auto;
    }

    .logo-text {
        font-size: 28px; /* Scale down the text */
        margin-left: 0; /* Center align */
    }

    .logo-bottom {
        position: relative;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 20px;
    }

    .side-text {
        width: 100%; /* Full width for small screens */
        text-align: center;
        margin-bottom: 20px;
    }

    .main-heading {
        font-size: 40px; /* Scale down heading for smaller screens */
        text-align: center;
    }

    .side-text span {
        font-size: 18px; /* Adjust font size */
    }

    .side-text p {
        font-size: 14px; /* Adjust paragraph font size */
    }

    .logSign {
        width: 100%;
        flex-direction: column;
        margin-top: 30px;
    }

    .logSign button {
        width: 100%;
        margin: 5px 0; /* Add spacing */
    }

    .form {
        width: 100%; /* Full width form */
        margin-top: 20px;
        padding: 20px; /* Add padding */
        box-sizing: border-box; /* Ensure consistent box model */
    }

    .input-field {
        width: 100%; /* Full width input fields */
    }

    .login-btn  {
   
        margin: 20px 0;
    }

    .rememberme {
        flex-direction: column; /* Stack elements vertically */
        align-items: center;
    }

    .social-signup {
        flex-direction: column; /* Stack icons vertically */
        gap: 10px; /* Add spacing */
    }

    .social-signup a {
        width: 50px;
        height: 50px;
    }
}
