body { align-items: center; min-width: 450px; } .logo { margin-top: 15vh; } h1 { font-family: Roboto, sans-serif; font-size: 32px; color: #9e9e9e; /* Google Gray */ } form { display: flex; flex-direction: column; width: 350px; } form label { flex: 1; margin-top: 1ex; } .grecaptcha-badge { margin-bottom: 5vh; } .matter-button-contained { margin-top: 2ex; font-weight : bold; } .message { margin-top: 2ex; border-radius: 5px; padding: 20px; } .success { background-color: #dff0d8; color: #3b773d; border: thin solid #d7e9c6; } .failure { background-color: #f2dede; color: #a94442; border: thin solid #ebccd1; } .in-devsite .logo, .in-devsite footer { display: none; }