a,
a:focus,
a:hover {
  color: #f39200;
}	

html,
body {
  height: 100%;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif; 
}
body {
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: #333;
  font-size: 1.125rem;
}

.site-wrapper2 {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-color: #f9f9f9;
}

.modal-header {
  padding: .313rem 0rem .313rem 1.375rem;
  line-height: 29px;
}
.modal-title {
  font-size: 1.125rem;
  line-height: 2.438rem;
  height: 2.438rem;
  margin: 0;
  padding: 0;
  font-weight: 500;
}

.close {
  position: absolute;
  top: .688rem;
  right: 1.25rem;
  padding: 0;
  margin: 0;
}

.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
  margin-top: 5%;
}

.inner {
  padding: 30px;
}


@media (min-width: 768px) {
}

.cover {
  padding: 0 20px;
}


.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}


@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    margin-top: 50px;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 500px;
  }
}

.form-bg2 {
    background-color: rgba(255,255,255,.9);
    padding: 40px 50px;
    border-radius: 0.1em;
    box-shadow: 0 4px 8px 0 #d9d9d9;
    color: #818181;
    /*padding-bottom: 5rem;
    padding-top: 2.75rem;*/
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 2.813rem;
}

.payoff {
background-color: #ff9900;
color: #fff;
padding-bottom: 5px;
padding-top: 10px;
margin-left: 10px;
margin-right: 10px;
}

.payoff2 {
background-color: #ff9900;
padding-bottom: 5px;
padding-top: 10px;
margin-left: 10px;
margin-right: 10px;
}

body > div.site-wrapper2 > div > div > div.payoff2 > p > a {
color: #fff;
text-decoration: underline;
}

body > div.site-wrapper2 > div > div > div.payoff2 > p > a:hover {
color: #fff;
text-decoration: none;
}

.signin-form {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.signin-logo{
	padding-right: 15px;
	margin: 10px;
}

.note {
margin-top: 6px;
padding: 0 1px;
font-size: 11px;
line-height: 15px;
color: #999;
}

.state-error + em {
display: block;
margin-top: 6px;
padding: 0 1px;
font-style: normal;
font-size: 11px;
line-height: 15px;
color: #ee9393;
}

.modal-body-rec {
position: relative;
padding: 20px;
height: 310px;
}

#rec > button {
margin-top: 20px;
}

.tos {
	color: #fff;
}

.tos:hover {
	color: #fff;
}

label#captcha_CaptchaTextBoxLabel {
padding-left: 15px;
color: #818181;
}

span#captcha_ctl00 {
color: #ee9393;
}

input#captcha_CaptchaTextBox {
color: #818181;
}

p.small a {
color: #fff;
}

input#RadCaptcha1_CaptchaTextBox {
margin-bottom: 10px;
margin-top: 10px;
}

p.MsoNormal {
color: #333;
}

p.MsoListParagraphCxSpMiddle {
color: #333;
}

span {
color: #333;
}

span#RadCaptcha1_ctl00 {
color: #ee9393;
}

img#captcha_CaptchaImage {
margin-top: 10px;
margin-bottom: 10px;
}

.modal-body {
color: #333;
}

.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
    color: #ffffff;
    background-color: #f39200;
    border-color: #f39200;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #f39200;
    border-color: #f39200;
}

.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #e98c00;
    border-color: #e98c00;
}

.btn {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

input::-webkit-input-placeholder {
    background-color: #fff;
    background-image: none !important;
}

input::-moz-placeholder {
    background-color: #fff;
    /*background-color: rgb(232, 240, 254);*/
    background-image: none !important;
}

.form-control {
    display: block;
    width: 100%;
    height: 2.125rem;
    font-size: .875rem;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-clip: unset;
    border: .125rem solid #ccc;
    border-radius: .25rem;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input-group-addon,
.input-group .form-control {
    display: table-cell;
}

span.input-group-addon,
.input-group-addon {
    padding: 7px 35px 0px 12px;
    margin: 0 0 0 -1px;
    background: #fff;
    color: #333;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 0.95rem;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    background-color: #eeeeee;
    border: .125rem solid #ccc;
    border-radius: .25rem;
    border-bottom-left-radius: 0rem;
    border-top-left-radius: 0rem;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: .875rem;
    line-height: 1.42857143;
    color: #333;
}

.fa-fw {
    width: 1.0em;
    text-align: right;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
}

.modal-dialog {
    position: relative;
}
/*div {
    border: 1px solid #000000;
}*/