@import url("../Components/ComplexityTooltip/ComplexityTooltip.css");

textarea, select, input, button { outline: none; }

.footer .pull-right {
  padding: 10px;
}

.desktop-header-menu,
.landing-page-info-desktop {
  display: none;
}

.apply-now-header-desktop {
  display: none;
}

.landing-page,
.apply-now-pages,
.login-pages {
  background: #EAECF1;
}

.landing-page-intro h3 {
  margin-bottom: 30px;
}

.landing-page-body {
  padding: 40px 20px;
  text-align: center;
  background: white;
}

.landing-page-info-item {
  margin-bottom: 20px;
}

.landing-page-info {
  padding: 100px 20px 0 20px;
  color: #59606B;
  background: white url(/public/images/landing-page-bg-mobile-top.svg) center center / cover no-repeat;
}

.landing-page-intro p {
  margin-bottom: 20px;
  color: rgba(68, 70, 78, 1);
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.2px;
}

.app-links-area {
  max-width: 310px;
  margin: 0 auto;
}

.app-links-wrapper {
  background: #EAECF0;
}

.copyright {
  background: #EAECF0;
}

.copyright a {
  color: #2B6DA9
}

.have-account {
  font-size: 16px;
}

.apply-now-button {
  margin-bottom: 20px;
}

.team-info-image {
  float: right;
}

.team-info-left {
  float: left;
  width: 66.66666%;
  padding-right: 10px;
}

.team-info-right {
  float: right;
  width: 33.33333%;
}

.landing-page-info h4 {
  margin: 0 0 25px 0;
  font-weight: 600;
}

.team-info-header {
  margin: 0 0 4px;
  /* text-transform: uppercase; */
  font-size: 18px;
  font-weight: 500;
  /* font-family: 'Nunito Sans', sans-serif; */
  color:rgba(18,23,39,1);
}
.team-info-item.team-info-phone-number, .team-info-item.team-info-email{
  font-size:14px;
  color:rgba(18,23,39,1);
}
.team-info-item {
  font-size: 13px;
  color: #636973;
  margin-bottom: 4px;
}

.team-info-item small {
  font-size: 10px;
  color: #44464E;
}

.close-iframe {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 15px;
  font-size: 30px;
  line-height: 1em;
}

.apply-now-welcome-login-all-items {
  text-align: center;
}

.apply-now-company-logo {
  margin-top: 20px;
  border-radius: 7px;
}

.apply-now-company-logo img {
  max-height: 71px;
  height: auto;
  width: auto;
}

/* Fix 1password issue on safari */
#email-input-container input::-webkit-textfield-decoration-container {
  display: flex;
  align-items: baseline!important;
  content: none;
}

