@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,500";

body,
html {
  font-family: "Source Sans Pro", Arial, sans-serif;
}

body {
  background-color: #f7f7f7;
}

.h1 {
  color: #333;
  font-weight: 300;
}

.h2 {
  color: #707070;
}

.card {
  margin-bottom: 32px;
}

.card-body {
  padding-bottom: 64px;
}

.login-header-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .login-header-flex {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
  .login-header-flex img {
    margin-bottom: 0 !important;
    margin-right: 1.5rem;
  }
}

.grouped-input {
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-card {
  border-radius: 0;
  border: 0;
  max-width: 856px;
}

.login-card .card-body {
  /* padding: 2rem; */
  max-width: 490px;
  margin: 0 auto;
}

.btn-as-text {
  border: none;
  background-color: transparent;
}

.icon-pec-login {
  width: 72px;
  height: 72px;
}
.icon-pec-mail {
  font-size: 36px;
}

.error {
  color: #b71c1c;
  background-color: #ffebee;
  border: 1px solid #f44336;
  padding: 0.75rem;
  border-radius: 4px;
  font-weight: bold;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .icon-pec-login {
    width: 100px;
    height: 100px;
  }
  .icon-pec-mail {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .icon-pec-login {
    width: 124px;
    height: 124px;
  }
  .icon-pec-mail {
    font-size: 60px;
  }
}

.min-w-md {
  min-width: 320px;
  max-width: 360px;
}
@media (min-width: 768px) {
  .min-w-md {
    min-width: 360px;
  }
}

.padding {
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
}

.back-button {
  min-width: 40px;
  text-decoration: none;
  padding: 0;
  display: inline;
  line-height: 1.1rem;
}

.back-button:focus {
  text-decoration: underline;
}

.mailbox-display {
  word-break: break-all;
  font-weight: normal;
  font-size: 1.1rem;
  padding: 0px;
  margin:0;
  line-height: 1rem;
  display: inline-block;
}