/* Coded with love by Mutiullah Samim */
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Roboto Condensed', sans-serif;
}

.bg-image {
  background-image: url("../img/fondo.jpg");
  width:  100%;
  height: 100%;
  background-position: space-between;
  background-repeat:no-repeat;
  background-size: cover;
}

.container.h-80 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.user_card {
  height: 470px;
  width: 350px;
  margin-top: auto;
  margin-bottom: auto;
  /* background: rgb(49 59 79 / 85%); */
  background: rgb(255 255 255 / 60%);
  position: relative;
  display: flex;
  justify-content:space-between ;
  flex-direction: column;
  padding: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
  padding-bottom: 35px;
}
.brand_logo_container {
  position: absolute;
  top: 28px;
  border-radius: 9%;
  text-align: center;
}
.brand_logo {
  /* height: 75px; */
  width: 310px;
}
.form_container {
  margin-top: 100px;
}
form {
  width: 260px;
  margin: 0 auto;
}
.login_btn {
  width: 100%;
  background: #284b5f;
  border: 1px solid rgb(216, 216, 216);
  color: white !important;
}
.login_btn:focus {
  box-shadow: none !important;
  outline: 0px !important;
}
.input_user,
.input_pass:focus {
  box-shadow: none !important;
  outline: 0px !important;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #c0392b !important;
}
span i {
  color: #0e4d9c;
}