.container{
   
    /* text-align:center; */
    
   }
body{
   
}

ul{
    margin: 0%;
    padding: 0%;
}
ul li{
    list-style: none;
    display: inline-block;
}
ul li a{
    text-decoration: none;
    color: black;
}
button {
    border: none;
    width: 100%;
    background: linear-gradient(to right, #ff4653 , #ff2368);
    height: 40px;
    border-radius: 12px;
    color: white;
}
p.forgot{
    margin-top: 5%;
    color: red;
    float:right;
}
p.register{
    margin-top: 5%;
    text-align: center;
}
i.fas.fa-phone.icon {
    height: 24px;
}