

.center .header{
    font-size: 28px;
    font-weight: bold;
    color: white;
    padding: 20px 0 25px 20px;
    background: #35cc74;
    border-bottom: 1px solid #370e3f;
    border-radius: 5px 5px 0 0;
}
form input{
    height: 50px;
    width: 80%;
    padding: 0 10px;
    border-radius: 3px;
    border: 1px solid rgb(37, 34, 34);
    font-size: 18px;
    outline: none;
}
form input[type="password"]{
    margin-top: 20px;
    border: 1px solid rgb(12, 12, 12);
}
form input[type="text"]{
    margin-top: 20px;
    border: 1px solid rgb(12, 12, 12);
}
form i{
    position: absolute;
    font-size: 25px;
    color: grey;
    margin:15px 0 0 -45px;
}
form input[type="submit"]{
margin-top: 40px;
margin-bottom: 40px;
width: 130px;
height: 45px;
color: white;
cursor: pointer;
line-height: 45px;
border-radius: 45px;
border-radius: 5px;
background: #5c1769;
text-align: center;
}
form a {
   text-decoration: none;
   font-size: 18px;
   color: #7f2092; 
   padding: 0 0 0 20px;
}