       body{
font-family: 'Times New Roman', Times, serif;}
        #capital {
width:100%;
display: block;
font-size: 1.3rem;
text-align: center;
font-weight: bold;
}
        input[name="account"], input[name="password"] {width: 85%;height: 2em;font-size: 1em;margin-top: 0.5em;margin-bottom: 0.5em;color: lightslategrey}
        #submit {width: 50%;border-radius: 0.5em;height: 2.5em;background: #ff961e;border: 0px;font-size: 1rem;cursor: pointer;color:black;}
        #wrong{color: red;}
        form{text-align: center;}