﻿body {
  margin: 41px 0;
  font-family: 'Open Sans';
  background-color: #F2F2F2;
  text-align: center;
  color: #4A4A4A;
}
#pagecontainer {
  margin: 0 auto;
  display: block;
  text-align: center;
  background-color: #fff;
  border: 1px solid #bbb;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.321445);
  border-radius: 4px;
  max-width: 416px;
  padding: 50px 32px 40px 32px;
}
#pagecontainer #header {
  padding-bottom: 38px;
}
#pagecontainer a {
  color: #0B8753;
  font-weight: bold;
}
#footer {
  color: #767676;
  margin: 0 auto;
  display: block;
  text-align: center;
  line-height: 19px;
  font-size: 12px;
  max-width: 416px;
  padding: 41px 32px;
}
#footer a,
#footer a:active,
#footer a:visited,
#footer a:hover {
  color: #767676;
}
#footer a + a {
  padding-left: 26px;
}
input {
  border: 1px solid #BBBBBB;
  box-sizing: border-box;
  border-radius: 5px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  font-size: 16px;
  color: #909090;
  width: 100%;
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  outline-color: transparent !important;
  outline-style: none !important;
  box-shadow: none !important;
  padding: 21px 18px;
}
.btn-clear {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.btn {
  width: 100%;
  font-size: 20px;
  line-height: 23px;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
  background-color: #00BD78;
  border: 0;
  text-shadow: 0px 0px 1px #0F8058;
  color: #fff;
  cursor: pointer;
}
a,
a:active,
a:visited,
a:hover {
  color: #145E73;
  text-decoration: none;
}
h2 {
  font-weight: 300;
  line-height: 30px;
  font-size: 22px;
}
h3 {
  line-height: 19px;
  font-size: 14px;
}
h2 + h3 {
  margin-top: 2px;
}
.form-group + .form-group {
  padding-top: 24px;
}
.form-group-rel {
  padding-top: 8px;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clear {
  clear: both;
}
.instruction {
  margin-bottom: 16px;
}
.alert {
  background: #F9F9F9;
  border: 1px solid #D1D1D1;
  border-radius: 5px;
  padding: 8px;
  font-weight: 600;
  line-height: 18px;
  font-size: 13px;
  color: #676767;
}
.alert-danger {
  color: #D50300;
  border: 0;
  background: #fff;
  line-height: 16px;
  font-size: 14px;
  mix-blend-mode: normal;
  opacity: 0.65;
}
.fa-user-circle {
  color: #00BD78;
}
.fa-text-right {
  padding-right: 6px;
}
#login-cancel {
  color: #A1A5AA !important;
}