body {
  font-family: "Open Sans", sans-serif;
  background-image: url("/img/img-back-login.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
p {
  font-family: "Open Sans", sans-serif;
  color: black;
  font-size: 1rem;
}
a {
  font-family: "Open Sans", sans-serif;
  color: black;
  font-size: 1rem;
}
a:hover {
  color: black;
}
h2 {
  font-family: "Open Sans", sans-serif;
  color: black;
}

.fa {
  color: #00a786;
}
.card-header {
  background-color: #e8b4e1;
}
.btn-link {
  color: black !important;
}
.btn-primary {
  background-color: #b3cc00;
  border-color: #b3cc00;
}

.btn-primary:hover {
  background-color: #b3cc00;
  border-color: #b3cc00;
  color: black;
}

.registro_card {
  margin-top: 3rem;
  margin-bottom: auto;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 25px;
  border-radius: 1rem;
  border: 3px white solid;
  min-width: 50%;
}
input.form-control {
  border-radius: 1rem;
  border-color: #00a786;
}
.user_card {
  height: 450px;
  width: 350px;
  margin-top: auto;
  margin-bottom: auto;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 25px;
  border-radius: 1rem;
  border: 3px white solid;
}
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
}
.brand_logo_container {
  position: absolute;
  /* height: 180px;*/
  /* top: -75px;*/
  /*border-radius: 50%;
  background: white;
  padding: 10px;*/
  text-align: center;
}

.brand_logo {
  width: 200px;
  }

.form_container {
  margin-top: 100px;
}
.login_btn {
  width: 100%;
  background: #00a786 !important;
  color: white !important;
  border-radius: 1rem;
}
.login_btn:focus {
  box-shadow: none !important;
  outline: 0px !important;
}

.input-group-text {
  background: #b3cc00 !important;
  color: white !important;
  border: 0 !important;
  border-radius: 0.25rem 0 0 0.25rem !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: rgb(211, 150, 9) !important;
}

@media (min-width: 1100px) {
  .desktop {
    visibility: visible;
  }
  .mobile {
    visibility: hidden;
  }
}
@media (max-width: 1000px) {
  .desktop {
    visibility: hidden;
  }
  .mobile {
    visibility: visible;
  }
}

.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 10px;
}

.input100 {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #666666;

  display: block;
  width: 100%;
  background: #fff;
  height: 50px;
  border-radius: 25px;
  padding: 0 30px 0 68px;
}

/*------------------------------------------------------------------
 [ Focus ]*/
.focus-input100 {
  display: block;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: rgba(87, 184, 70, 0.8);
}

.input100:focus + .focus-input100 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 70px 25px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 70px 25px;
    opacity: 0;
  }
}

.symbol-input100 {
  font-size: 15px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 35px;
  pointer-events: none;
  color: #666666;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
  color: #e8413a;
  padding-left: 28px;
}

.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -30px;
  position: relative;
  z-index: 2;
}

.field-icon-password {
  float: right;
  margin-left: -25px;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}

.textos {
  font-size: 13px;
  text-transform: uppercase;
  color: #00a786 !important;
}
