 body{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background:linear-gradient(90deg,#707070,#f5d9d9);
    text-align: center;
    margin: 100px 500px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.total{
    display: flex;
    flex-direction: column;
    background: #ffffff;
    width: 350px;
    border-radius: 15px;
    padding-bottom:30px;
    box-shadow: 10px 10px 50px #4e4e4e;
}

h2{
    font-weight: bold;
}

.icons a button{
  background: none;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 5px;
  font-weight: bold;
  cursor: pointer;  
}

p{
    color: rgb(0, 64, 255);
}

form input{
    text-align: center;
    align-items: center;
    flex-direction: column;
    border-radius: 20px;
    width: 90%;
    padding: 10px;
    margin: 10px 0;
    border: none;
    background: #eee;
}

form .Forgot{
    margin-bottom: 20px;
}

.btn button{
    margin-top: 15px;
    background: transparent;
    background: rgb(241, 37, 37);
    border-radius: 25px;
    border: 1px solid #707070;
    color: white;
    font-weight: bold;
    transition:color .5s ease-in-out;
    transition-delay: 1.2s;
}