html, body { font-size: 16px; } body { background: #fff none repeat scroll 0 0; color: #222; cursor: auto; font-family: "Open Sans",sans-serif; font-style: normal; font-weight: normal; line-height: 24px; margin: 0; padding: 0; position: relative; } /* @media screen and (max-width: 500px) { */ html { background: none; } div#wrap, div#content { margin: 0px; padding: 0px; border: 0px; border-radius: 0px; box-shadow: none; } div#wrap { margin: 0px auto; width: 300px; } /* hide unneeded elements */ div#wrap > a, #splash, #footer, ul.ui-tabs-nav, div#user, input[type=submit][name=cancel] { display: none; } /* } */ input:not([type=submit]) { width: calc(100% - 12px); margin-left: 0px; } input[type=submit] { background-color: #e01f2c; border: 0 none; font-family: "Open Sans",sans-serif; font-size: 16px; text-transform: uppercase; margin-top: 1rem; border-radius: 4px; padding: 1rem 2rem 1.0625rem; position: relative; text-align: center; text-decoration: none; transition: background-color 300ms ease-out 0s; font-weight: 400; } input[type=submit][name=login-password-submit] { width: calc(50% - 7px); margin-right: 10px; } input[type=submit][name=cancel] { width: calc(50% - 7px); } p { font-family: inherit; font-size: 1rem; font-weight: normal; line-height: 1.6; margin-bottom: 1.25rem; text-rendering: optimizelegibility; } * { color: black; font-family: "Open Sans",sans-serif; font-size: 0.875rem; font-style: normal; font-weight: normal; }