* {
  box-sizing: border-box; }

body {
  font-family: "Open Sans", Arial;
  color: #7b7b7a;
  font-size: 20px;
  background: white;
  padding: 0;
  margin: 0; }

.btn {
  height: 48px;
  font-size: 18px;
  color: white;
  background: #61aa67;
  box-shadow: none;
  width: 100%;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  border: 0 !important; }

h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700; }

.fix {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }

.subtitle {
  text-transform: uppercase;
  font-weight: 600;
  color: #cacaca; }

.border-bottom {
  background: #00aeef;
  height: 2px;
  width: 100%;
  margin: 40px auto 40px; }

.little {
  width: 410px !important; }

.hero.little .fix img {
  left: 20px;
  bottom: 20px; }

.error-login {
  padding: 4px !important;
  margin: 0 !important;
  background: #a94442 !important;
  text-align: left !important;
  color: white !important; }
  .error-login h4 {
    text-transform: inherit !important;
    font-size: 14px; }

.hero {
  /* background: #00aeef; */
  background: #262626;
  height: 221px;
  width: 100%;
  margin: 0 auto; }
  .hero .fix {
    position: relative;
    height: 221px; }
    .hero .fix .logout {
      position: absolute;
      right: 20px;
      top: 20px; }
      .hero .fix .logout a {
        color: black;
        font-size: 13px;
        text-decoration: none;
        background: white;
        padding: 3px 7px;
        display: block;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px; }
    .hero .fix img {
      width: 100%;
      max-width: 360px;
      position: absolute;
      bottom: 40px;
      left: 0; }

.content {
  width: 100%;
  margin: 0 auto; }
  .content .fix form {
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .content .fix form .left,
    .content .fix form .right {
      width: 45%; }

/* Form generic */
i.form-control-feedback {
  display: none !important; }

form {
  width: 100%; }
  form .item-form {
    width: 100%;
    margin-bottom: 20px; }
    form .item-form label,
    form .item-form input {
      width: 100%;
      display: block; }
    form .item-form label {
      margin-bottom: 10px; }
    form .item-form input {
      height: 44px;
      padding: 0 10px;
      font-size: 20px;
      border: 1px solid #d3d3d3; }
  form .item-form--radio {
    display: flex; }
    form .item-form--radio input {
      width: auto;
      height: 20px;
      margin-right: 10px;
      position: relative;
      top: 2px; }
  form .double {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    form .double label {
      width: 100%; }
    form .double input {
      width: 48%; }
    form .double small.help-block {
      width: 48%;
      margin-top: 5px !important; }

small.help-block {
  padding: 4px !important;
  margin: 0 !important;
  font-size: 10px !important;
  background: #a94442 !important;
  text-align: left !important;
  color: white !important; }

.content-thanks {
  padding: 100px 0;
  text-align: center; }
  .content-thanks h1 {
    text-align: center;
    padding: 0 0 10px 0;
    border-bottom: 2px #00aeef solid;
    display: inline-block; }
  .content-thanks a {
    color: #7b7b7a;
    font-size: 12px; }

@media (max-width: 640px) {
  .little {
    width: 100% !important; }

  .hero {
    width: 100%; }
    .hero .fix img {
      left: 30px; }

  .content .fix form {
    padding-left: 30px;
    padding-right: 30px; }
    .content .fix form .left,
    .content .fix form .right {
      width: 100%; }
    .content .fix form .double label {
      width: 100%; }
    .content .fix form .double input {
      width: 100%;
      margin-bottom: 10px; }
    .content .fix form small.help-block {
      width: 100% !important;
      display: block;
      margin-top: 5px !important; } }
@media (max-width: 414px) {
  .hero .fix img {
    width: 80%; } }

/*# sourceMappingURL=style-dp.css.map */
