/*!****************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./js-develop/css/login.css ***!
  \****************************************************************************/

.form-item {
  width: 100%;
}

.or-divider {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
}

.or-desc {
  padding: 0.5em 1em;
}

.or-divider>hr {
  margin: 0;
  border-left: 2px solid #eeeeee;
  flex-grow: 1;
  opacity: 1;
}

.login-container {
  flex-grow: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 3em;
}

.auth-button-holder {
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.auth-button-holder>a {
  margin: 1em;
}

.auth-button-holder .form-item {
  display: flex;
  justify-content: center;
  text-decoration: none;
}

.oAuthButton {
  height: 3em;
  align-items: center;
  justify-content: flex-start;
  display: flex;
  color: white;
  font-weight: 500;
  font-size: 16px;
  flex: 0 0 16.5rem;
}

.btn.oAuthButton:hover {
  color: #ffffff;
  -webkit-box-shadow: 0 0 3px 3px rgba(66, 133, 244, .3);
  box-shadow: 0 0 3px 3px rgba(66, 133, 244, .3);
}

.oAuthButton img {
  height: 2.2em; /* height: 100% does not work on mac */
  align-self: flex-start;
  justify-self: flex-start;
}

.oAuthButton span {
  padding-left: 24px;
  align-self: center;
  justify-self: flex-start;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 1px transparent;
}

.oAuthIcon {
  height: 100%;
}

/* https://developers.google.com/identity/branding-guidelines */
.btn-google {
  background-color: rgba(66, 133, 244, 1);
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.btn-google:hover {
  background-color: rgba(66, 133, 244, 0.8) !important;
}

.btn-google img {
  height: 2.875em; /* height: 100% does not work on mac */
  background-color: white;
  padding: 12px;
}

.btn-facebook {
  background-color: rgba(59, 89, 152, 1);
  border-color: #3b5998;
  color: white;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

.btn-facebook:hover {
  background-color: rgba(59, 89, 152, 0.8) !important;
}

/* https://docs.microsoft.com/en-us/azure/active-directory/develop/howto-add-branding-in-azure-ad-apps */
.btn-microsoft {
  color: #ffffff;
  background-color: rgba(47, 47, 47, 1);
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  border-radius: 0;
}

.btn-microsoft:hover {
  background-color: rgba(47, 47, 47, 0.8) !important;
}

.btn-google.staticProvider:hover,
.btn-google.staticProvider:visited,
.btn-google.staticProvider:active {
  background-color: #dd4b39 !important;
  border-color: #dd4b39 !important;
  font-size: 88%;
  font-weight: 500;
}

.btn-fb.staticProvider:hover,
.btn-fb.staticProvider:active {
  background-color: #3b5998 !important;
  border-color: #3b5998 !important;
}

select[readonly] {
  pointer-events: none;
  background-color: #e9ecef;
}

.provider-img {
  width: 4rem;
  height: 4rem;
}
