/*../config/services/sis_portal_authentication/style/site.less*/
.authOauthGoogle {
  background-color: #e0492f;
  height: 40px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  margin: 2px;
}
.authOauthYahoo {
  background-color: #660066;
  height: 40px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  margin: 2px;
}
.authOauthMicrosoft {
  background-color: #b6cf72;
  height: 40px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  margin: 2px;
}
.authOauthFacebook {
  background-color: #3b5b99;
  height: 40px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  margin: 2px;
}
.authOauthInstagram {
  background-color: #cd486b;
  height: 40px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  margin: 2px;
}
.authCompanyTitle {
  padding: 50px 30px 50px;
  font-size: 32px;
  font-weight: bold;
}
.authCompanyTitle a {
  text-decoration: none;
}
.authPageCopyrightContainer {
  position: relative;
  overflow: hidden;
}
.authPageCopyrightContainer .authPageCopyrightText {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
}
.authPageCopyrightContainer .authPageCopyrightText img {
  width: 35px;
  vertical-align: text-bottom;
  margin-left: 5px;
}
.sis-agree-term {
  border: 1px solid #DDD;
  padding: 5px;
  height: 150px;
  overflow-x: hidden;
  overflow-y: auto;
}
.sis-register-more_info {
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding: 5px;
}
.sis-verification-message-container {
  text-align: center;
  line-height: 30px;
}
.sis-verification-code {
  text-align: center;
}
.user-profile-var-category {
  background-color: #dadee1;
  margin-bottom: 10px;
}
.user-profile-var-category .sisCaption {
  padding: 5px;
}
.user-profile-var-service {
  background-color: #b8b8be;
  margin-bottom: 10px;
}
.user-profile-var-service .sisCaption {
  padding: 5px;
}
.sis-frm-section {
  border: 1px solid #b8b8be;
  background-color: #dadee1;
  padding: 5px;
  min-height: 50px;
  margin-bottom: 10px;
}
.sis-frm-fieldset {
  padding: 5px;
  min-height: 100px;
  border: 1px solid #b8b8be;
  background-color: #dadee1;
  margin-bottom: 10px;
}
.sis-frm-fieldset legend {
  float: right;
  border: 0;
  font-size: large;
  width: calc(100% + 10px);
  background-color: transparent;
}
.sis-frm-hr {
  padding: 5px 0;
}
.sis-frm-hr hr {
  border-top: 1px solid #aaa;
}
.sis-frm-pagebreak {
  padding: 5px;
}
.sis-frm-pagebreak hr {
  border-top: 2px dashed #777;
}
.sis-frm-link {
  padding: 5px;
}
.groupName {
  width: 30%;
  min-width: 150px;
  float: left;
}
.authCompanyTitle {
  padding: 50px 30px 50px;
  font-size: 32px;
  font-weight: bold;
}
.sis-login-button {
  height: 40px;
  float: left;
  margin-right: 5px;
  min-width: 80px;
}
.sis-login-captcha-image {
  margin-right: 5px;
}
