* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Helvetica Neue', sans-serif;
    overflow-x: hidden;

}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.login-card h2{
    font-size: 36px;
    font-weight: 700;
}

.register small{
    font-size: 14px;
    font-weight: 400;
    font-family: 'Helvetica Neue', sans-serif;

}

.register a{
   
      background: #fff;
    border-radius: 30px;
    border: 1px solid #3150A0;
    color: #3150A0;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    text-decoration: none;

}

.register a:hover{
  
     background: #3150A0;
    border-radius: 30px;
    border: 1px solid #3150A0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    text-decoration: none;
} 

.login-section{
    background:#F5F3F8;
    margin-top: 100px;
   
}

.login-card{
    height:800px;
    background:#f8f8f8;
    
}

/* .password-icon{
    position:absolute;
    right:15px;
    top:50%;
    transform:translateY(-50%);
    width:18px;
    cursor:pointer;
} */

/* .form-content label{
    font-size:14px;
    font-weight:400;
  
} */

.left-side {
    flex: 1;
    max-width: 500px;
    background: #fff;
    padding: 40px;
    border-radius: 24px;
    position: relative;
    min-height: 700px;
    display: flex;
    flex-direction: column;
   
}

.back-btn {
    width: 45px;
    height: 45px;
    border-radius: 16px;
    background: #3150A0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 28px;
}

.left-side h2 {
    font-size: 28px;
    font-weight: 700;
    color: #202020;
    margin-bottom: 18px;
}

.otp-text {
    font-size: 14px;
    line-height: 1.7;
    color: #4b4b4b;
    margin-bottom: 20px;
}

.otp-inputs {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.otp-inputs input {
    width: 50px;
    height: 50px;
    border: 1.5px solid #3150A0;
    border-radius: 18px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    outline: none;
    background: #fff;
    padding-top: 8px;
}

.otp-inputs input:focus {
    border-color: #3150A0;
}

.or-text{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background:#fff;
    padding:0 12px;
    font-size:12px;
}

.resend-text {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #555;
}

.resend-text span {
    color: #3150A0;
    font-weight: 600;
}

.submit button {
    border-radius: 30px;
     border: 1px solid #3150A0;
     background: #3150A0;
     color: #fff;
     font-size: 16px;
     font-weight: 500;
     padding: 10px 20px;

}

.submit button:hover {
    border-radius: 30px;
     border: 1px solid #3150A0;
     background: #fff;
     color: #3150A0;
     font-size: 16px;
     font-weight: 500;
     padding: 10px 20px;

}

.submit a{
    text-decoration: none;
    color: #fff;
}

.submit button:hover a {
    color: #3150A0;
}

.google-btn{
    border:1px solid #999;
    background:#fff;
}

.google-btn:hover{
    border:1px solid #999;
    background:#fff;
}

.login-image{
    object-fit:cover;
    height: 800px;
}

footer{
     height:70px;
     margin: 20px 0;
     
}

.footer-content p{
    padding-left: 120px;
}
