@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  font-family: "League Spartan", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  font-family: Arial, sans-serif;
  background-image: url("../image/welds.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* font-family: "Courier New", Courier, monospace; */
  /* background-image: url("../images/bgadmindb.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; */
}

/* body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(8px);
    z-index: -1;
} */

.wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Header styles */
.main-header {
  background-color: transparent;
  color: #000000;
  padding: 0.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 2%;
  /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-bottom: #a7a6a6 0.1px solid; */
}

.main-header .logo {
  font-family: "League Spartan", serif;
  font-style: normal;
  font-size: 16px;
  margin-left: 2%;
}

.container {
  display: flex;
  grid-template-columns: repeat(2, 1fr);
}

.container .user-dropdown {
  display: flex;
  justify-content: flex-end;
}

.logo-container {
  display: flex;
  align-items: center;
  padding-right: 10%;
}

.logo {
  width: 60px;
  height: 95px;
  margin-right: 12px;
  padding-left: 20px;
}

.site-name {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-size: 30px;
  letter-spacing: 1px;
  color: #000000;
}

.login-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px; /* Space between icon and text */
  padding: 12px 24px;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(135deg, #ff7b00, #d65a00);
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.login-btn i {
  font-size: 18px;
}

.login-btn:hover {
  background: linear-gradient(135deg, #d65a00, #a94700);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.login-btn:active {
  transform: translateY(0);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

/* CONTENTS HOME */
#subHome {
  height: 82vh;
}

#context {
  padding-top: 15%;
}

#context h1,
#context h4 {
  font-family: "Times New Roman", serif;
  font-size: 50px;
  padding-left: 80px;
  letter-spacing: 2px;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 1.7);
}

#context span {
  color: #ff7200;
  font-size: 65px;
}

.cn {
  width: 120px;
  height: 25px;
  background: #ff7200;
  border: none;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-size: 20px;
  border-radius: 10px;
  cursor: pointer;
  position: absolute;
  margin-top: 2%;
  padding: 10px;
  transition: 0.4s ease;
  transform: translate(70%, 12%);
  text-decoration: none;
  color: white;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7);
}

.cn:hover {
  background-color: #ff9b4a;
}

/* CONTENTS  REGISTER */
.register-container {
  background-color: #f8f9fa; /*e3f2fd, f7ede2*/
  width: 90%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.titleofdiv {
  background: none;
  text-transform: uppercase;
  color: black;
  padding: 10px;
  margin-top: 2%;
  margin-bottom: 10px;
  border-bottom: solid 0.8px rgb(179, 179, 179);
}

.titleofdiv label {
  font-size: 16px;
}

.title {
  font-size: 26px;
  text-align: center;
}

.title2 {
  font-size: 16px;
  text-align: left;
}

.thirteen {
  letter-spacing: 20px;
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
  border: 0;
  outline: 0;
}

.form-row1,
.form-row2,
.form-row4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 5px;
}

.form-row3,
.form-row5 {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  gap: 10px;
}

.form-row1 label,
.form-row2 label,
.form-row4 label {
  flex: 1;
  text-align: left;
}

.form-row4 {
  padding-right: 25px;
}

.form-row1 input,
.form-row1 select,
.form-row1 textarea {
  flex: 2;
  padding: 7px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: left;
}

.form-row3 input {
  width: 10%;
  padding: 7px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.form-row5 input,
.form-row5 textarea {
  width: 40%;
  padding: 7px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.main-form-column1,
.main-educ-column1,
.main-classi-column1,
.main-pwd-column1 {
  display: flex;
  grid-template-columns: repeat(3, 1fr);
}

.info-column1 {
  width: 20%;
  padding: 5px;
}

.info-column2 {
  width: 30%;
  transform: translateY(-1%);
  padding: 5px;
}

.info-column3 {
  width: 50%;
  transform: translateY(-2%);
  padding: 5px;
}

.main-employment-column1 {
  display: flex;
  grid-template-columns: repeat(2, 1fr);
}

.employment-column1,
.employment-column2 {
  padding: 5px;
}

.employment-column2 {
  transform: translateY(-2%);
}

/* Footer */
footer {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 15px 0;
  font-size: 14px;
  width: 100%;
  bottom: 0;
  left: 0;
}

.footer-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}

.footer-section {
  text-align: center;
  flex: 1;
  min-width: 250px;
  margin: 10px 0;
}

.footer-section h3 {
  font-size: 16px;
  margin-bottom: 8px;
}

.footer-section p {
  margin: 5px 0;
}

.footer-section a {
  color: #1da1f2;
  text-decoration: none;
  font-weight: bold;
}

.footer-section i {
  font-size: 28px;
  margin-right: 5px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .main-header {
    background-color: white;
  }

  .logo {
    width: 30px;
    height: 50px;
  }

  .site-name {
    font-size: 15px;
  }

  .login-btn {
    width: 20%;
    padding: 16px 14px;
    font-size: 15px;
    font-weight: 200;
  }

  .login-btn i {
    font-size: 15px;
  }

  #subHome {
    height: 75vh;
  }

  #context {
    text-align: center;
    padding-top: 60%;
    transform: translateX(-10%);
  }

  #context span {
    font-size: 45px;
    text-shadow: 3px 3px 15px rgba(250, 250, 250, 0.7);
  }

  .cn {
    width: 175px;
    height: 25px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-self: center;
  }












  .footer-container {
    flex-direction: column;
    text-align: center;
  }

  footer {
    padding: 10px 0;
    font-size: 12px;
  }

  .footer-section h3 {
    font-size: 14px;
  }

  .footer-section i {
    font-size: 24px;
  }
}
