@font-face {
    font-family: 'TBCFONT';
    src: url('../assets/fonts/TBCContracticaCAPS-Regular.ttf') format('truetype');
}
body {
    font-family: "Readex Pro", sans-serif;
    color: #FFFFFF;
    background: #070A29;
    position: relative;
    overflow: hidden;
}
header{
    width: 100%;
}
nav{

}
.bg-1{
    width: 1500px;
    transform: translateX(-200px) rotateZ(58deg);
}
.shape{
    content: "";
    position: absolute;
    width: 2000px;
    height: 2000px;
    top: -70%;
    left: -60%;
    background: radial-gradient(34.98% 34.98% at 50% 50%, #725BDA 0%, rgba(6, 19, 45, 0) 100%);
    opacity: 0.5;
    z-index: -1;
}
.main-container{
    display: flex;
    position: relative;
    z-index: 15;
    width: 100%;
}
.left-side{
    display: flex;
    align-items: center;
    height: 100vh;
    width: 50%;
    z-index: 0;
}
.right-side{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 50%;
}
.form-box{
    height: 500px;
    width: 500px;
    background: #ffffff10;
    border: #725BDA;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
form{
    height: 80%;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
form label{
    font-family: 'TBCFONT' !important;
    font-size: 1.6rem;
}
.form-head{
    display: flex;
    text-align: center;
    flex-direction: column;
    line-height: 15px;
}
.form-head p{
    font-family: 'TBCFONT' !important;
    font-size: 14px;
}
.form-main-container{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
/* .form-main-container input{
 
} */
.login-input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    width: 342px;
    height: 72px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.048);
    border-radius: 10px;
}
.password-input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    width: 342px;
    height: 72px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.048);
    border-radius: 10px;
}
input {
    width: 311px !important;
    height: 30px !important;
    background: none;
    border: none;
    transform: translateX(8%);
    color: white;
}
input::placeholder{
    color: white;
    font-family: 'TBCFONT';
    transform: translateY();
}
input:focus {
    outline: none; 
    border: none;  
  }
.title-login{
    font-family: 'TBCFONT';
    transform: translateX(25px);
    color: #ffffff40;
}
.title-password{
    font-family: 'TBCFONT';
    transform: translateX(25px);
    color: #ffffff40;
}
.userIcon{
    position: absolute;
    transform: translateX(300px);
}
.input-title{
    position: absolute;
    transform: translateY(-20px) translateX(27px);
}
#Submit{
    transform: translateX(0);
    font-family: 'TBCFONT';
    color: white;
    width: 342px !important;
    height: 72px !important;
    background: linear-gradient(267.79deg, #6102c0 -6.38%, rgb(178 175 190 / 79%) 136.1%);
    border-radius: 10px;
    filter: drop-shadow(0 0 0.75rem #6102c0);
}
@media (max-width: 768px) {
    .main-container {
        flex-direction: column;
        align-items: center;
    }

    .left-side {
        display: none; /* Hide image section */
    }

    .right-side {
        width: 100%;
        height: auto;
        padding: 40px 20px;
    }

    .form-box {
        width: 100%;
        max-width: 400px;
        height: auto;
        padding: 20px;
    }

    .form-main-container {
        width: 100%;
        align-items: center;
    }

    input,
    .login-input,
    .password-input,
    #Submit {
        width: 100% !important;
        max-width: 100%;
    }

    .input-title {
        transform: translateY(-20px) translateX(15px);
    }

    .userIcon {
        transform: translateX(90vw); /* prevent overlapping on small screens */
    }
}
@media (max-width: 768px) {
    .left-side-bg.abs {
        position: relative;
        width: 100%;
        height: 200px;
        top: 0;
        left: 0;
        background-size: cover;
        background-position: center;
        z-index: 0;
    }

    .bg-1 {
        width: 100%;
        transform: none;
    }

    .shape {
        display: none;
    }
}
.auth-header {
    width: 100%;
    background: #0F0F2E;
    padding: 15px 30px;
    border-bottom: 2px solid #6A5ACD;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 100;
    position: relative;
}

.auth-logo {
    color: white;
    font-size: 1.5rem;
    font-family: 'con', sans-serif;
    text-decoration: none;
    font-weight: bold;
}

.auth-logo:hover {
    color: #9A6AFF;
}