.apply-now-house-icon {
  width: 125px;
  height: 125px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.apply-now-house-blob-background {
  background: url('/public/images/welcome_house_blob.png') no-repeat center center;
  background-size: 225px 185px;
}

.apply-now-house-icon-container {
  width: 225px;
  height: 185px;
  position: relative;
  margin: 30px auto;
}

.font-size-20 {
  font-size: 20px!important;
}

.apply-now-modal {
  border: 1px solid rgb(230, 230, 230);
  background: rgb(255, 255, 255);
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  -webkit-box-shadow: 0 4px 6px 2px rgb(140, 152, 165);
  -moz-box-shadow: 0 4px 6px 2px rgb(140, 152, 165);
  box-shadow: 0 4px 6px 2px rgb(140, 152, 165);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.apply-now-header {
  margin-bottom: 10px;
  font-family: 'Nunito Sans', serif;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.2px;
  color: rgb(18, 23, 39);
}

.apply-now-forgot-password-header {
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: 'Nunito Sans', serif;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.2px;
  color: rgb(18, 23, 39);
}

.apply-now-reset-password-header {
  margin-top: 80px;
  margin-bottom: 10px;
  font-family: 'Nunito Sans', serif;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.2px;
  color: rgb(18, 23, 39);
}

.apply-now-modal-text {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0 20px 30px 0;
  font-size: 14px;
  text-align: center;
  line-height: 21px;
  letter-spacing: -0.3px;
  color: rgb(18, 23, 39);
}

.modal-text-centered {
  margin-right: 0;
}

.apply-now-modal-text p {
  margin-bottom: 0;
}

.apply-now-forgot-password-text {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  text-align: center;
  line-height: 21px;
  letter-spacing: -0.3px;
  color: rgb(18, 23, 39);
}

.apply-now-forgot-password-text p {
  margin-bottom: 0;
}

.apply-now-reset-password-text {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  text-align: center;
  line-height: 21px;
  letter-spacing: -0.3px;
  color: rgb(18, 23, 39);
}

.apply-now-reset-password-text p {
  margin-bottom: 0;
}

.apply-now-apply-button {
  width: 100%;
  height: 50px;
  margin: 20px 0;
  background: #E71C04;
  border: 1px solid rgb(241, 40, 0);
  box-shadow: 0 2px 3px 0 rgba(153, 153, 153, 0.5);
  font-family: 'Nunito Sans', serif;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  letter-spacing: 0.2px;
  color: rgb(255, 255, 255);
  border-radius: 3px!important;
}

.apply-now-apply-button-ie {
  width: 100%;
  height: 50px;
  margin: 20px 0;
  background: rgb(203, 203, 203);
  border: rgb(204, 204, 204) 1px;
  font-family: 'Nunito Sans', serif;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  letter-spacing: 0.2px;
  color: rgb(18, 23, 39);
}
@media only screen and (max-width: 992px) {
	button.apply-now-apply-button.developer-portal {
		font-size: 15px;
	}
}

.apply-now-apply-link {
  display: block;
  width: 100%;
  line-height: 26px;
}

.apply-now-apply-button-white-button-red-text {
  width: calc(100% - 40px);
  height: 50px;
  margin: 20px;
  background: rgb(255, 255, 255);
  border: 1px solid #E71C04;
  -webkit-box-shadow: 0 2px 3px 0 rgba(153, 153, 153, 0.5);
  -moz-box-shadow: 0 2px 3px 0 rgba(153, 153, 153, 0.5);
  box-shadow: 0 2px 3px 0 rgba(153, 153, 153, 0.5);
  font-family: 'Nunito Sans', serif;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #E71C04;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.signin-with-microsoft-link,
.signin-with-microsoft-link a {
  font-family: 'Nunito Sans', serif;
  font-weight: 600;
  font-size: 14px;
  padding-top: 5px;
  text-align: center;
  color: #555;
  margin: 0;
}

.signin-with-microsoft-link,
.signin-with-microsoft-link a img {
  margin: -2px 10px 0 0;
}

.apply-now-login-link {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  color: rgb(18, 23, 39);
  text-align: left;
}

.apply-now-login-link a {
  font-size: 14px;
  color: #E71C04;
  letter-spacing: -0.1px;
}

.apply-now-reset-password-link {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  color: rgb(18, 23, 39);
  text-align: center;
  margin-top: 40px;
}

.apply-now-reset-password-link a {
  font-family: 'Nunito Sans', serif;
  font-weight: bold;
  font-size: 14px;
  color: #E71C04;
  letter-spacing: -0.1px;
}

#apply-now-forgot-password-button {
  width: 100%;
  margin-left: 0;
  margin-top: 30px;
}

#apply-now-reset-password-button {
  width: 100%;
  margin-left: 0;
  margin-top: 30px;
}

#apply-now-reset-password-back-to-login-big-button {
  width: 100%;
  margin-left: 0;
  margin-top: 30px;
  border-radius: 3px;
}

.apply-now-modal-blob-background {
  margin-top: 70px;
  margin-bottom: auto;
  width: 100%;
  text-align: center;
}

.apply-now-modal-input {
  width: 100%;
  height: 45px;
  font-size: 17px;
  line-height: 17px;
  border: 1px solid rgb(216, 216, 216);
  padding: 15px 10px;
  border-radius: 3px!important;
  /* margin: 0 0 20px; */
}

.apply-now-input-highlight-error {
  border: 1px solid #BD6158;
}

.apply-now-reset-password-input {
  width: 100%;
}

.apply-now-input-label-left, .apply-now-input-label-right {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #696d76;
  font-weight: 400;
}

.apply-now-input-label-left {
  font-size: 16px;
}

.apply-now-input-label-right {
  font-size: 16px;
}

.apply-now-modal-input + .apply-now-input-label-left {
  position: absolute;
  top: 10px;
  left: 12px;
  transition: 0.2s;
}

.apply-now-reset-password-input + .apply-now-input-label-left {
  left: 10px;
}

.apply-now-modal-input + .apply-now-input-label-left {
  position: absolute;
  top: 10px;
  left: 12px;
  transition: 0.2s;
  font-size: 16px;
  letter-spacing: 0.8px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #696d76;
  font-weight: 400;
  margin: 0 0 5px 0;
}

#apply-now-welcome-login-all-items .apply-now-modal-input + .apply-now-input-label-left {
  left: 29px;
}

