input {
    font-size: 100%;
}
input[type="Submit"] {
    background: #E2097D;
    padding: 4px 4px;
    border: #E2097D !important;
    color: white;
}
input[type="Submit"]:hover{
    color: #ffed00;
}
input[type="Password"]:focus{
    color: #E2097D;
}