html,
body {
    height: 100%; 
    width: 100%;
    background: url(../../images/dark.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.logo-login{
    width: 365px;
    height: auto;
    padding: 0.2em auto;
}

@media (min-width: 576px) {
  html,
  body { 
    /*background: url(../../images/Background.jpg) no-repeat center center fixed;*/

  }
}
@media (max-width: 575.98px) { 
  html,
  body { 
    background: url(../../images/dark.jpg) no-repeat center center fixed; 
    /*object-fit: cover;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
.form_container img {
  opacity: 1;
}
.goes_to {
  position: absolute;
  margin-left: -350px;
  margin-top: -200px;
  z-index: 2;
  width: 25%;
}
@media (max-width: 575.98px) {
  .goes_to {
    position: absolute;
    margin-left: -220px;
    margin-top: -200px;
    z-index: 2;
    width: 45%;
  }
}
.form_container {
  background-color: #fff;
  opacity: 0.9;
  filter: alpha(opacity=60); /* For IE8 and earlier */
  justify-content: center;
  padding: 40px 30px;
  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;
}
body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 10px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
