@charset "UTF-8";

html , body {
 background-color: #e67e22! important;
}

hr {
  margin-top: 2rem;
}

.login-box {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  width: 100%;
  height: 45vh;
}

.login-contents {
  background-color: #ffffff! important;
  border-radius: 5px;
  padding: 2rem;
}