.apply-now-input-label-right {
  position: absolute;
  top: 9px;
  right: 10px;
  transition: 0.2s;
  width:33px;
  text-align:center;
}

.apply-now-reset-password-input ~ .apply-now-input-label-right {
  right: 10px;
}

.apply-now-modal-input ~ label .apply-now-input-show-password {
  font-family: "SFProDisplay",Helvetica,Arial,sans-serif;
  display: inline;
  height: 15px;
  font-size: 13px;
  color: #696d76;
  font-size:10px;
}

.apply-now-modal-input ~ label .apply-now-password-lock-img {
  margin:auto;
}

.apply-now-modal-input.placeholder-shown {
  padding: 18px 12px 5px 12px;
}

.apply-now-modal-input.placeholder-shown + .apply-now-input-label-left  {
  letter-spacing: 0.8px;
  top: 0;
  font-size: 10px;
  height: 12px;
  color: rgb(80, 94, 117);
  margin-top: 2px;
}

.apply-now-modal-input:-webkit-autofill {
  padding: 18px 40px 5px 9px;
}

.apply-now-modal-input:-webkit-autofill + .apply-now-input-label-left {
  letter-spacing: 0.8px;
  top: 0;
  font-size: 10px;
  height: 12px;
  color: rgb(80, 94, 117);
  margin-top: 5px;
}

.apply-now-input-show-password {
  display: none;
}

.apply-now-input-container {
  position: relative;
  border:1px solid #d8d8d8;
  border-radius:4px !important;
  height:45px;
  overflow: hidden;
  margin-bottom:20px;
}
#email-input-container{
  margin-bottom:20px;
}
#email-input-container input{
  border:none;
  width:calc(100% - 54px);
  height:43px;
  top:50%;
  transform:translateY(-50%);
  position:relative;
  border-right:1px solid #d8d8d8;
  border-radius: 0px !important;
}
#apply-now-modal-login-password{
  border:none;
  width:calc(100% - 54px);
  height:43px;
  top:50%;
  transform:translateY(-50%);
  position:relative;
  /* padding:0 12px; */
  border-right:1px solid #d8d8d8;
  border-radius:0 !important;
}

.apply-now-spacer-20 {
  height: 20px;
}

.apply-now-spacer-30 {
  height: 30px;
}

.apply-now-reset-password-from-login-link,
.apply-now-reset-password-from-login-link a {
  font-family: 'Nunito Sans', serif;
  font-weight: 600;
  font-size: 14px;
  text-align: right;
  color: #E71C04;
  margin: 0;
}

.apply-now-reset-password-from-login-link {
  margin-bottom: 20px;
}

.apply-now-create-account-error-container,
.apply-now-login-error-container {
  display: flex;
  margin-bottom: 15px;
}

.apply-now-alert-icon {
  float: left;
  width: calc(14% - 20px);
  text-align: left;
}

.apply-now-forgot-password-alert-icon {
  width: 18px;
  margin: 0;
}

.apply-now-reset-password-alert-icon {
  width: 18px;
  margin: 0;
}

.apply-now-login-error-container {
  margin-bottom: 5px;
}

.apply-now-create-account-error {
  padding-left: 5px;
  color: rgb(205, 23, 0);
}

.existing-mail-no-pass-error,
.delayed-access-mail-no-pass-error {
  padding-left: 8px;
}
.no-password-error {
  padding-left: 5px;
  color: #555;
}

.verify-user-email {
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  overflow-wrap: break-word;
}
.no-pass-message {
  word-wrap: break-word
}

.apply-now-error {
  font-size: 15px;
  color: rgb(205, 23, 0);
  font-weight: 400;
  display: block;
  text-align: left;
  margin: 0 0 5px;
  padding-left: 25px;
  background: transparent url(/public/images/apply_now_signup_flow_error_icon.png) 3px 3px no-repeat;
  background-size: 17px 18px;
}

.apply-now-modal-with-flash-error {
  margin-top: 20px;
}

#apply-now-forgot-password-container {
  text-align: center;
}

#apply-now-reset-password-container {
  text-align: center;
}

#apply-now-forgot-password-form {
  margin: 0 40px;
}

#apply-now-reset-password-form {
  margin: 0 40px;
}

.apply-now-reset-password-requirements-help ul {
  padding: 0;
  margin-top: 10px;
}

.apply-now-reset-password-requirements-help li {
  list-style: none;
  text-align: left;
  margin-top: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: rgb(205, 23, 0);
}

.apply-now-reset-password-requirements-help li.apply-now-reset-password-requirement-complete {
  color: rgb(18, 23, 0);
  font-weight: 400;
}

