.logo {
  max-width: 336px;
}

.background-transtecnia {
  background-color: #239e2d;
  color: #fff;
}

.custom-icon {
  display: block;
  width: 22px;
  height: 22px;
  margin-left: -5px;
  margin-top: -2px;
}

.input-login {
  padding-left: 15px 25px !important;
  border-radius: 8px !important;
  border: 1px solid #000;
  background: transparent;
  display: inline-block;
  font-size: 14pt;
  color: black;
  margin-top: 5px;
  height: 48px !important;
  padding-top: 0 !important;
}

.input-login::placeholder {
  color: #2c2c2c;
}

.input-login:hover {
  color: #2c2c2c;
}

.login-form-button {
  width: 100%;
  font-size: 16pt;
  color: white;
  background-color: black;
  border-color: black;
  border-radius: 8px;
  padding: 10px 30px;
  margin-top: 15px;
}

.login-form-button > span {
  font-family: 'sf_ui_displayblack' !important;
}

.login-form-button:hover {
  background-color: #282828;
}

.bg-blue-image {
  background-color: white;
}

.bg-white-image-bottom {
  display: none;
}

.link-transtecnia {
  position: absolute;
  bottom: 25px;
  width: 100%;
  text-align: center;
}

.container-form {
  padding-top: 20%;
}

@media only screen and (min-width: 1367px) {
  .container-logo {
    padding-top: 20%;
  }
  .input-login {
    text-align: left;
  }
  .bg-white-image {
    background: #234E9E url("../img/brand/login_fed.2b48515cc661.png") center bottom / contain no-repeat;
    min-height: 100vh;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1281px) {
  .container-logo {
    padding-top: 20%;
  }
  .input-login {
    text-align: left;
  }
  .bg-white-image {
    background: #234E9E url("../img/brand/login_fed.2b48515cc661.png") center bottom / contain no-repeat;
    min-height: 100vh;
  }
  .logo {
    max-width: 250px;
  }
}

@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .container-logo {
    padding-top: 20%;
  }
  .input-login {
    text-align: left;
  }
  .bg-white-image {
    background: #234E9E url("../img/brand/login_fed.2b48515cc661.png") center bottom / contain no-repeat;
    min-height: 100vh;
  }
  .logo {
    max-width: 250px;
  }
}

@media only screen and (orientation: landscape) and (max-width: 812px) {
  .container-logo {
    padding-top: 20%;
  }
  .bg-white-image {
    background: #234E9E url("../img/brand/login_fed.2b48515cc661.png") center bottom / contain no-repeat;
    min-height: 100vh;
  }
  .logo {
    max-width: 200px;
  }
  .input-login {
    font-size: 11pt;
    text-align: left;
  }
  .link-transtecnia {
    bottom: 5px;
  }
  .container-form {
    padding-top: 5%;
  }
  .container-logo {
    padding-top: 6%;
  }
  .form-item-login {
    margin-bottom: 5px;
  }
}

@media only screen and (orientation: portrait) and (max-width: 768px) {
  .col-md-4 {
    flex: none;
    max-width: none;
  }
  .container-logo {
    padding-top: 10%;
  }
  .container-form {
    padding-top: 10%;
  }
  .bg-white-image {
    display: none;
  }
  .bg-white-image-bottom {
    display: none;
  }
  .logo {
    max-width: 230px;
  }
  .container {
    max-height: 300px;
  }
  .img-guy {
    position: absolute;
    bottom: 0%;
    right: calc(0px);
    height: 115%;
  }
  .link-transtecnia {
    display: none;
  }
  .input-login {
    font-size: 10pt;
    text-align: left;
  }
  .input-group-login {
    max-width: 250px;
  }
}

@media (max-width: 480px), (max-height: 700px) {
  .bg-white-image,
  .bg-white-image-bottom {
    display: none !important;
  }
}
