html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
}

.form-signin .form-floating:focus-within {
  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;
}

.google-btn {
  margin: 25px !important;
  width: 80% !important;
  min-width: 184px !important;
  max-width: 184px;
  height: 42px !important;
  background-color: #fcfcfc !important;
  border-radius: 2px !important;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .2) !important;
  cursor: pointer !important;
  cursor: hand !important;
  align-self: center !important;
  user-select: none !important;
  transition: all 400ms ease 0s !important;
  display: flex !important;
}
.google-btn .google-icon-wrapper {
  position: absolute !important;
  margin-top: 1px !important;
  margin-left: 1px !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 2px !important;
  user-select: none !important;
}
.google-btn .google-icon-svg {
  position: absolute !important;
  margin-top: 11px !important;
  margin-left: 11px !important;
  width: 18px !important;
  height: 18px !important;
  user-select: none !important;
}
.google-btn .btn-text {
  float: right !important;
  margin: 11px 14px 40px 40px !important;
  color: #757575 !important;
  font-size: 14px !important;
  letter-spacing: .2px !important;
  font-family: Roboto !important;
  user-select: none !important;
}
.google-btn:hover {
  box-shadow: 0 3px 8px rgba(117, 117, 117, .5) !important;
  user-select: none !important;
}
.google-btn:active {
  box-shadow: 0 1px 1px #757575 !important;
  background: #F8F8F8 !important;
  color: #fff !important;
  user-select: none !important;
}