*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Arial, sans-serif;
}

body{
background:#ffffff;
min-height:100vh;
}

.page{
width:100%;
min-height:100vh;
display:flex;
justify-content:center;
align-items:center;
padding:30px;
}

.login-container{
width:100%;
max-width:420px;
}

.logo-row{
display:flex;
align-items:center;
justify-content:center;
gap:15px;
margin-bottom:30px;
}

.logo-box{
width:70px;
height:70px;
border-radius:18px;
background:linear-gradient(135deg,#1d4ed8,#3b82f6);
display:flex;
justify-content:center;
align-items:center;
color:white;
font-size:42px;
font-weight:bold;
}

.logo-text{
font-size:48px;
font-weight:700;
color:#000;
}

.welcome-text{
text-align:center;
font-size:42px;
font-weight:700;
margin-bottom:10px;
color:#000;
}

.sub-text{
text-align:center;
font-size:20px;
color:#555;
margin-bottom:45px;
}

.label{
font-size:20px;
font-weight:700;
margin-bottom:12px;
display:block;
color:#000;
}

.input-box{
width:100%;
height:70px;
border:2px solid #e5e5e5;
border-radius:18px;
padding:0 20px;
font-size:26px;
outline:none;
margin-bottom:18px;
}

.info-text{
font-size:18px;
color:#555;
margin-bottom:35px;
text-align:center;
}

.main-btn{
width:100%;
height:70px;
border:none;
border-radius:18px;
background:linear-gradient(90deg,#1d4ed8,#3b82f6);
color:white;
font-size:28px;
font-weight:700;
cursor:pointer;
margin-bottom:35px;
}

.divider{
display:flex;
align-items:center;
gap:15px;
margin-bottom:35px;
}

.line{
flex:1;
height:1px;
background:#ddd;
}

.or-text{
font-size:22px;
color:#777;
}

.email-btn{
width:100%;
height:70px;
border:2px solid #e5e5e5;
border-radius:18px;
background:white;
font-size:28px;
font-weight:700;
cursor:pointer;
margin-bottom:35px;
}

.signup-text{
text-align:center;
font-size:20px;
margin-bottom:30px;
}

.signup-text span{
color:#2563eb;
font-weight:700;
}

.email-section{
margin-top:10px;
}

.hidden{
display:none;
}
.otp-page{
width:100%;
min-height:100vh;
background:white;
display:none;
justify-content:center;
align-items:center;
padding:30px;
}

.otp-container{
width:100%;
max-width:420px;
text-align:center;
}

.otp-title{
font-size:42px;
font-weight:700;
margin-bottom:20px;
color:#000;
}

.otp-subtext{
font-size:16px;
color:#555;
margin-bottom:12px;
}

.otp-number{
font-size:20px;
font-weight:700;
color:#2563eb;
margin-bottom:60px;
}

.otp-boxes{
display:flex;
justify-content:center;
gap:12px;
margin-bottom:45px;
}

.otp-input{
width:52px;
height:65px;
border:2px solid #dcdcdc;
border-radius:12px;
text-align:center;
font-size:30px;
font-weight:700;
outline:none;
}

.resend-text{
font-size:20px;
color:#777;
margin-bottom:120px;
}

.verify-btn{
width:100%;
height:70px;
border:none;
border-radius:18px;
background:linear-gradient(90deg,#1d4ed8,#3b82f6);
color:white;
font-size:28px;
font-weight:700;
cursor:pointer;
margin-bottom:80px;
}

.secure-text{
font-size:18px;
color:#777;
display:flex;
justify-content:center;
align-items:center;
gap:8px;
}