.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 202px !important;
}

.forgot {
  width: 200px;
  color: white;
  margin: auto;
  color: black;
  cursor: pointer;
  text-decoration: underline;
  height: 30px !important;
  /* background-color: #4682b4; */
}

.border {
  border-radius: 1px !important;
}
input[type="email"],
input[type="password"] {
  height: 43px !important;
  padding-left: 10px;
  font-family: Arial, Helvetica, sans-serif !important;
  border: 1px solid #b0c4de; /* Light border */
  background-color: #f8f9fa;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
input[type="email"]:focus,
input[type="password"]:focus {
  border-color: #4682b4;
  box-shadow: 0px 4px 8px rgba(70, 130, 180, 0.3); /* Enhanced shadow on focus */
  outline: none;
}
.footer-container {
  left: 0;
  bottom: 0;
  width: 100%;
  /* height: 205px; */

  text-align: center;
}
.text-6xl,
.text-sm,
.border,
.forgot,
.text-gray-400,
.sans {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.bottom {
  margin-bottom: 20%;
}
.popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
.popup-content {
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 400px;
}
.input-field {
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 10px;
  background: #f9f9f9;
}
.error-message {
  color: red;
  font-size: 0.875rem;
  margin-top: 4px;
}
.btn-primary {
  background-color: #4682b4;
  color: white;
  padding: 8px 16px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

.btn-secondary {
  background-color: #e0e0e0;
  color: #333;
  padding: 8px 16px;
  border-radius: 5px;
  border: none;
  margin-left: 10px;
  cursor: pointer;
}
.btn-secondary:hover {
  background-color: #c6c6c6;
}
.success-message {
  color: green;
  font-size: 0.875rem;
}
@media (max-width: 760px) {
  .invalidcredentials {
    font-size: 60px;
  }
  .erormsg {
    padding-top: 10px;
  }
  .navbar {
    width: 1049px;
    display: flex;
    z-index: 999;
    justify-content: space-between;
    align-items: center;
    padding: 1px 20px;
    background-color: black;
    position: sticky;
    top: 0;
    overflow: hidden;
  }
  .footerr {
    width: 1049px;
    background-color: #1a1a1a;
    color: white;
    text-align: center;
    padding: 20px 0;
    font-family: "Roboto", sans-serif;
  }
  .power {
    width: 1049px;
    background-color: #1a1a1a;
    height: 20px;
    display: flex !important
;
    flex-direction: column !important;
    margin-top: -10px;
    color: white !important;
    font-size: 10px;
    text-align: center;
  }
  .copyright {
    width: 1049px;
    background-color: #1a1a1a;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
  }
  .foterposition {
    position: fixed;
    bottom: 0;
  }
  .footerr .social-icons a {
    color: white;
    margin: 0 10px;
    font-size: 37px !important;
    width: 106px !important;
    height: 106px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    border-radius: 50%;
    transition: all 0.3s ease;
  }
  .fa-phone-alt:before,
  .fa-phone-flip:before {
    content: "\f879";
    font-size: 42px;
  }
  .fa-envelope:before {
    content: "\f0e0";
    font-size: 42px;
  }
  .left {
    font-size: 40px;
    margin-left: 4px;
  }
  .text a {
    font-size: 27px;
    text-decoration: none !important;
    color: white;
  }
  .p {
    font-size: 27px;
    margin-top: -5px;
    color: white !important;
  }
  .power {
    font-size: 15px !important;
    padding-bottom: 40px;
  }
  .bottom {
    width: 336%;
    height: fit-content;
    max-width: 1000px;
    position: absolute;
    top: 94%;
    left: 134% !important;
    transform: translate(-50%, -50%);
    padding: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  }
  input::placeholder {
    font-size: 3rem; /* Adjust as needed */
  }
  input[type="email"],
  input[type="password"] {
    margin-top: 80px !important;
    margin: 10px;
    width: 457px !important;
    height: 124px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    border: 1px solid #b0c4de;
    background-color: #f8f9fa;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
  }

  /* Input field width adjustment */
  input {
    font-size: 1rem; /* Adjust the font size for input text */
    width: 100%; /* Set input width to full width */
  }
  .text-6xl {
    font-size: 11rem; /* Adjust as needed */
  }
  /* Button font size and padding adjustment */
  button {
    font-size: 1.2rem; /* Adjust button text size */
    padding: 10px 0px;

    /* Adjust button padding */
  }
  .text-sm {
    font-size: 2.5rem;
  }
  .border {
    font-size: 60px;
    margin-top: 20px;
  }
  .text-gray-400 {
    font-size: 58px;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 100%;
  }
  .sans {
    width: 300px;
    font-size: 50px;
    padding-top: 20px;
    display: flex;
  }
  .mt-1 {
    margin-left: 50px !important;
  }
  .emailerror {
    width: 475px;
    text-align: start;
    font-size: 38px;
    color: red;
  }
  .passworderror {
    width: 475px;
    font-size: 38px;
    color: red;
  }
  .popup-content {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 766px;
  }
  #userEmail {
    margin-top: 80px !important;
    margin: 10px;
    width: 700px !important;
    height: 124px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    border: 1px solid #b0c4de;
    background-color: #f8f9fa;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
  }
  .error-message {
    color: red;
    font-size: 2.875rem;
    margin-top: 4px;
  }
  .font-bold {
    font-size: 51px;
    font-weight: 700;
  }
  #responsiveEmailInput {
    margin-top: 80px !important;
    margin: 10px;
    padding-left: 10px;
    width: 710px !important;
    height: 124px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    border: 1px solid #b0c4de;
    background-color: #f8f9fa;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
  }
  .btn-primary {
    background-color: #4682b4;
    color: white;
    padding: 10px 16px;
    border-radius: 5px;
    border: none;
    font-size: 50px;
    cursor: pointer;
  }
  .btn-secondary {
    background-color: #4682b4;
    color: white;
    padding: 10px 16px;
    border-radius: 5px;
    border: none;
    font-size: 50px;
    cursor: pointer;
  }
}
@media (max-width: 390px) {
  .footerr .social-icons a {
    color: white;
    margin: 0 10px;
    font-size: 37px !important;
    width: 106px !important;
    height: 106px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    border-radius: 50%;
    transition: all 0.3s ease;
  }
  .fa-phone-alt:before,
  .fa-phone-flip:before {
    content: "\f879";
    font-size: 42px;
  }
  .fa-envelope:before {
    content: "\f0e0";
    font-size: 42px;
  }
  .left {
    font-size: 40px;
    margin-left: 4px;
  }
  .text a {
    font-size: 27px;
    text-decoration: none !important;
    color: white;
  }
  .p {
    font-size: 27px;
    margin-top: -5px;
    color: white !important;
  }
  .power {
    font-size: 15px !important;
    padding-bottom: 40px;
  }
  .bottom {
    width: 336%;
    height: 92vh;
    max-width: 1000px;
    position: absolute;
    top: 94%;
    left: 134% !important;
    transform: translate(-50%, -50%);
    padding: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 414px) {
  .footerr .social-icons a {
    color: white;
    margin: 0 10px;
    font-size: 37px !important;
    width: 106px !important;
    height: 106px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    border-radius: 50%;
    transition: all 0.3s ease;
  }
  .fa-phone-alt:before,
  .fa-phone-flip:before {
    content: "\f879";
    font-size: 42px;
  }
  .fa-envelope:before {
    content: "\f0e0";
    font-size: 42px;
  }
  .left {
    font-size: 40px;
    margin-left: 4px;
  }
  .text a {
    font-size: 27px;
    text-decoration: none !important;
    color: white;
  }
  .p {
    font-size: 27px;
    margin-top: -5px;
    color: white !important;
  }
  .power {
    font-size: 15px !important;
    padding-bottom: 40px;
  }
  .bottom {
    width: 336%;
    height: fit-content;
    max-width: 1000px;
    position: absolute;
    top: 94%;
    left: 127%;
    transform: translate(-50%, -50%);
    padding: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 360px) {
  .footerr .social-icons a {
    color: white;
    margin: 0 10px;
    font-size: 37px !important;
    width: 106px !important;
    height: 106px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    border-radius: 50%;
    transition: all 0.3s ease;
  }
  .fa-phone-alt:before,
  .fa-phone-flip:before {
    content: "\f879";
    font-size: 42px;
  }
  .fa-envelope:before {
    content: "\f0e0";
    font-size: 42px;
  }
  .left {
    font-size: 40px;
    margin-left: 4px;
  }
  .text a {
    font-size: 27px;
    text-decoration: none !important;
    color: white;
  }
  .p {
    font-size: 27px;
    margin-top: -5px;
    color: white !important;
  }
  .power {
    font-size: 15px !important;
    padding-bottom: 40px;
  }
  .bottom {
    width: 336%;
    height: fit-content;
    max-width: 1035px;
    position: absolute;
    top: 121%;
    left: 145% !important;
    transform: translate(-50%, -50%);
    padding: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  }
}
