.login-box {
  display: none;
  padding: 30px;
  height: auto;
  background: #fafafa;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.login-key {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.login-key img {
  width: 320px;
  max-width: 640px;
}

.noscript-p {
  margin:16px;
  max-width:432px;
  text-align:center;
}

.login-title {
  margin-top: 15px;
  text-align: center;
  font-size: 30px;
  letter-spacing: 2px;
  margin-top: 15px;
  font-weight: bold;
}

.login-form {
  margin-top: 25px;
  text-align: left;
}

.form-group {
  flex-direction: row;
  box-sizing: border-box;
  display: flex;
}

.form-field {
  width: 100%;
  margin-bottom: 16px;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Roboto, sans-serif;
  letter-spacing: normal;
  display: inline-block;
  position: relative;
  text-align: left;
}

.form-field-wrapper {
  padding-bottom: 1.25em;
  position: relative;
}

.form-field-flex {
  display: inline-flex;
  align-items: baseline;
  box-sizing: border-box;
  width: 100%;
}

.form-field-infix {
  padding: 0.4375em 0;
  display: block;
  position: relative;
  flex: auto;
  min-width: 0;
  width: 180px;
  border-top: 0.84375em solid transparent;
}

.form-field-input {
  caret-color: #3aa6dd;
  margin-top: -0.0625em;
  font: inherit;
  background: transparent;
  color: currentColor;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
  text-align: inherit;
  box-sizing: content-box;
}

.form-field-label-wrapper {
  position: absolute;
  left: 0;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  top: -0.84375em;
  padding-top: 0.84375em;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Roboto, sans-serif;
  letter-spacing: normal;
}

.form-field-label {
  color: rgba(0, 0, 0, 0.54);
  position: absolute;
  left: 0;
  font: inherit;
  pointer-events: none;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transform-origin: 0 0;
}

.form-field-input:valid + .form-field-label-wrapper {
  transform: scale(0.75);
  top: -25px;
  left: -38px;
}

::placeholder {
  color: transparent;
}

.form-field-input:focus + .form-field-label-wrapper {
  transform: scale(0.75);
  top: -25px;
  left: -38px;
}

.form-field-input:focus + .form-field-label-wrapper > .form-field-label {
  color: #3aa6dd;
}

.form-field-suffix {
  white-space: nowrap;
  flex: none;
  position: relative;
  color: rgba(0, 0, 0, 0.54);
}

.form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
  height: 1px;
  bottom: 1.25em;
  position: absolute;
  width: 100%;
  pointer-events: none;
  transform: scale3d(1, 1.0001, 1);
}

.form-field-underline-focus {
  height: 2px;
  background-color: #3aa6dd;
  bottom: 1.25em;
  position: absolute;
  width: 100%;
  pointer-events: none;
  transform: scale3d(1, 1.0001, 1);
}

.form-field-ripple {
  top: 0;
  height: 2px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.87);
  position: absolute;
  left: 0;
  width: 100%;
  transform-origin: 50%;
  transform: scaleX(0.5);
  opacity: 0;
  transition: background-color 300ms cubic-bezier(0.55, 0, 0.55, 0.2);
}

.btn-outline-primary {
  border-color: #3aa6dd;
  background-color: #3aa6dd;
  color: #fafafa;
  border: none;
  box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
  box-sizing: border-box;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: baseline;
  text-align: center;
  margin: 0;
  min-width: 64px;
  line-height: 36px;
  padding: 0 16px;
  border-radius: 4px;
  overflow: visible;
  transform: translate3d(0, 0, 0);
  transition: 'background 400ms cubic-bezier(0.25, 0.8, 0.25, 1),box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1)';
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.login-button {
  padding-right: 0px;
  text-align: right;
  margin-bottom: 25px;
}

.login-text {
  text-align: left;
  padding-left: 0px;
  color: #555555;
}

.loginbttm {
  padding: 0px;
}
