body.account{
    background: white;
    color: black;
}
.account h1{
    font-family: Montserrat-Regular;
    font-size: 24px;
    line-height: 24px;
}
.account h2{
    font-family: Montserrat-Regular;
    font-size: 20px;
    line-height: 20px;
}
.account a{
    font-weight: bolder;
}
.account .header{
    width: 379px;
}
.account hr{
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
}
.account h1{
    background: none;
    padding: 0;
}
.account input[type=text], .account input[type=password]{
    background: white;
}