.auth-screen, .auth-success-screen class

img

Authentication screen.

The following illustrations show:

  1. The .auth-screen style before applying CSS changes.

  2. The .auth-screen style after the background-color property has been changed to orange.

Default CSSModified CSS
imgimg
.auth-screen, .auth-success-screen {<br /> max-width: 300px;<br /> margin: 0 auto;<br />}.auth-screen, .auth-success-screen {<br /> max-width: 300px;<br /> margin: 0 auto;<br /> background-color: orange;<br />}