.inset {
  border-top: 1px solid #505050;
}

a {
    color: #FFFFFF;
}

#recaptcha-v2-container {
  margin-top: 1rem;
}

.divider {
  align-items: center;
  text-align: center;
  margin: 10px 0;
  font-size: 13px;
}

.divider p {
  position: relative;
  margin: 0 10px;
  white-space: nowrap;
}

.divider p::before,
.divider p::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #262627;
  margin: 0 10px;
}

.divider2 {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  overflow: visible;
  height: 1px;
  margin: 1.5em 0;
  color:#535352;
}

.divider2::after {
  content: attr(data-content);
  display: inline-block;
  background: #e8eaef; /* match page background */
  padding: 0 0.75em;
  position: relative;
  top: -0.6em;
  color: #898989;
}

.svg-container {
  /*display: flex;*/
  display: flex; flex-direction: row;
  padding: 0 70px;
  box-sizing: border-box;
  box-shadow: none;
  transition: box-shadow 0.3s ease;
  align-items: center;
  /*justify-content: space-between;*/
  margin: auto;
}

.svg-box:hover {
  cursor: pointer!important;
}

.svg-box svg {
  width: 100%!important;
  height: auto!important;
  margin: 10px;
}

.svg-container a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  background: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 10px;
  /*margin: 10px 20px;*/
  margin: auto;
  /*width: 30%;*/
  /*height: 40px;*/
  width: 70px;
  height: 40px; 
  justify-content: center;
}
.svg-container a:hover {
  box-shadow: 4px 5px 8px rgb(0 0 0 / 25%);
  color: #333;
}
.svg-container .icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  /*flex-shrink: 0;*/
  margin:auto;
}
.svg-container .icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.svg-container .text {
  font-size: 14px;
  user-select: none;
  text-align: center;
  margin: auto;
}