.gsi-material-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: #141919;
  background-image: none;
  border: 1px solid #747775;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #d5b37d;
  cursor: pointer;
  font-family: 'Roboto', arial, sans-serif;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
  transition: background-color .218s, border-color .218s, box-shadow .218s;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  max-width: 400px;
  min-width: min-content;
}

  .gsi-material-button .gsi-material-button-icon {
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
    width: 20px;
  }

  .gsi-material-button .gsi-material-button-content-wrapper {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%;
  }

  .gsi-material-button .gsi-material-button-contents {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-family: 'Roboto', arial, sans-serif;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
  }

  .gsi-material-button .gsi-material-button-state {
    -webkit-transition: opacity .218s;
    transition: opacity .218s;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
  }

  .gsi-material-button:disabled {
    cursor: default;
    background-color: #ffffff61;
    border-color: #1f1f1f1f;
  }

    .gsi-material-button:disabled .gsi-material-button-contents {
      opacity: 38%;
    }

    .gsi-material-button:disabled .gsi-material-button-icon {
      opacity: 38%;
    }

  .gsi-material-button:not(:disabled):active .gsi-material-button-state,
  .gsi-material-button:not(:disabled):focus .gsi-material-button-state {
    background-color: #303030;
    opacity: 12%;
  }

  .gsi-material-button:not(:disabled):hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    background-color: #294e11;
    transition: 0.5s;
    color: #6abf2e;
  }

    .gsi-material-button:not(:disabled):hover .gsi-material-button-state {
      background-color: #303030;
      opacity: 8%;
    }

.checkbox input {
  opacity: unset;
  position: unset;
  width: unset;
  height: unset;
}

.carousel-inner {
}

.carousel-indicators {
  /* width: 300px; */
}



div.carousel-caption {
  color: #d9d9a4;
  text-shadow: 2px 2px 3px black;
  box-shadow: inset 0 0 0 5vmax rgba(0,0,0,0.7);
}

  div.carousel-caption p {
    color: #d4d4c4;
    text-shadow: 3px 3px 3px black;
  }

@media only screen and (max-width: 768px) {
  div.text-large {
    font-size: 100% !important;
  }

  .px-3 {
    padding: 2px !important;
  }

  .mb-4 {
    margin: 5px 0 10px 0 !important;
  }

  .carousel.slide {
    margin-top: 10px;
    margin-bottom: 6px;
    /* width: 700px; */
    /* height: 450px; */
    filter: drop-shadow(12px 14px 16px black);
  }

  .landing-form-title {
    margin: 0px 0px -25px 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .carousel.slide {
    margin-top: 100px;
    width: 700px;
    height: 450px;
    filter: drop-shadow(12px 14px 16px black);
  }
}

/* Custom OAuth button styles for Microsoft and Discord to match Google */
.ms-btn-login, .discord-btn-login {
  font-family: 'Roboto', arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.25px;
  border-radius: 4px;
  border: 1px solid #747775;
  height: 40px;
  min-width: min-content;
  max-width: 400px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  background-color: #141919;
  color: #d5b37d;
  transition: background-color .218s, border-color .218s, box-shadow .218s, color .218s;
}
.ms-btn-login:hover, .discord-btn-login:hover {
  background-color: #294e11;
  color: #6abf2e;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}
.ms-btn-login:active, .discord-btn-login:active {
  background-color: #303030;
  color: #6abf2e;
}
.ms-btn-login:disabled, .discord-btn-login:disabled {
  cursor: default;
  background-color: #ffffff61;
  border-color: #1f1f1f1f;
  color: #747775;
}
.ms-btn-login svg, .discord-btn-login svg {
  margin-right: 12px;
}