.apply-now-create-account-password-requirements-help ul {
  padding: 0;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.apply-now-create-account-password-requirements-help li {
  list-style: none;
  text-align: left;
  margin-top: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: rgb(205, 23, 0);
}

.apply-now-create-account-password-requirements-help li.apply-now-create-account-password-requirement-complete {
  color: rgb(18, 23, 0);
  font-weight: 400;
}

#apply-now-create-account-modal {
  margin-top: 20px;
}

.welcome-login-header-container {
  position: relative;
}

.msa-terms {
  font-size: 12px;
}

.checkboxItem [type="checkbox"]:not(:checked) + label, .checkboxItem [type="checkbox"]:checked + label {
  padding-left: 25px;
}

.apply-now-wrapper {
  padding-bottom: 100px;
  background: white url(/public/images/landing-page-bg-mobile-top.svg) bottom center / contain no-repeat;
}

.apply-now-pop {
  background: white;
  margin: 30px 20px 20px;
  padding: 20px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

a.link.change-email {
  margin-bottom: 20px;
}

.desktop-header-menu {
  margin: 25px;
}

.header-action-area-apply {
  width: 270px;
}

.header-action-area-login {
  width: 225px;
}

.header-action-area-login.lang-es {
  width: 250px;
}

.header-action-text {
  float: left;
  padding-top: 11px;
}

.header-action-button {
  float: right;
}

.flex {
  display: flex;
  flex-direction: row;
}

.flex-col-1 {
  flex: auto;
}

.flex-col-3 {
  width: 400px;
}

.apply-now-create-account-password-requirements-help {
  margin: -15px 0 20px 2px;
}

.apply-now-create-account-password-requirements-help ul {
  margin: 0;
}

.realtor-info {
  display: none;
}

@media (min-width: 698px) {
  .main-nav {
    height: 90px;
  }

  .landing-page-info {
    padding: 160px 20px 0 20px;
  }

  .apply-now-header-desktop {
    display: block;
  }

  .apply-now-header-mobile {
    display: none;
  }

  .wrapper {
    background: transparent;
  }

  .apply-now-wrapper {
    background: none;
    max-width: 400px;
    margin: 0 auto;
  }

  .main-nav-logo {
    text-align: left;
    float: left;
  }

  .desktop-header-menu {
    display: block;
    float: right;
  }

  .hamburger-menu {
    display: none;
  }

  .main-nav-logo img {
    height: 90px;
    padding: 8px 5px;
  }

  .landing-page-info {
    background: none;
  }

  .landing-page,
  .apply-now-pages,
  .login-pages {
    background: none;
  }

  .desktop-background {
    width: 100%;
    position: absolute;
    top: 90px;
    height: 100%;
    background: white url(/public/images/landing-page-bg-desktop.jpg) top center no-repeat;
    z-index: -1;
  }

  .landing-page-body {
    background: none;
    display: none;
  }

  .landing-page-info-mobile {
    display: none;
  }

  .landing-page-info-desktop {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
  }

  .landing-page-info-right,
  .landing-page-info-left {
    float: left;
    width: 100%;
    padding-left: -400px;
  }

  .landing-page-info-right {
    width: 400px;
    background: #D5413E;
  }

  .team-info {
    /* width: 50%; */
    float: left;
    padding: 0 10px 0 0;
  }

  .lender-license, .team-license, .nmls-id,
  .company-nmls-id {
    font-size:12px;
    padding:2px 0;
  }
  .team-info-image {
    max-width: 210px;
    float: left;
    width:50%;
  }
  .team-info-text-wrap{
    float:left;
    margin-left:15px;
    width:calc(50% - 15px)
  }
  .landing-page-info-desktop .apply-now-apply-button-ie {
    width: 183px;
  }

  .landing-page-info-desktop .apply-now-apply-button {
    width: 183px;
  }

  .apply-now-header {
    margin: 20px 0 20px;
  }

  .apply-now-header,
  .apply-now-modal-text {
    text-align: left;
  }

  .flex .apply-now-pop {
    margin-top: 0;
  }

  #no-password-confirm h1,
  #resent-password-confirm h1,
  #resent-password-help h1 {
    text-align: left;
  }


  .copyright,
  .app-links-wrapper {
    background: transparent;
  }
  #companyDisclosure{
    padding:10px;
    max-width:530px;
    float:left;
    font-size:12px;
    box-sizing:border-box;
  }

}

@media screen and (min-width: 1900px) {
  .desktop-background {
      -webkit-background-size: contain;
      -moz-background-size: contain;
      -o-background-size: contain;
      background-size: contain;
  }
}


