.primary-button {
  font-family: Lato,arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1875;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 48px;
  margin: 0px;
  padding: 8px 12px;
  border: 2px solid rgba(0,0,0,0);
  border-radius: 4px;
  color: #fff;
  background-color: #004d44;
  box-shadow: 0 2px 0 #0b0c0c;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  -webkit-appearance: none
}

.primary-button:active,.primary-button:hover,.primary-button:link,.primary-button:visited {
  color: #fff;
  text-decoration: none
}
.primary-button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.primary-button:hover {
  background-color: #002e28;
}

.primary-button:active {
  border-color: #0b0c0c;
  border-width: 3px;
  color: #0b0c0c;
  background-color: #fd0;
  top: 2px
}

.primary-button:active svg path {
  fill: #0b0c0c;
}

.primary-button:focus {
  border-color: #0b0c0c;
  border-width: 3px;
  outline: 3px solid rgba(0,0,0,0);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0)
}

.primary-button:focus:hover {
  border-color: #fd0;
}

.primary-button:focus:hover:active {
  border-color: #0b0c0c;
}

.primary-button:focus:not(:active):not(:hover) {
  border-color: #fd0;
  outline: 3px solid #0b0c0c;
  box-shadow: 0 2px 0 rgba(0,0,0,0)
}

.primary-button:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -4px;
  left: -2px;
  background: rgba(0,0,0,0)
}

.primary-button:active:before {
  top: -4px
}

.primary-button:focus:not(:active):not(:hover)  {
  border-color: #fd0;
  outline: 3px solid #0b0c0c;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0);
}

.primary-button:focus{
  border-color: #0b0c0c;
  border-width: 3px;
  outline: 3px solid rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
}

.primary-button--disabled,.primary-button[disabled=disabled],.primary-button[disabled] {
  opacity: .5;
  color: #fff;
  background-color: #004d44;
}

.primary-button--disabled:active,.primary-button--disabled:focus,.primary-button--disabled:hover,.primary-button[disabled=disabled]:active,.primary-button[disabled=disabled]:focus,.primary-button[disabled=disabled]:hover,.primary-button[disabled]:active,.primary-button[disabled]:focus,.primary-button[disabled]:hover {
  background-color: #004d44;
  color: #fff;
  border-color: rgba(0,0,0,0);
  cursor: default
}

.primary-button--disabled:active svg path,.primary-button--disabled:focus svg path,.primary-button--disabled:hover svg path,.primary-button[disabled=disabled]:active svg path,.primary-button[disabled=disabled]:focus svg path,.primary-button[disabled=disabled]:hover svg path,.primary-button[disabled]:active svg path,.primary-button[disabled]:focus svg path,.primary-button[disabled]:hover svg path {
  fill: #fff
}

.primary-button--disabled:active,.primary-button[disabled=disabled]:active,.primary-button[disabled]:active {
  top: 0;
  border-width: 2px
}


.secondary-button {
  background-color: rgba(0,0,0,0);
  box-shadow: none;
  border-radius: 0
}

.secondary-button,.secondary-button:active,.secondary-button:hover,.secondary-button:link,.secondary-button:visited {
  color: #0b0c0c;
  border-color: rgba(0,0,0,0)
}

.secondary-button:hover {
  background-color: #f3f2f1
}

.secondary-button:hover:focus:active {
  background-color: #fd0;
}

.secondary-button[disabled] {
  color: #0b0c0c;
  border-color: rgba(0,0,0,0)
}

.secondary-button[disabled]:active,.secondary-button[disabled]:focus,.secondary-button[disabled]:hover {
  color: #0b0c0c;
  background-color: rgba(0,0,0,0);
  border-color: rgba(0,0,0,0)
}

.secondary-button svg path {
  fill: #0b0c0c
}

.secondary-button {
  border: 2px solid #0b0c0c;
  border-radius: 4px
}

.secondary-button,.secondary-button:active,.secondary-button:hover,.secondary-button:link,.secondary-button:visited {
  border-color: #0b0c0c
}

.upload-file {
  font-family: Lato,arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #0b0c0c;
  padding: 5px
}

.upload-file:focus {
  outline: 3px solid #fd0;
  box-shadow: inset 0 0 0 4px #0b0c0c;
}

.upload-file:focus-within {
  outline: 3px solid #fd0;
  box-shadow: inset 0 0 0 4px #0b0c0c;
}

.emailMFAButtons button {
    margin-right: 10px; /* Adds space between buttons */
}
.emailMFAButtons button:last-child {
    margin-right: 0; /* Prevents extra spacing on the last button */
}

.emailMFAButtons #next {
    margin-top: 10px; /* Prevents extra spacing on the last button */
}


