body {
  font-family: "Poppins", sans-serif;
  background-color: #ffffff;
  background: linear-gradient(
    0deg,
    #f5f5f5 0%,
    #efefef 100%
  );
  background-size: cover;
  background-attachment: fixed;
  font-weight: 400;
  margin: 0;
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
}

::placeholder {
  color: #616161;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #616161;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #616161;
}

.login_container {
  margin-top: 25%;
  
  padding: 2rem;
  padding-bottom: 2.5rem;
  border-radius: 1rem;
  font-size: 0.85rem;
  color: #cccccc;
}

.login_container h1 {
  color: #030303;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
}

.login_container h2 {
  color: #363636;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}

:focus-visible {
  outline: none;
}

.login_control {
  width: 100%;
  margin-bottom: 10px;
  border: none;
  border-radius: 0.25rem;
  padding-left: 1rem;
  background-color: #ffffff;
  box-shadow: 0px 5px 10px -5px #cccccc;
  height: 50px;
  font-size: 0.85rem;
  font-weight: 400;
}

.btn-primary {
  height: 50px;
  font-size: 0.85rem;
  font-weight: 400;
}
