body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-image: url("../images/back_login_1.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow-x: hidden !important;
  min-width: 100vw !important;
}

body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

body #login-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 35%;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 575.98px) {
  body #login-form {
    width: 300px;
  }
}

body #login-form form {
  width: 75%;
  padding-bottom: 20px;
  padding-top: 20px;
}

@media (max-width: 575.98px) {
  body #login-form form {
    width: 100%;
  }
}

body #login-form .error.message {
  width: 75%;
}

@media (max-width: 575.98px) {
  body #login-form .error.message {
    width: 100px;
  }
}

input,
textarea,
select,
button,
.dropdown {
  border-radius: 10px !important;
}

.ui.segment:not(.basic),
.card {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
}

.button,
.pagination {
  border-radius: 10px !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}

#debug-icon {
  display: none !important;
}
