.intro-2 {
    background: url("../img/fondoLogin.png") no-repeat center center;
    background-size: cover;
}

.card {
    background-color: rgba(255, 255, 255, 0.2);
}

html,
body,
header,
.view {
  height: 100%;
}

@media (min-width: 560px) and (max-width: 740px) {
  html,
  body,
  header,
  .view {
    height: 650px;
  }
}

@media (min-width: 800px) and (max-width: 850px) {
  html,
  body,
  header,
  .view  {
    height: 650px;
  }
}

.card-body {
    padding-bottom: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    color: #5a686f;
}

form {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    color: #5a686f;
}

.img-bottom {
    margin: 0 auto;
    max-width: 365px;
    width: 100%;
}

.btn {
    text-transform: capitalize;
}

form .form-control,
.custom-control-label::before {
    color: #5a686f;
    border: 2px solid #5a686f;
}