html,
body {
  min-height: 100%;
  background-image: url("/static/img/ut_bkg.6d1d3f473629.jpeg") 50% 0 no-repeat fixed;
  background-color: #f5f5f5;

}

.login-div {
  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;
  margin-top: 60px;
  justify-content: center;
  padding-bottom: 90px;
  background-color: #f5f5f5;
  text-align: center;
  height: 100%;
}

@media (max-width: 768px) {
  .login-div {
    margin-top: 60px;
  }
}

.h1-ut {
  color: #2e2e2e;
  font-size: 2.5em;
  font-weight: 800;
}

.h3-ut {
  color: #2e2e2e;
  font-style: italic;
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 20px;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 20px;
  margin: 0 auto;
  background-color: white;;
  border:solid #bf5700;
  border-radius: 10pt;
  box-shadow: 10px 10px #bf5700;

}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.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;
}

.btn-ut {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border-radius: 10pt;
  background-color: #bf5700;
  color: white;
  border: none;
}

.btn-ut:hover {
  background-color: #d66f09;
  color: white;
}
