/*
* This file is part of the Cargobike Community Canvassing Program (CCCP).
* Copyright 2023, Brian Flowers, SlightlyCyberpunk.com
*
* CCCP is free software: you can redistribute it and/or modify it under the terms
* of the GNU Affero General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
*
* CCCP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; 
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
* PURPOSE. See the GNU Affero General Public License for more details.

* You should have received a copy of the Affero GNU General Public License along with CCCP. 
* If not, see <https://www.gnu.org/licenses/>. 
*/

body {
  color:            white;
  background-color: #300;
  text-align:       center;
  font-weight:      bold;
}

#loginPrompt {
  display:       inline-block;
  min-height:    12em;
  margin-top:    calc(25% - 7em);
  padding:       1em;
  text-align:    center;
  border:        3px solid white;
  border-radius: 1em;
}

#loginPrompt label {
  display:    block;
  margin-top: 1em;
}

#loginPrompt label, #loginPrompt input {
  font-size: 3em;
}

#loginPrompt input[type=submit] {
  display:     block;
  width:       50%;
  margin-left: 25%;
  margin-top:  0.5em;
}
