@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Poppins:400,500&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  user-select: none;
}

.container-fluid {
  background-image: linear-gradient(rgba(4, 9, 30, 0.6), rgba(4, 9, 30, 0.6)),
    url(../image/background.jpg);
  height: 100vh;
  background-size: cover;
  background-position: center;
  padding: 20px;
  text-align: center;
  
   
  
}

container-fluid:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  text-align: center;
  /* //reduced login page card size */
  padding: 1px 32px;
  width: 500px;
  transform: translate(-50%, -50%);
  background: rgba(226, 219, 219, 0.7);
  box-shadow: -1px 4px 28px 0px rgba(0, 0, 0, 0.75);
  
}
.app{
  display: flex;
  justify-content:center ;
  /* width:10%;
  height:100px; */
}
.button1,
.button2 {
  margin: 0 10px; 
}
.button1 img,
.button2 img {
  border-radius: 6px; /* Adjust the border-radius value as needed */
}
@media only screen and (max-width: 600px) {
  .content {
    width: 90%;
  }
}
/* ... (previous styles) */

.content header {
  font-size: 33px;
  font-weight: 600;
  margin: 0 0 35px 0;
  font-family: 'Montserrat', sans-serif;
  color: white; /* Default color for other headers */

  /* Faculty Sign In header style */
}

.content header.faculty-signin {
  color: black; /* Change font color to black for Faculty Sign In header */
}

/* ... (remaining styles) */

.field {
  position: relative;
  height: 45px;
  width: 100%;
  display: flex;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 8px;
}

.field span {
  color: #222;
  width: 40px;
  line-height: 45px;
}

.field input {
  height: 100%;
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: #222;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}


.space {
  margin-top: 16px;
}

.show {
  position: absolute;
  right: 13px;
  font-size: 13px;
  font-weight: 700;
  color: #222;
  display: none;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
}

.pass-key:valid ~ .show {
  display: block;
}

.pass {
  text-align: left;
  margin: 10px 0;
}

.pass a {
  color: white;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
}

.pass:hover a {
  text-decoration: underline;
}

.field input[type="submit"] {
  background: #22bb33;
  border: 1px solid #22bb33;
  color: white;
  font-size: 18px;
  letter-spacing: 1px;  
  font-weight: 600;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  border-radius: 8px;
}

.field input[type="submit"]:hover {
  background: #22bb33;
}

.login {
  color: white;
  margin: 20px 0;
  font-family: 'Poppins', sans-serif;
}

.links {
  display: flex;
  cursor: pointer;
  color: white;
  margin: 0 0 20px 0;
}

.facebook,
.instagram {
  width: 100%;
  height: 45px;
  line-height: 45px;
  margin-left: 10px;
}

.facebook {
  margin-left: 0;
  background: #4267b2;
  border: 1px solid #3e61a8;
}

.instagram {
  background: #e1306c;
  border: 1px solid #df2060;
}

.facebook:hover {
  background: #3e61a8;
}

.instagram:hover {
  background: #df2060;
}

.links i {
  font-size: 17px;
}

i span {
  margin-left: 8px;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}

.signup {
  font-size: 15px;
  color: white;
  font-family: 'Poppins', sans-serif;
}

.signup a {
  color: #3498db;
  text-decoration: none;
}

.signup a:hover {
  text-decoration: underline;
}

.logo {
  border-radius: 50%;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: block; /* Ensure it's treated as a block-level element */
  width: 110px; /* Set a fixed width for better control */
  height: 110px; /* Set a fixed height for better control */
  object-fit: cover; /* Ensure the image covers the entire container */
  overflow: hidden; /* Hide any overflow */
}



.rounded {
  border-radius: 50%;
}
/* ... (previous styles) */
.text-center.text-black {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
}

.text-center.text-black .title_green,
.text-center.text-black .title_blue {
  display: inline-block;
  margin-left: 5px; /* Adjust the margin as needed */
}
.title_green,
.title_blue {
  margin-right: 0;
}




