/*------------common-colors*/
/*------------font*/
/*--------------------*/
.btn {
  height: 2.6rem;
  font-size: 1.3rem;
  line-height: 1.3rem;
  padding: 0.375rem 0.75rem;
}

.login-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  margin-top: 3.5rem;
}

.login-buttons .btn {
  text-transform: uppercase;
}

.one-button .btn-text {
  display: inline-block;
}

.one-button .btn svg {
  margin-left: 1rem;
}

@media (min-width: 48em) {
  .one-button .btn svg {
    margin-left: 3rem;
  }
}
.btn {
  font-size: 1rem;
}

.btn-gray:hover {
  color: white !important;
}
.btn-gray:hover svg {
  fill: #FFFFFF;
}

#application-name-logo {
  height: 3rem;
}

.btn-gray.clicked:hover {
  color: #343A40;
}

.one-button .btn svg {
  margin-left: 0;
}
/*# sourceMappingURL=login-buttons.css.map */
