*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Arial,sans-serif;
}

body{
background:#f36c21;
}

.top-banner{
height:3px;
background:#000;
}

.container{
max-width:420px;
margin:auto;
padding:20px;
text-align:center;
}

.logo-box{
width:250px;
margin:20px auto;
background:#fff;
padding:20px;
border-radius:60px;
}

.logo-box img{
width:100%;
}

.title{
font-size:38px;
font-weight:700;
color:#fff;
margin-bottom:25px;
}

.input-box{
width:100%;
height:60px;
padding:0 15px;
font-size:18px;
border-radius:10px;
border:2px solid #cfcfcf;
outline:none;
margin-bottom:18px;
background:#f5f5f5;
}

.password-wrap{
position:relative;
}

.eye{
position:absolute;
right:18px;
top:18px;
font-size:24px;
cursor:pointer;
}

.register-btn{
width:100%;
height:60px;
border:none;
background:#d7262e;
color:#fff;
font-size:22px;
font-weight:bold;
border-radius:10px;
cursor:pointer;
margin-top:20px;
}

.login-btn{
display:inline-block;
margin-top:35px;
padding:18px 50px;
background:#18c58b;
color:#fff;
text-decoration:none;
font-size:22px;
font-weight:bold;
border-radius:40px;
box-shadow:0 8px 20px rgba(0,0,0,.25);
}

.bangla{
margin-top:35px;
color:#fff;
font-size:20px;
font-weight:600;
}

.support{
margin-top:60px;
color:#fff;
}

.support-line{
height:2px;
background:rgba(255,255,255,.4);
margin-bottom:20px;
}

.whatsapp-icon{
font-size:50px;
margin-bottom:10px;
}

.support h2{
font-size:20px;
font-weight:400;
}