.btn-primary, .btn-facebook {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  margin: 1em 0;
  padding: .525em .5em;
  text-align: center;
  text-decoration: none;
  white-space: normal; }

.sr-only {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.btn-primary {
  background: #82AA13;
  border: 3px solid #82AA13;
  color: #fff; }
  .btn-primary:hover, .btn-primary:focus {
    background: #97BF27;
    border-color: #97BF27; }
  .btn-primary:active {
    background: #779C11;
    border-color: #779C11; }

.btn-facebook {
  background: #496BAC;
  border: 3px solid #496BAC;
  color: #fff;
  display: block;
  line-height: normal;
  padding-left: 0;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-shadow: 0 -1px 0 #2d4a83;
  width: 100%; }
  .btn-facebook:hover, .btn-facebook:focus {
    background: #5B7DBF;
    border-color: #5B7DBF; }
  .btn-facebook:active {
    background: #335391;
    border-color: #335391; }
  .btn-facebook::before {
    background: url(../../../images/tlnMasters/icon-facebook-connect.png) no-repeat;
    background-image: url(../../../images/tlnMasters/icon-facebook-connect.svg);
    background-size: contain;
    content: '';
    display: inline-block;
    height: 60%;
    padding-left: 1.25em;
    position: absolute;
    top: 20%;
    left: 1.25em; }
  .btn-facebook span {
    border-left: 1px solid #2d4a83;
    box-shadow: inset 1px 0 0 #6580b7;
    display: inline-block;
    margin-left: 3em;
    padding: 0 1em; }

form {
  display: block;
  margin: 0 auto;
  text-align: left; }
  form .btn-primary {
    font-size: 1.22em;
    display: block;
    width: 100%; }

label {
  display: block;
  margin-bottom: 1em;
  position: relative; }

input {
  color: #5f452a;
  font-size: inherit; }
  input[type="text"], input[type="password"] {
    background: #fff;
    border: 3px solid #779C11;
    border-radius: 3px;
    padding: .775em;
    width: 100%; }
    input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder {
      color: rgba(95, 69, 42, 0.46); }
    input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder {
      color: rgba(95, 69, 42, 0.46); }
    input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder {
      color: rgba(95, 69, 42, 0.46); }
    input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder {
      color: rgba(95, 69, 42, 0.46); }
    input[type="text"]:focus, input[type="password"]:focus, input[type="text"]:active, input[type="password"]:active {
      border-color: #427730; }
    input[type="text"].input-validation-error, input.input-validation-error[type="password"] {
      border-color: #bb2d2a; }
    input[type="text"]:-webkit-autofill, input[type="password"]:-webkit-autofill {
      -webkit-text-fill-color: #5f452a;
      -webkit-box-shadow: 0 0 0px 1000px #fefcf1 inset; }
  input[type="checkbox"], input[type="checkbox"] + [type="hidden"] {
    display: none; }
    input[type="checkbox"] + span, input[type="checkbox"] + [type="hidden"] + span {
      cursor: pointer;
      display: inline-block;
      padding: .5em 0 .5em 2.5em;
      position: relative;
      min-height: 25px; }
      input[type="checkbox"] + span::before, input[type="checkbox"] + [type="hidden"] + span::before {
        -webkit-transition: all 0.35s;
        -moz-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        background: url("../images/ui/checkbox.png") center center no-repeat;
        background-size: contain;
        content: "";
        display: inline-block;
        height: 25px;
        left: 0;
        position: absolute;
        width: 25px; }
      input[type="checkbox"] + span + span, input[type="checkbox"] + [type="hidden"] + span + span {
        display: block; }
    input[type="checkbox"]:checked ~ span:before, input[type="checkbox"] .checked ~ span:before, input[type="checkbox"] + [type="hidden"]:checked ~ span:before, input[type="checkbox"] + [type="hidden"] .checked ~ span:before {
      background: url("../images/ui/checkbox-select.png") center center no-repeat; }
  input[type="radio"] {
    visibility: hidden; }
    input[type="radio"] + span {
      cursor: pointer;
      display: inline-block;
      padding: .5em 0 .5em 2.5em;
      position: relative;
      min-height: 25px; }
      input[type="radio"] + span::before {
        -webkit-transition: all 0.35s;
        -moz-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        background: url("../images/ui/radio.png") center center no-repeat;
        background-size: contain;
        content: "";
        display: inline-block;
        height: 25px;
        left: 0;
        position: absolute;
        top: .15em;
        width: 25px; }
    input[type="radio"]:checked ~ span:before, input[type="radio"] .checked ~ span:before {
      background: url("../images/ui/radio-select.png") center center no-repeat; }

.btn-primary, .btn-facebook {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  margin: 1em 0;
  padding: .525em .5em;
  text-align: center;
  text-decoration: none;
  white-space: normal; }

/* ----------------------------------
    Buttons
   ---------------------------------- */
.btn, .btn-primary, .btn-secondary, .btn-tertiary, .btn-danger {
  color: #fff; }

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  font-weight: bold;
  padding: 0.5em 1.5em;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .btn:hover {
    border-bottom-color: transparent; }
  .btn[disabled] {
    cursor: default;
    opacity: .5; }

.btn-primary {
  background-color: #779C11; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #97BF27; }
  .btn-primary:active {
    background-color: #6C8E10; }
  .btn-primary[disabled]:hover, .btn-primary[disabled]:active {
    background: #779C11; }

.btn-secondary {
  background-color: #9aae56; }
  .btn-secondary:hover, .btn-secondary:focus {
    background-color: #88994c; }
  .btn-secondary:active {
    background-color: #88994c; }
  .btn-secondary[disabled]:hover, .btn-secondary[disabled]:active {
    background: #9aae56; }

.btn-tertiary {
  background-color: #e9d4b8; }
  .btn-tertiary:hover, .btn-tertiary:focus {
    background-color: #cebba2; }
  .btn-tertiary:active {
    background-color: #cebba2; }
  .btn-tertiary[disabled]:hover, .btn-tertiary[disabled]:active {
    background: #e9d4b8; }

.btn-danger {
  background-color: #bb2d2a; }
  .btn-danger:hover, .btn-danger:focus {
    background-color: #a52725; }
  .btn-danger:active {
    background-color: #a52725; }
  .btn-danger[disabled]:hover, .btn-danger[disabled]:active {
    background: #bb2d2a; }

body {
  font: 16px/1.6 "Noto Sans", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

header {
  margin-bottom: 0; }

h1 {
  color: #4a4e52;
  font-size: 1.25em;
  margin-top: 0; }

.btn {
  font-weight: normal;
  font-size: 1.22em;
  line-height: 1.2;
  display: block;
  width: 100%; }
  .btn:hover, .btn:active, .btn:focus {
    color: #fff;
    text-decoration: none; }

.btn-facebook:hover, .btn-facebook:active, .btn-facebook:focus {
  color: #fff; }
.btn-facebook:visited {
  color: #fff; }

.disclaimer {
  color: #75777d;
  font-size: .875rem;
  text-align: center; }

.divider {
  display: table;
  font-size: 1.25em;
  font-weight: bold;
  margin: 1em auto;
  padding-top: .5em;
  text-align: center;
  width: 100%; }
  .divider span {
    color: #4a4e52;
    display: table-cell;
    line-height: 1;
    padding: 0 .5em;
    position: relative;
    top: -.6em;
    vertical-align: middle;
    white-space: nowrap; }
  .divider::before, .divider::after {
    border-top: 1px solid #fbf9f6;
    box-shadow: 0 -1px 0 #cab9a7;
    content: '';
    display: table-cell;
    width: 50%; }

.main {
  padding: 1.5em 0; }
  .main > div {
    border-radius: 3px; }
    .main > div::after {
      clear: both;
      content: '';
      display: table; }
    @media screen and (min-width: 1000px) {
      .main > div {
        background-color: #efe7db;
        padding: 2.5em 0; } }

section {
  background-color: #efe7db;
  border-radius: 3px;
  padding: 1.5em; }
  section + section {
    margin-top: 1.5em; }
  @media screen and (min-width: 1000px) {
    section {
      background: none;
      border-radius: 0;
      float: left;
      padding: 0 5%;
      width: 50%; }
      section:first-child {
        border-right: 1px solid #cab9a7;
        box-shadow: 1px 0 0 #fbf9f6;
        border-right: 1px solid #cab9a7;
        box-shadow: 1px 0 0 #fbf9f6; } }

.login input[type="text"], .login input[type="password"], .login input[type="password"] {
  color: #4a4a4a;
  border: none;
  margin: .5em 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(181, 175, 167, 0.75);
  -moz-box-shadow: inset 0 1px 0 rgba(181, 175, 167, 0.75);
  box-shadow: inset 0 1px 0 rgba(181, 175, 167, 0.75); }
  .login input[type="text"]:-webkit-autofill, .login input[type="password"]:-webkit-autofill, .login input[type="password"]:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px #fff inset;
    -webkit-text-fill-color: currentColor; }

.signup p {
  margin-top: 0; }
@media screen and (min-width: 1000px) {
  .signup div {
    background-color: #f7f1e9;
    border-radius: 3px;
    text-align: center;
    padding: 1.15em; }
  .signup .btn-primary {
    margin: 0; } }

.g-recaptcha {
  margin-top: .5em; }

.validation-summary-errors {
  color: inherit; }
  .validation-summary-errors ul {
    list-style-type: none; }
  .validation-summary-errors li + li {
    margin-top: .5em; }
  .validation-summary-errors a {
    font-weight: bold; }
    .validation-summary-errors a:hover {
      text-decoration: none; }

/*# sourceMappingURL=login.css.map */
