:root {
  --fallback-font-stack: Helvetica, Arial, serif;
}

a {
  text-decoration:none;
}

button {
  cursor:pointer;
}
.admin-login .adminLoginBtn:hover {
  background-color: #e79244 !important;
} 

html, body {
  height: 100%;
  margin: 0;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

input[type=password], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

.admin-login.userProfileSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; /* Center content vertically */
  background-color: #4d5965;
  overflow: hidden;
  height: 100vh; /* Full viewport height */
}

.admin-login .contentBox3 {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #1e2d3c;
  height : 75px;
}

.admin-login .profileImage {
  margin: 14px 0 14px 15px;
  width: 63px;
}

.admin-login .contentBox2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; /* Center content vertically */
  width: 84.62%;
  background-color: white;
  border-radius: 10px;
  margin: auto; /* Center horizontally */
  max-width: 600px;
}

.admin-login .flexColumn {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 56px 34px 55px;
}

.admin-login .butterflyLongevityTracker {
  display: flex;
  justify-content: center;
  font: 600 20px/1.2 Cabin, Helvetica, Arial, serif;
  color: #271626;
  text-align: center;
}

.admin-login .content_box {
  display: flex;
  flex-direction: column;
  margin: 30px 0 0;
  width: 100%;
  background-color: #f6f6f6;
  border-radius: 5px;
  outline: 1px solid #adadad;
  outline-offset: -1px;
}

.admin-login .usernameInput {
  margin: 8px 0 10px 14px;
  width: 68px;
  font: 400 14px/1.21 Cabin, Helvetica, Arial, serif;
  color: #4d5965;
}

.admin-login .contentBox1 {
  display: flex;
  flex-direction: column;
  margin: 18px 0 0;
  width: 100%;
  background-color: #f6f6f6;
  border-radius: 5px;
  outline: 1px solid #adadad;
  outline-offset: -1px;
}

.admin-login .passwordInput {
  margin: 8px 0 10px 14px;
  width: 65px;
  font: 400 14px/1.21 Cabin, Helvetica, Arial, serif;
  color: #4d5965;
}

.admin-login .adminLoginBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 33px 0 34px;
  width: 195px;
  max-width: 100%;
  font: 700 20px/1.2 Cabin, Helvetica, Arial, serif;
  color: white;
  text-align: center;
  background-color: #a0b8d1;
  border-radius: 5px;
  padding: 18px 8px;
}

.admin-login .backBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 0 0;
  width: 100vw;
  max-width: 100%;
  font: 700 15px/1.2 Cabin, Helvetica, Arial, serif;
  color: white;
  text-align: center;
  background-color: #1e2d3c;
  padding: 20px 8px;
  height: 75px;
}

.errorMessage{
  color: red;
  font: 400 14px/1.21 Cabin, Helvetica, Arial, serif;
  margin: auto;
}