@charset "UTF-8";
/*media query*/
.idGoogle {
  position: relative !important;
  text-align: center;
  width: 100%;
  height: 50px;
  margin-top: 1rem;
  border: none;
  background: none;
}
.idGoogle:after {
  content: "";
  background-position: 50%;
  display: inline-block;
  width: 100%;
  max-width: 183px;
  height: 2.5rem;
  border: 1px solid #cccccc;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.idGoogle:hover {
  cursor: pointer;
  transform: scale(0.96);
  -moz-transform: scale(0.96);
  -webkit-transform: scale(0.96);
  -o-transform: scale(0.96);
  -ms-transform: scale(0.96);
  -webkit-box-shadow: 0 3px 7px rgba(54, 54, 54, 0.35);
  box-shadow: 0 3px 7px rgba(54, 54, 54, 0.35);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=3px, Color="#59363636");
}
.idGoogle:disabled {
  display: none;
}
.idGoogle:focus {
  outline: none;
}

.foot_card {
  text-align: center;
}
.foot_card .action {
  max-width: 183px;
  display: inline-block;
}

.swg_btn_text {
  position: relative;
  left: 0;
  width: 100%;
  font-size: 14px !important;
  margin-bottom: 8px !important;
  color: #4a4a4a !important;
}

.swg_btn_container {
  width: 100%;
  text-align: center;
}

.swg-button{
  width: 144px !important;
  height: 33px !important;
  min-width: 183px !important;
  min-height: 35px !important;
  margin-top: 10px !important;
}
.hr-text{
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
}
.hr-text:before {
  content: '';
  background: black;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 2em;
  line-height: 1.5em;
  background-color: white;
}
/*# sourceMappingURL=ph-swg-public.css.map */
