.overall {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

.form-signin {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 0 50px 0 50px;
}

.form-header {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.logos {
  margin-bottom: 15px;
}

.google-button {
  align-items: center;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
  display: flex;
  padding: 0;
}

.button-icon {
  padding: 5px;
  width: 35px;
}

.button-text {
  color: #757575;
  font-size: 12px;
  font-weight: 800;
  margin-left: 20px;
}

.button-container {
  width: 100%;
}

.messages {
  margin: auto;
}

.signout-message {
  margin: 100px 30px;
}