body{
    background-color: cadetblue;
}
.login{
    width: 350px;
    padding: 10px;
    border: 2px solid;
    border-radius: 10px;
}
input{
    background-color: cadetblue;
    height: 35px;
    width: 250px;
    border-bottom: 1px solid;
    border-top: none;
    border-right: none;
    border-left: none;
    outline: none;
}
a{
    text-decoration: none;
    color: blue;
}
button{
    height: 40px;
    width: 170px;
    border-radius: 5px;
    border: none;
    background-color: blue;
    color: white;
}