@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  font-size: 12pt;
}

.login-wrapper .login #admin_wrapper {
  background: 0;
  border: 0;
  margin: 0 auto;
  width: 409px;
  max-width: 100%;
  min-height: auto;
  padding: 20px;
}

#logo {
  margin: 0 auto;
  width: 100%;
  height: 82px;
  background: url(https://secure.activecarrot.com/media/dynamic/static_images/1363/dvsfc-logo-header.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 300px auto;
  padding: 25px 0;
}

body {
  background: linear-gradient(rgb(255 255 255 / 5%), rgb(255 255 255 / 5%)), url(https://secure.activecarrot.com/media/dynamic/static_images/1363/20211205_141620-scaled.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
}

#admin_wrapper {
  background: rgb(255 255 255 / 100%);
  padding: 40px 20px;
}

form {
  margin: 0 auto;
  width: 251px;
}

form .input {
  font-family: 'Roboto', sans-serif;
}

form .button {
  border-radius: 0;
  padding: 15px;
  background-color: #537c96;
  color: #fff;
}

form label {
  color: #346979;
}

h1 {
  text-align: center;
  padding: 15px 50px;
}

form .button:hover {
  background-color: #4b9fb4;
  transition: 0.2s ease-in;
  color: black;
  cursor: pointer;
}

.forgot_password p a:hover {
  color: #000000;
  transition: 0.2s ease-in;
  text-decoration: underline;
}

.forgot_password p a {
  font-size: 12px;
  color: #346979;
}

.login_custom_html {
  font-size: 12px;
}