body, html {
  height: 100%;
  padding: 0px;
  margin: 0px;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 18px; }

.wft-login {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-color: #eeeee8;
  text-align: center;
  color: #000; }
  .wft-login > div {
    display: table-cell;
    vertical-align: middle; }
  .wft-login > div > div {
    vertical-align: middle;
    width: 800px;
    height: auto;
    max-width: 100%;
    background-color: #fff;
    margin: auto; }
  .wft-login .wft-logo {
    width: 100%;
    padding: 15px 0;
    background-color: #f5f5f5;
    position: relative; }
  .wft-login h2 {
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: center;
    display: block;
    font-weight: normal;
    margin-top: 0px;
    padding: 10px 0px;
    background-color: #E2E2E2; }
  .wft-login form {
    width: 100%; }
  .wft-login fieldset {
    padding-top: 20px;
    padding-bottom: 35px;
    display: block;
    border: 0px;
    width: 80%; }
    @media (max-width: 780px) {
      .wft-login fieldset {
        margin: auto; } }
  .wft-login fieldset > div {
    width: 760px;
    max-width: 100%;
    margin: auto;
    margin-top: 20px; }
    @media (max-width: 780px) {
      .wft-login fieldset > div {
        width: auto;
        text-align: left; }
        .wft-login fieldset > div label {
          margin: 0px;
          width: 100%;
          text-align: left; }
        .wft-login fieldset > div input {
          width: 100%;
          margin-top: 5px;
          box-sizing: border-box; }
        .wft-login fieldset > div button {
          width: 100%; }
        .wft-login fieldset > div .wft-login-button {
          padding-left: 0px; } }
  .wft-login label {
    width: 155px;
    text-align: right;
    display: inline-block;
    margin-right: 10px; }
  .wft-login input {
    width: 220px;
    padding: 3px 5px !important;
    font-size: 18px;
    color: #747474;
    display: inline-block;
    background-color: #f5f5f5;
    border: 0px;
    border-top: 1px solid #e9e9e9;
    height: 34px;
    line-height: 38px;
    font-family: "Open Sans Condensed", sans-serif; }
  .wft-login button {
    color: #fff;
    background-color: #fe4641;
    border: 0px;
    width: 160px;
    height: 38px;
    cursor: pointer;
    font-size: 18px; }
  .wft-login .wft-login-button {
    padding-left: 110px;
    width: 100%;
    box-sizing: border-box;
    text-align: center; }
  .wft-login .text-info {
    padding: 20px 50px 40px 50px;
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    box-sizing: border-box;
    text-align: justify;
    background: #f5f5f5; }
  .wft-login .wft-logout {
    float: right;
    color: #fff;
    background-color: #fe4641;
    padding: 3px 15px;
    border-radius: 2px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: top; }
    .wft-login .wft-logout:hover {
      background-color: #c63c37; }

@media (max-width: 780px) {
  .wft-choice label {
    text-align: left !important;
    width: auto !important; } }

.choice-links {
  text-align: center !important;
  display: block;
  padding-top: 30px !important; }
  .choice-links .image-link {
    display: inline-block;
    margin: 10px;
    text-decoration: none;
    background-color: #E2E2E2;
    padding: 5px; }
    .choice-links .image-link span.title {
      color: #fff;
      background-color: #fe4641;
      padding: 4px;
      text-align: center;
      display: block;
      font-size: 15px;
      overflow: hidden;
      max-width: 147px; }
    .choice-links .image-link span.img {
      max-width: 155px;
      max-height: 200px;
      width: 100%;
      overflow: hidden;
      display: block; }
    .choice-links .image-link img {
      max-width: 200px;
      max-height: 200px; }
    .choice-links .image-link.first span.title {
      max-width: 225px; }
    .choice-links .image-link.first span.img {
      max-width: 233px; }
    .choice-links .image-link.first img {
      max-width: 233px; }
    @media (max-width: 780px) {
      .choice-links .image-link.first span.img {
        max-width: 100%; }
        .choice-links .image-link.first span.img img {
          max-width: 100%; } }
    .choice-links .image-link:hover {
      background: #fe4641; }
  .choice-links .sep {
    display: none; }
  @media (max-width: 780px) {
    .choice-links .sep {
      content: "";
      display: inline-block;
      height: 1px;
      width: 100%; } }

.langs {
  position: absolute;
  right: 20px;
  top: -20px; }
  .langs li {
    display: inline-block;
    list-style-type: none; }

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


.choice-links {
  vertical-align: top;
}

.image-link-container {
  display: inline-flex;
  flex-direction: column;
  vertical-align: top;
}

.image-link-button-container {
  text-align: center
}

.image-link-button {
  border: 1px solid #a40600;
  color: #fff;
  background-color: #fe4641;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 15px;
  overflow: hidden;
  max-width: 155px;
  margin: auto;
}

.image-link-button:hover {
  background-color: rgba(254, 7, 0, 0.81);
}

.choice-links .image-link.first span.img {
  max-height: 243px;
}

.choice-links .image-link.first img {
  max-height: 290px;
  max-width: 290px;
}
