body {
  /*background-image: linear-gradient(rgba(0, 0, 50, 0.5), rgba(0, 0, 50, 0.5)), url(../imgs/background.jpeg);*/
  /*background: url(Imgs/background.jpeg);*/
  background: url(../imgs/background01.jpeg);
  font-family: Arial;
  /*height: 100vh;*/
  background-size: cover;
  background-position: center;
}
.mybtn {
  background-color: #44546A;
  border-color: white;
  color: white;
  border-radius: 10px;
  padding: 10px;
}
.mybtn:hover {
  /*background-color:  rgba(192, 0, 0);*/
  background-color:  rgba(242, 118, 10);
  color: white;
}
.login-box {
  max-width: 700px;
  float: none;
  margin: 150px;
  color: aliceblue;
  }
.login-thebox {
  background: rgba(0,0, 0, 0.8);
  padding: 30;
  border-radius: 10px;
}
.login-thebox h2 {
  color: #fff;
}
.login-thereg {
  background: #fff;
  padding: 30;
}

.form-control {
  color: white;
  background-color: transparent !important;
  
}

.cien_x_cien{
  width: 100%;
}