.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 {
max-width: 300px;
margin: 0 auto;
}
.auth-screen, .auth-success-screen {
max-width: 300px;
margin: 0 auto;
background-color: orange;
}