#appLogin {
  outline: 0 transparent;
  outline-width: 0;
  box-sizing: border-box;
  background: #fff;
  font-family: Roboto, sans-serif;
  height: 100%;
  line-height: 1.75;
}

.clearfix {
  width: 100%;
}

a {
  color: #f03;
  text-decoration: none;
  cursor: pointer;
}

a:hover,  a:focus {
  color: #b30024;
}

h1 {
  font-size: 4.208726912921893rem;
}

h2 {
  font-size: 3.157334518321rem;
}

h3 {
  font-size: 2.3685930369999997rem;
}

h4 {
  font-size: 1.776889rem;
}

h5 {
  font-size: 1.333rem;
}

h6 {
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
  line-height: 1.1;
  font-weight: 700;
}

p, ul {
  margin-top: 1em;
  margin-bottom: 1em;
}

hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
  height: 0;
  margin: 0;
}

a.muted:hover {
  color: #333;
  text-decoration: none;
}

.muted {
  color: rgba(51, 51, 51, .5);
}

._left {
  float: left;
}

._right {
  float: right;
}

html, body, div, span, h1, h2, h3, h4, p, a, strong, ul, li, form, label, table, tbody, thead, tr, th, td, header, nav {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-family: Roboto, sans-serif;
}

header, nav {
  display: block;
}

ul {
  list-style: none;
}

table {
  border-spacing: 0;
}

html, button, input {
  font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 52em) {
  h1 {
    font-size: 3.157334518321rem;
  }

  h2 {
    font-size: 2.3685930369999997rem;
  }

  h3 {
    font-size: 1.776889rem;
  }

  h4 {
    font-size: 1.333rem;
  }

  h5 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 40em) {
  h1 {
    font-size: 2.3685930369999997rem;
  }

  h2 {
    font-size: 1.776889rem;
  }

  h3 {
    font-size: 1.333rem;
  }
}

p {
  line-height: 1.75;
  margin: 0 0 1rem;
}

strong {
  font-weight: 700;
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

@media screen and (max-width:64em) {
  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }
}

@media screen and (max-width:52em) {
  h1, h2, h3 {
    font-size: 1.75rem;
  }
}

label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 23.04px;
  margin-bottom: .25rem;
  text-transform: none;
  color: #333;
}

input[type=text], select {
  font-size: 16px;
  height: 42px;
  padding: 9px 12px;
}

input[type=email], input[type=password], input[type=text], select {
  font-size: 16px;
  height: 42px;
}

select.sansarweb-form__placeholder {
  color: rgba(0, 0, 0, .35);
}

textarea {
  font-size: 16px;
  height: 7rem;
  resize: none;
}

.sansarweb-form__hasError input[type=text], .sansarweb-form__hasError textarea {
  border-color: #f03;
}

input[type="email"], input[type="password"], input[type="text"] {
  width: 100%;
  font-size: 16px;
  height: 42px !important;
}

input.readonly {
  cursor: default;
  filter: alpha(opacity=50);
  opacity: .50;
}

@media (min-width:40em) {
  .sm-col-6 {
    width: 50%;
  }
}

.btn {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  background: 0 0;
  border-radius: 30px;
  border: 1px solid rgba(51, 51, 51, .35);
  color: rgba(51, 51, 51, .85);
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  height: 42px;
  line-height: 1.5;
  min-width: 120px;
  padding: 8px 30px;
  text-align: center;
  text-decoration: none!important;
  text-transform: uppercase;
  transition: .2s ease all;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.btn:hover {
  border-color: #333;
  color: #333;
  text-decoration: none;
}

.btn:disabled {
  cursor: default!important;
  filter: alpha(opacity=50);
  opacity: .5;
}

.btn.block {
  width: 100%;
  display: block;
}

.btn.btn-primary {
  background: #f03;
  border-color: transparent;
  color: #fff;
}

.btn.btn-primary:hover {
  background: #e6002e;
}

.btn.btn-primary:disabled {
  background: #333;
}

.btn.btn-secondary {
  background: #ccc;
  border-color: transparent;
  color: #fff;
}

.btn.btn-secondary:hover {
  background: #aaa;
}

.btn.btn-secondary:disabled {
  background: #333;
}

.form-row {
  margin-bottom: 32px;
}

input[type=password] {
  font-size: 16px;
  height: 42px;
}

@media screen and (max-width:52em) {
  h3 {
    font-size: 1.75rem;
  }
}

.sectionHeader {
  background-color: transparent !important;
  font-size: 1.77689rem;
  margin: 24px auto 24px;
  text-align: center;
  line-height: 1.1;
  font-weight: 700;
  color: #333;
}

.sansarInput {
  outline: 0 transparent;
  outline-width: 0;
  box-sizing: border-box;
  background-color: rgb(255, 255, 255);
  background-image: none;
  border-radius: 2px 0px 0px 2px;
  border: 1px solid rgb(208, 208, 208);
  color: rgb(51, 51, 51);
  display: block;
  font-size: 16px;
  height: 42px;
  line-height: 1.5;
  width: 100%;
}

.sansarInputRow{
  margin-bottom: 20px;
  font-size: 12px;
  text-align: left;
}

.sansarLink{
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.25;
}

.sansarSimpleTopBar{
    padding: 19px 19px 0px 19px;
}

.passwordWrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}

.sansarContent{
  font-family: sans-serif;
  text-align: center;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .5rem;
  padding-right: .5rem;
}

@media screen and (max-width: 40em) {
  .sectionHeader {
    text-align: left;
  }
}

@media screen and (max-width: 40em) {
  .sansarContent {
    padding-left: 24px;
    padding-right: 24px;
    text-align: left;
  }
}

@media screen and (max-width: 40em) {
  .nbsp {
    display: none;
  }
}
