@font-face {
  font-family: "EJ Sans Text Var";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("./fonts/EJ_Sans_Text_v2_000_Romans_Variable.ttf") format("truetype");
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "EJ Sans Text Var", ui-sans-serif, sans-serif;
}

.reset-password-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #f7f7f9;
}
.reset-password-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 2rem;
}

.reset-password-card {
  width: 47.5rem;
  max-width: 100%;
  padding: 3rem;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 1rem 0 #0000000F;
  text-align: center;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem;
}

.logo-wrapper img {
  width: 11.25rem;
  height: 3.5rem;
  display: block;
  object-fit: contain;
}

.divider {
  width: 100%;
  height: 0.125rem;
  margin-bottom: 2rem;
  background: #CDCCCB;
}

.reset-password-section {
  width: 100%;
  padding: 0 1rem;
  box-sizing: border-box;
}

.reset-password-section h1 {
  margin: 0 0 0.75rem;
  color: #3B3D3F;
  font-size: 2.25rem;
  line-height: 1.13;
  font-weight: 700;
}

.description {
  margin: 0 0 1.5rem;
  color: #767576;
  font-size: 1.125rem;
  line-height: 125%;
  font-weight: 400;
}

.reset-password-section > img {
  width: 15rem;
  height: 15rem;
  display: block;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 0.5rem;
  border: 0.0625rem solid #E6E7E8;
}

.bottom-section {
  margin-top: 1.5rem;
  text-align: center;
}

.bottom-section p {
  margin: 0;
}

.bottom-section .need-assist-text {
  display: inline-block;
  color: #5E5E5E;
  font-size: 1rem;
  line-height: 113%;
  font-weight: 400;
  margin-bottom: 0.25rem;
}

.bottom-section .service-desk {
  display: inline;
  margin: 0;
  color: #5E5E5E;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 400;
}

.bottom-section .service-desk a {
  color: #0076A0;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.bottom-section .service-desk a:hover {
  text-decoration: underline;
}

.bottom-section > img {
  width: 1.25rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.25rem;
}

.bottom-section .internal-use {
  display: block;
  margin-top: 2rem;
  color: #767576;
  font-size: 1rem;
  line-height: 113%;
  font-weight: 400;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.75rem;
  background: #3B3D3F;
  color: #CDCCCB;
  text-align: center;
  font-size: 0.75rem;
  line-height: 150%;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .logo-wrapper{
    margin-bottom: 2rem;
  }
  .reset-password-card{
    width: 30rem;
  }
  .reset-password-section{
    padding: 0;
  }
  .bottom-section .internal-use{
    padding: 0 1rem;
  }
}

@media (max-width: 767px) {
  .reset-password-content{
    padding: 2rem 1.25rem;
  }
  .reset-password-card{
    padding:2rem 1.5rem;
  }
}

/* CSS for revision log table for PDF archival */

.container {
  padding-left: 0;
  padding-right: 0;
  max-width: 75.875rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-bottom: 2.5rem;
}

.heading-4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  padding: 1rem 0;
}

.table-striped tr:nth-child(even) {
  background-color: #f3f4f6;
}

.table-container {
  font-size: 1.125rem;
  display: flex;
  border: 2px solid #d1d5db;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.table-container > div {
  width: 100%;
  border: 2px solid #d1d5db;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  overflow-x: auto;
}

.table-container table {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.table-container table tr:nth-child(even) {
  background-color: #f3f4f6;
}

.table-container table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.table-container table thead th {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #6b7280;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0;
  padding-bottom: 0.5rem;
  font-weight: 600;
  text-align: left;
}

.table-container table tbody tr td {
  vertical-align: top;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border: none;
  font-weight: 300;
}

.table-container table tbody tr:last-child {
  background-color: #ffffff;
}

.table-container table tbody tr:last-child td {
  padding-bottom: 0.25rem;
}

.table-container.no-stripes table tr:nth-child(even) {
  background-color: unset;
}
