body,
  html {
    margin: 0;
    padding: 0;
    height: 100%;
    background: white !important;
  /*  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 40%, rgba(238,169,133,1) 63%, rgba(230,85,11,1) 88%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(40%, rgba(246,246,246,1)), color-stop(63%, rgba(238,169,133,1)), color-stop(88%, rgba(230,85,11,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 40%, rgba(238,169,133,1) 63%, rgba(230,85,11,1) 88%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 40%, rgba(238,169,133,1) 63%, rgba(230,85,11,1) 88%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 40%, rgba(238,169,133,1) 63%, rgba(230,85,11,1) 88%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 40%, rgba(238,169,133,1) 63%, rgba(230,85,11,1) 88%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6550b', GradientType=0 );*/
    /* 29 40 75 AZUL 230 85 11  #E6550B*/
  }
  .user_card {
    height: 650px;
    width: 400px;
    margin-top: auto;
    margin-bottom: auto;
    background: white;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
  /*  box-shadow: 0 4px 8px 0 #1077e4, 0 6px 20px 0 #e4e7ea;
  -webkit-box-shadow: 0 4px 8px 0 #eaeff5, 0 6px 20px 0 #195da7;
    -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: 55px;

  }
  .brand_logo_container {
    position: absolute;
    height: 104px;
    width: 173px;
    top: 30px;
    border-radius: 50%;
    background: transparent;
    padding: 0px;
    text-align: center;
    overflow: hidden;
    border-color: transparent;
    /*border:solid 2px #E6550B;*/

  }
  .brand_logo {
    height: 100px;
    width: 120px;
    /*border-radius: 50%;*/
    }
  .form_container {
    margin-top:5px;
  }
  .login_btn {
    width: 100%;
    background: #3b5998 !important;
    color: white !important;
  }
  .login_btn:focus {
    box-shadow: none !important;
    outline: 0px !important;
  }
  .login_container {
    padding: 0 2rem;
  }
  .input-group-text {
    background: #E6550B !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: #c0392b !important;
  }
.botones{
  width: 150px !important;
  border-radius: 16px;
}
.botlog input{
    border-radius: 16px;
}
.int{
  width: 300px !important;
}
.regis{
  text-align: center;
  /*margin-top: 15px;*/
}
.regis h5{
  font-size: 15px !important;
  margin-top: 10px !important;
  margin-left: 5px;
  margin-right: 5px;
}
.redes{
  margin-left:50px !important;
}
.redes button{
  width: 137px;
  background-color: white;
  border-radius: 16px;
}
.redes h5{
  margin: 5px;
}
.redes i{
  margin-right: 10px;
}
#facebook{
  color:#3b5998;
  font-weight: bold;
  border-color: #6c757d;
  border: solid 1px;
}
#google img{
  margin-right: 10px;
  width: 19px;
}
#google{
  color:grey;
  font-weight: bold;
  border-color: #6c757d;
  border: solid 1px;

}
.tit{
  font-weight: bold;
}
.separador div{
  width: 43px;
  height: 2px;
  margin: 5px;
}
.separador{
  margin-left: 140px !important;
}
.registrate{
  background-color: transparent;
  color: #3b5998;
}
.regis1 h5{
  font-size: 15px !important;
  margin-top: 10px !important;
  margin-left: 5px;
  margin-right: 5px;
}
.regis1{
  margin-left: 61px;
}
.izq{
  background-color: #3b5998;
}
.der{
    background-color: #e6550b;
}
.logo{
  width: 50px;
  height: auto;
}
