body{
  background-image: url("../img/background_login.jpg");
  background-size: cover;
}

/*.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}*/



@media(min-width: 500px) {
  .card-login {
    min-width: 400px;
  }
}

.input-group {
  display: flex;
  align-items: center;
}

.input-group input[type="text"] {
  height: 35px;
}

.input-group input[type="password"] {
  height: 35px;
}

.required {
  margin-bottom: 16px;
}
label.required {
  margin-right: 10px;
}


@media (max-width: 682px) {

  .block2 {
    margin-bottom: 210px;
  }
  .card-body {
    padding: 56px!important;
  }
}

/*@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
*/


.card-columns .card {
  margin-bottom: 0.75rem;
}

.text-muted {
  color: #9faecb !important;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.mb-3 {
  margin-bottom: 1rem !important;
}

.input-group {
  position: relative;
  display: flex;
  width: 100%;
}

.card-body {
  padding: 47px;
}

.input-group-addon {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
}

.select-herramienta-width {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .select-herramienta-width {
    width: 100% !important;
  }
}
