
/* Body */

body { margin:0; background-color:var(--background-one); }
body * { box-sizing:border-box; font-family:nunito_sansregular; letter-spacing:0.0125em; color:var(--text-color); }


/* Sheet */

.sheet { position:fixed; width:100%; text-align:center; margin-top:-20px; font-family:nunito_sansregular; font-size:16px; }
.announce-sheet { z-index:998; top:-100px; height:88px; line-height:40px; padding-top:32px; }
.sheet-warning { border-bottom:1px solid var(--warning-button-border); background:var(--warning-button-background); }
.sheet-notification { border-bottom:1px solid var(--panel-border-color); background:var(--background-three); }


/* Content */

#application { position:absolute; top:0; bottom:0; right:0; left:0; background:var(--background-two); border-left:1px solid var(--application-border-color); }

div.main { position:absolute; top:calc(50% - 300px); left:calc(50% - 120px); }

div.logo { margin:0 0 8px 0; width:240px; text-align:center; }
div.logo img { margin:0 0 8px 0; max-width:200px; max-height:200px; }

input[type=text] { display:block; width:240px; height:30px; margin:0 0 8px 0; padding:2px 6px; line-height:30px; border:1px solid var(--panel-border-color); font-size:14px; }
input[type=password] { display:block; width:240px; height:30px; margin:0 0 8px 0; padding:2px 6px; line-height:30px; border:1px solid var(--panel-border-color); font-size:14px; }
input[type=submit] { display:block; margin:16px 0 0 0; padding:0 24px; width:240px; height:44px; line-height:44px; border:2px solid var(--creative-button-border); background: var(--creative-button-background); border-radius:100px; font-family:roboto_regular; font-weight:700; font-size:14px; text-transform:uppercase; text-decoration:none; color: var(--creative-button-text); cursor:pointer; }

div.error { margin-top:-10px; height:30px; line-height:30px; font-size:14px; color:var(--warning-color); text-align:center; }

div.help { position:absolute; left:0; bottom:8px; right:0; text-align:center; }
div.help p { margin:0 0 8px 0; padding:0; font-size:14px; }
