/* this also applies to network */ .CustomInput { width: 83%; height: 50px; background-color: #2d4059; border: none; border-radius: 10px; padding: 10px; color: #eeeeee; font-size: 15pt; } .CustomInput:focus { outline: none; } .CustomInput:invalid { outline: solid #ff225b; } code { font-size: 15pt; }