html {
  width: 100%;
  height: 100%;
}
html body {
  background-color: #fcfcfc;
  width: 100%;
  height: 100%;
  margin: 0;
}
input[type='text'],
input[type='password'],
select,
textarea {
  border: 1px solid #e0e0e0 !important;
  padding: 10px !important;
  height: auto !important;
  margin: 10px 0px 10px 0px !important;
  box-sizing: border-box !important;
}
label {
  left: 0px !important;
  font-size: 0.9rem !important;
  position: relative !important;
  display: block;
  margin-bottom: 10px;
  transform: translateY(12px) scale(1) !important;
}
label.active {
  transform: translateY(12px) scale(1) !important;
}
.center-form {
  margin: auto;
  width: 350px;
  margin-top: 30px;
}
.center-form .input-field {
  margin-top: 0px;
}
.center-form button {
  width: 100%;
}
.center-form .logo {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
}
