.button-login-container {
  display: inline-block;
  border: none;
  border-radius: 2px;
  margin-top: 10px;
  padding: 0;
  width: 100%;
  background-color: #fff;
  cursor: pointer;
  box-shadow: none;
}

.button-login-container:hover {
  background-color: white;
  box-shadow: none;
}

.login-container {
  margin-left: auto;
  margin-right: auto;
  border: rgb(51, 102, 204) 2px solid;
  border-radius: 22px;
  color: rgb(51, 102, 204);
  text-align: center;
  width: 340px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-container:hover {
  background-color: rgb(35, 63, 155);
  border: rgb(35, 63, 155) 2px solid;
  color: white;
}

.button-login-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  height: 46px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.or-container {
  display:block;
  padding: 0;
  margin: 0;
  min-width: 900px;
  padding-top: 40px;
}

.or-container hr {
  width: 454px;
  margin-left: auto;
  margin-right: auto;
}

.or-container p {
  width: 454px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: -15px;
}

.or-container span {
  background-color: #fff;
  padding: 5px;
  font-size: medium;
}

.no-pointer {
  cursor: default;
}
