input {
  font-size: 20pt;
}

.flashes .notice {
  padding: 15px;
  position: relative;
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: left;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  font-size: 16px;
  border: 1px solid #abd2b2;
  background: #cbead1;
  color: #14461b;
}

.flashes .alert {
  padding: 15px;
  position: relative;
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: left;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  font-size: 16px;
  border: 1px solid #ffebac;
  background: #fff1c2;
  color: #725208;
}

.flashes .error {
  padding: 15px;
  position: relative;
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: left;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  font-size: 16px;
  border: 1px solid #f0b8bf;
  background: #f6ccd1;
  color: #61151e;
}

input {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  padding: 5px;
}

input[type="submit"] {
  background: #abf;
  border-color: #8ac;
}

label {
  display: block;
}

.provider {
  margin-top: 1.5em;
}

.recent {
  background: #eee;
  padding: 10px;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.button {
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  background-color: #3498db;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  text-indent: 0;
  border: 1px solid #3498db;
  display: inline-block;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: normal;
  font-style: normal;
  height: 48px;
  line-height: 48px;
  width: 100%;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  padding: 0;
  margin: 0.25em 0;
}

.button:hover {
  background-color: #55b8fa;
}

.button:active {
  position: relative;
  top: 1px;
}

.buttonIcon {
  float: left;
  width: 44px;
  border-radius: 4px 0 0 4px;
  background-color: #fff;
  color: #55b8fa;
  text-align: center;
  box-sizing: border-box;
}

h4.divider {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 10px 0;
  grid-gap: 10px;
  color: #ccc;
  font-weight: normal;
  margin: 1.5em 0;
  text-transform: uppercase;
}

h4.divider:after,
h4.divider:before {
  content: " ";
  display: block;
  border-bottom: 1px solid #ccc;
}

.loginOptions {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}

.loginHeader {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 250px;
  margin-bottom: 2em;
}

.loginForm {
  font-size: 1.25em;
  width: 100%;
  border-radius: 5px;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  background-color: #e9e9e9;
  border: none;
  border-bottom: 1px solid #acacac;
}

.invisible {
  display: none;
}
