/* Layout Defaults */
.u-padding-sides-s {
  padding-left: 1rem;
  padding-right: 1rem; }

.u-padding-s, .page-container .page-inner {
  padding: 1rem; }

.u-width-100 {
  width: 100%; }

.u-text-center {
  text-align: center; }

html, body {
  height: 100%; }

body {
  font-family: Lato, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #444444; }

.page-container {
  background-color: #3498db;
  color: #ffffff;
  height: 100%;
  width: 100%;
  overflow-x: hidden; }
  .page-container .page-inner {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }

.logo-section {
  margin-bottom: 1.2rem; }
  .logo-section .main-logo {
    width: 100%; }

.form-section .field-container {
  margin-top: 0.7rem; }

.form-section .field {
  width: 100%; }

.form-section .field-sprite {
  width: 20px;
  height: 20px;
  position: relative;
  top: 26px;
  left: 8px;
  margin-top: -20px; }

.form-section .submit {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  border: 2px solid #ffffff;
  background: #6fb615;
  color: #ffffff;
  text-indent: 0px;
  cursor: pointer;
  padding: 15px;
  border-radius: 5px;
  font-size: 1.1rem; }

.form-section .cancel {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  border: 2px solid #ffffff;
  background: #ec4832;
  color: #ffffff;
  text-indent: 0px;
  cursor: pointer;
  padding: 15px;
  border-radius: 5px;
  font-size: 1.1rem; }

.text-field {
  border: 2px solid #ffffff;
  background-color: #ffffff;
  color: #1477aa;
  padding: 6px 0px 6px 40px;
  border-radius: 5px;
  background-clip: padding-box; }

.message-box {
  background: #ffffff;
  padding: 15px;
  border: 2px solid #ec4832;
  border-radius: 5px;
  position: relative;
  color: #242424;
  text-align: center;
  box-sizing: border-box; }
  .message-box .success-header {
    color: #9bb679; }
  .message-box .error-header {
    color: #ec4832; }
  .message-box.-success {
    border: solid 2px #9bb679; }
  .message-box.-error {
    border: solid 2px #ec4832; }

.scopes-list-section ul {
  text-align: center; }
  .scopes-list-section ul li {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    display: inline-block;
    background-color: #c2c2c2;
    border: solid 2px #ffffff;
    padding: 5px;
    margin-right: 10px;
    text-transform: capitalize; }

