body{

margin:0;

font-family:Arial,sans-serif;

background:#F8FAFC;

display:flex;

justify-content:center;

align-items:center;

height:100vh;

}

.container{

width:400px;

background:white;

padding:40px;

border-radius:30px;

box-shadow:0 10px 30px rgba(0,0,0,0.1);

text-align:center;

}

.brand{

display:flex;

justify-content:center;

align-items:center;

gap:12px;

margin-bottom:25px;

}

.logo{

width:55px;

height:55px;

}

.brand h1{

margin:0;

font-size:32px;

}

h2{

margin-bottom:10px;

}

p{

color:#666;

margin-bottom:30px;

}

input{

width:100%;

padding:15px;

margin-bottom:15px;

border:1px solid #ddd;

border-radius:15px;

box-sizing:border-box;

font-size:16px;

}

.continue-btn{

width:100%;

padding:15px;

border:none;

border-radius:20px;

background:#27d4d4;

color:white;

font-size:16px;

cursor:pointer;

}

.divider{

margin:25px 0;

color:#888;

}

.social-btn{

width:100%;

padding:15px;

margin-bottom:15px;

border:1px solid #ddd;

border-radius:20px;

background:white;

font-size:16px;

cursor:pointer;

}

.signup{

margin-top:25px;

}

.signup a{

text-decoration:none;

font-weight:bold;

color:#27d4d4;

}

@media (max-width:768px){

.container{

width:85%;

padding:30px;

}

.brand h1{

font-size:26px;

}

}
@media (max-width: 768px){

.header{

flex-direction: column;

padding: 20px;

gap: 20px;

}

nav{

flex-wrap: wrap;

justify-content: center;

gap: 15px;

}

.hero{

flex-direction: column;

margin: 20px;

padding: 30px;

text-align: center;

}

.hero-left{

width: 100%;

}

.hero-right{

width: 100%;

margin-top: 30px;

}

.hero h2{

font-size: 40px;

}

.hero p{

font-size: 18px;

}

.dashboard{

width: 100%;

height: 250px;

font-size: 24px;

}

.hero-buttons{

justify-content: center;

flex-wrap: wrap;

}

.services-container{

flex-direction: column;

align-items: center;

}

.service-card{

width: 85%;

}

.steps{

flex-direction: column;

align-items: center;

}

.step{

width: 85%;

}

.socials{

flex-wrap: wrap;

}

}
.login-container{

position:relative;

}

.lang-btn{

position:absolute;

top:10px;

right:20px;

display:flex;

align-items:center;

gap:6px;

padding:8px 12px;

border:none;

border-radius:8px;

cursor:pointer;

background:lightgray;

font-size:14px;

}