html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  font-family: Roboto, Arial;
}

html * {
    box-sizing: border-box;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}


.hidden,
[hidden] {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}


.invisible {
  visibility: hidden;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}


.logo-container > a > img {
    width: 100%;
    max-width: 300px;
}

.margin-top-1 {
    margin-top: 4px;
}
.margin-top-2 {
    margin-top: 8px;
}
.margin-top-3 {
    margin-top: 12px;
}
.margin-top-4 {
    margin-top: 16px;
}
.margin-top-5 {
    margin-top: 20px;
}
.margin-top-6 {
    margin-top: 24px;
}
.margin-top-7 {
    margin-top: 28px;
}
.main-form {
    width: 100%;
}
.form-field {
    width: 100%;
}
.form-field > input {
    width: 100%;
}
.nd {
    display: none!important;
}
input[type=email], input[type=text] {
    display: block;
    padding: 6px 12px!important;
    height: 45px;
    line-height: 1.42857143;
    border-radius: 10px;
    border: 2px solid #f0f2f5;
    background: #f0f2f5;
    box-shadow: none!important;
    color: #555;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1em;
}

.button {
    display: inline-block;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    padding: 12.5px 15px;
    color: #fff;
    border: 0;
    background-color: #0277BD;
    border-radius: 24px;
    text-align: center;
    outline: 0!important;
}
.button[disabled] {
  opacity: 0.5;
}
.expired-token-warning {
    font-size: 0.8em;
}
.messages {
    min-height: 20px;
}
#success_message {
    font-size: 0.9em;
    color: #41904f;
    display: none;
}
#error_message {
    font-size: 0.9em;
    color: #a53636;
    display: none;
}
#email_invalid.visible {
    visibility: visible;
}
#success_message.visible, #error_message.visible {
    display: block;
}
#email_invalid {
    font-size: 0.8em;
    color: #a53636;
    margin-top: 2px;
    visibility: hidden;
}
.unauthorized-error-message {
    font-size: 0.8em;
    color: #424242;
}
