@import "master.css";

.btn, .btn:focus, .btn:active {
  outline: none;
  -webkit-outline: none;
  -moz-outline: none;
  border: none;
  box-shadow: none;
}
.login-container {
  height: 100vh;
}
.login-page, .form-wrapper, .graphite-wrapper {
  height: 100%;
}
.graphite-wrapper {
  background: var(--darkPrimary);
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: -10px 0px 25px 3px rgba(0,0,0,.2);
}
form {
  background: #f9f9f9;
}
.form-header {
  background: var(--secondary);
  color: white;
  padding: 10px 20px;
  text-align: center;
  font-weight: bold;
}
.form-body {
  padding: 25px;
}
.copyright {
  text-align: center;
  background: white;
  color: #d0d0d0;
}
.register {
  margin: 0;
  opacity: .7;
  font-size: 14px;
  margin-top: 25px;
}
.alert {
  position: relative;
  top:0;
}
