html {
  width: 100%;
  height: 100%;
}

body {
  background-color: #f5f5f0;
  background-image: url('../img/login_img.jpg');
  background-repeat: no-repeat;
  background-size: 50% 100%;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

@media (max-height: 700px) and (max-width: 400px) {
  .col-md-6:first {
    width: 0 !important;
    height: 0 !important;
  }
}

.col-md-6 {
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  height: 500px !important;
}

.login {
  width: 400px;
  height: 500px;
}

.principal {
  width: 100%;
  height: 100%;
}

.row {
  height: 100% !important;
}

.card {
  width: 380px !important;
  height: 390px !important;
}

/* @media (min-width: 1300px) {
    .card {
      width: 380px !important;
      margin-left: 130px !important;
      margin-top: 100px !important;
    }
    .figure {
      margin-left: 140px !important;
    }
} */
