}
.input-box{
margin-bottom:20px;
}
.input-box input{
width:100%;
padding:14px;
border:2px solid #d9e8ff;
border-radius:10px;
outline:none;
font-size:16px;
}
.input-box input:focus{
border-color:#0a84ff;
}
button{
width:100%;
padding:14px;
border:none;
border-radius:30px;
background:#022c6d;
color:#fff;
font-size:18px;
cursor:pointer;
transition:0.3s;
}
button:hover{
background:#0a84ff;
}
.bottom-text{
text-align:center;
margin-top:20px;
color:#555;
}
.bottom-text a{
color:#0a84ff;
text-decoration:none;
}
Create Account
Already have an account?
Login