html, body * { box-sizing: border-box; font-family: 'Open Sans', sans-serif; }


.background-image {
    background-image: url('../Images/background.jpeg');
    background-size: cover; /* This ensures the image covers the entire container */
    background-position: center center; /* Centers the image horizontally and vertically */
    width: 100%;
    height: 100vh; /* Make the div take the full viewport height */
    position: fixed; /* Ensures the image stays fixed even when scrolling */
    top: 0;
    left: 0;
    z-index: -1; /* Set a negative z-index to place the image behind other content */
}
/* Styles for screens with width less than or equal to 576px (Extra Small Devices) */
@media (max-width: 576px) {
   
  .container {
    width: 60%;
    padding-top: 20px;
  }
  
  
  .fevi {
    padding-left:2%;
    text-align: left;
    padding-top:2%;
  }
  .info {
    margin-top: 2%;
    text-align: center;
    font-size: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: rgb(32, 232, 165);
    font-weight: bolder;
  }
  
  .frame {
    height: 430px;
    width: 110%;
    background:
      linear-gradient(
      rgba(255, 255, 255, 0.90),
      rgba(255, 255, 255, 0.90));
    background-size: cover;
    border-top: solid 1px rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: 0px 2px 7px rgb(255, 255, 255);
    overflow: hidden;
    transition: all .5s ease;
    margin-top: 8%;
  }
  
  .nav {
    width: 100%;
    height: 10px;
    padding-top: 10px;
    opacity: 1;
    transition: all .5s ease;
  
  }
  ul{
    margin-left: 2%;
  }
  
  li {
    padding-left: 10px;
    font-size: 18px;
    display: inline;
    text-transform: uppercase;
    padding-right: 10px;
    color: #ffffff;
  }
  
  .signin-active a {
  
    color: #000000;
    text-decoration: none;
    border-bottom: solid 2px #0e9e62;
    transition: all .25s ease;
    cursor: pointer;
    text-align: center;
  }
  
  
  .form-signin {
    width: 100%;
    height: 430px;
    font-size: 16px;
    font-weight: 300;
    padding-left: 37px;
    padding-right: 37px;
    padding-top: 55px;
  }
  
  
  .form-signin input{
    color: #464444;
    font-size: 13px;
  }
  
  .form-styling {
    width: 100%;
    height: 35px;
    padding-left: 15px;
    border: none;
    border-radius: 20px;
    margin-bottom: 20px;
    background: rgba(28, 169, 87, 0.2);
  }
  
  label {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px;
    padding-left: 15px;
    padding-bottom: 10px;
    color: rgb(0, 0, 0);
    display: block;
  }
  
  :focus {outline: none;
  }
  
  .form-signin input:focus, textarea:focus, .form-signup input:focus, textarea:focus {
      background: rgba(93, 250, 66, 0.3);
      border: none; 
      padding-right: 40px;
      transition: background .5s ease;
   }
  
  .btn-signin {
    float: left;
    font-weight: 700;  
    text-transform: uppercase; 
    width: 100%;
    height: 35px;
    border: none;
    border-radius: 20px;
    margin-top: 8px;
    text-decoration: none;
    background-color: rgb(32, 232, 165);  
    color: rgb(255, 255, 255);  
    transition: all .5s ease, top .5s ease .5s, height .5s ease .5s, background-color .5s ease .75s;   
  }
  .btn-signin:hover{
    color: rgb(48, 99, 201);   
  }
  
  .error-message{
    margin-top: -10px;
  }
  
  }
  
  /* Styles for screens between 577px and 767px (Small Devices) */
  @media (min-width: 577px) and (max-width: 767px) {
   
    .container {
      width: 40%;
      padding-top: 20px;
      padding-bottom: 10px;
    }
    
    .container-fluid{
      display: flex;
      align-items: center;
    }
    
    .fevi {
      flex: 1;
      padding-left:2%;
      text-align: left;
      padding-top:1%;
    }
    .info {
      margin-top: 2%;
      text-align: center;
      font-size: 30px;
      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
      color: rgb(32, 232, 165);
      font-weight: bolder;
      margin-right: 35%;
      
    }
    
    .frame {
      height: 400px;
      width: 55%;
      background:
        linear-gradient(
        rgba(255, 255, 255, 0.90),
        rgba(255, 255, 255, 0.90));
       
      background-size: cover;
      margin-left: 110%;
      border-top: solid 1px rgb(255, 255, 255);
      border-radius: 5px;
      box-shadow: 0px 2px 7px rgb(255, 255, 255);
      overflow: hidden;
      transition: all .5s ease;
      margin-top: 8%;
    }
    
    .nav {
      width: 100%;
      height: 80px;
      padding-top: 40px;
      opacity: 1;
      transition: all .5s ease;
    
    }
    ul{
      margin-left: 14%;
    }
    
    li {
      padding-left: 10px;
      font-size: 18px;
      display: inline;
      text-transform: uppercase;
      padding-right: 10px;
      color: #ffffff;
    }
    
    .signin-active a {
    
      color: #000000;
      text-decoration: none;
      border-bottom: solid 2px #0e9e62;
      transition: all .25s ease;
      cursor: pointer;
      text-align: center;
    }
    
    
    .form-signin {
      width: 100%;
      height: 430px;
      font-size: 16px;
      font-weight: 300;
      padding-left: 37px;
      padding-right: 37px;
      padding-top: 55px;
    }
    
    
    .form-signin input{
      color: #464444;
      font-size: 13px;
    }
    
    .form-styling {
      width: 100%;
      height: 35px;
      padding-left: 15px;
      border: none;
      border-radius: 20px;
      margin-bottom: 20px;
      background: rgba(28, 169, 87, 0.2);
    }
    
    label {
      font-weight: 400;
      text-transform: uppercase;
      font-size: 13px;
      padding-left: 15px;
      padding-bottom: 10px;
      color: rgb(0, 0, 0);
      display: block;
    }
    
    :focus {outline: none;
    }
    
    .form-signin input:focus, textarea:focus, .form-signup input:focus, textarea:focus {
        background: rgba(93, 250, 66, 0.3);
        border: none; 
        padding-right: 40px;
        transition: background .5s ease;
     }
    
    .btn-signin {
      float: left;
      font-weight: 700;  
      text-transform: uppercase; 
      width: 100%;
      height: 35px;
      border: none;
      border-radius: 20px;
      margin-top: 8px;
      text-decoration: none;
      background-color: rgb(32, 232, 165);  
      color: rgb(255, 255, 255);
      left: 0px;
      top: 0px;  
      transition: all .5s ease, top .5s ease .5s, height .5s ease .5s, background-color .5s ease .75s;   
    }
    .btn-signin:hover{
      color: rgb(48, 99, 201);   
    }
    
    .error-message{
      margin-top: -10px;
    }
    

  }
  
  /* Styles for screens between 768px and 991px (Medium Devices) */
  @media (min-width: 768px) and (max-width: 991px) {
   
    .container {
      width: 40%;
      padding-top: 20px;
    }
    
    
    .fevi {
      padding-left:2%;
      text-align: left;
      padding-top:2%;
    }
    .info {
      margin-top: 2%;
      text-align: center;
      font-size: 30px;
      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
      color: rgb(32, 232, 165);
      font-weight: bolder;
      margin-right: 3%;
      
    }
    
    .frame {
      height: 380px;
      width: 105%;
      background:
        linear-gradient(
        rgba(255, 255, 255, 0.90),
        rgba(255, 255, 255, 0.90));
       
      background-size: cover;
      margin-left: 65%;
      border-top: solid 1px rgb(255, 255, 255);
      border-radius: 5px;
      box-shadow: 0px 2px 7px rgb(255, 255, 255);
      overflow: hidden;
      transition: all .5s ease;
      margin-top: 20%;
    }
    
    .nav {
      width: 100%;
      height: 60px;
      padding-top:28px;
      opacity: 1;
      transition: all .5s ease;
    
    }
    ul{
      margin-left: 14%;
    }
    
    li {
      padding-left: 10px;
      font-size: 18px;
      display: inline;
      text-transform: uppercase;
      padding-right: 10px;
      color: #ffffff;
    }
    
    .signin-active a {
    
      color: #000000;
      text-decoration: none;
      border-bottom: solid 2px #0e9e62;
      transition: all .25s ease;
      cursor: pointer;
      text-align: center;
    }
    
    
    .form-signin {
      width: 100%;
      height: 430px;
      font-size: 16px;
      font-weight: 300;
      padding-left: 37px;
      padding-right: 37px;
      padding-top: 55px;
    }
    
    
    .form-signin input{
      color: #464444;
      font-size: 13px;
    }
    
    .form-styling {
      width: 100%;
      height: 35px;
      padding-left: 15px;
      border: none;
      border-radius: 20px;
      margin-bottom: 20px;
      background: rgba(28, 169, 87, 0.2);
    }
    
    label {
      font-weight: 400;
      text-transform: uppercase;
      font-size: 13px;
      padding-left: 15px;
      padding-bottom: 10px;
      color: rgb(0, 0, 0);
      display: block;
    }
    
    :focus {outline: none;
    }
    
    .form-signin input:focus, textarea:focus, .form-signup input:focus, textarea:focus {
        background: rgba(93, 250, 66, 0.3);
        border: none; 
        padding-right: 40px;
        transition: background .5s ease;
     }
    
    .btn-signin {
      float: left;
      font-weight: 700;  
      text-transform: uppercase; 
      width: 100%;
      height: 35px;
      border: none;
      border-radius: 20px;
      margin-top: 8px;
      text-decoration: none;
      background-color: rgb(32, 232, 165);  
      color: rgb(255, 255, 255);
      left: 0px;
      top: 0px;  
      transition: all .5s ease, top .5s ease .5s, height .5s ease .5s, background-color .5s ease .75s;   
    }
    .btn-signin:hover{
      color: rgb(48, 99, 201);   
    }
    
    .error-message{
      margin-top: -10px;
    }
    
  }
  
  /* Styles for screens between 992px and 1199px (Large Devices) */
  @media (min-width: 992px) and (max-width: 1199px) {
   
    .container {
      width: 50%;
      padding-top: 20px;
    }
    
    .container-fluid{
      display: flex;
      align-items: center;
    }
    
    .fevi {
      flex: 1;
      padding-left:2%;
      text-align: left;
      padding-top:1%;
    }
    .info {
      margin-top: 2%;
      text-align: center;
      font-size: 30px;
      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
      color: rgb(32, 232, 165);
      font-weight: bolder;
      margin-right: 32%;
      
    }
    
    .frame {
      height: 380px;
      width: 55%;
      background:
        linear-gradient(
        rgba(255, 255, 255, 0.90),
        rgba(255, 255, 255, 0.90));
       
      background-size: cover;
      margin-left: 90%;
      border-top: solid 1px rgb(255, 255, 255);
      border-radius: 5px;
      box-shadow: 0px 2px 7px rgb(255, 255, 255);
      overflow: hidden;
      transition: all .5s ease;
      margin-top: 25%;
    }
    
    .nav {
      width: 100%;
      height: 80px;
      padding-top: 40px;
      opacity: 1;
      transition: all .5s ease;
    
    }
    ul{
      margin-left: 14%;
    }
    
    li {
      padding-left: 10px;
      font-size: 18px;
      display: inline;
      text-transform: uppercase;
      padding-right: 10px;
      color: #ffffff;
    }
    
    .signin-active a {
    
      color: #000000;
      text-decoration: none;
      border-bottom: solid 2px #0e9e62;
      transition: all .25s ease;
      cursor: pointer;
      text-align: center;
    }
    
    
    .form-signin {
      width: 100%;
      height: 430px;
      font-size: 16px;
      font-weight: 300;
      padding-left: 37px;
      padding-right: 37px;
      padding-top: 55px;
    }
    
    
    .form-signin input {
      color: #464444;
      font-size: 13px;
    }
    
    .form-styling {
      width: 100%;
      height: 35px;
      padding-left: 15px;
      border: none;
      border-radius: 20px;
      margin-bottom: 20px;
      background: rgba(28, 169, 87, 0.2);
    }
    
    label {
      font-weight: 400;
      text-transform: uppercase;
      font-size: 13px;
      padding-left: 15px;
      padding-bottom: 10px;
      color: rgb(0, 0, 0);
      display: block;
    }
    
    :focus {outline: none;
    }
    
    .form-signin input:focus, textarea:focus, .form-signup input:focus, textarea:focus {
        background: rgba(93, 250, 66, 0.3);
        border: none; 
        padding-right: 40px;
        transition: background .5s ease;
     }
    
    .btn-signin {
      float: left;
      font-weight: 700;  
      text-transform: uppercase; 
      width: 100%;
      height: 35px;
      border: none;
      border-radius: 20px;
      margin-top: 8px;
      text-decoration: none;
      background-color: rgb(32, 232, 165);  
      color: rgb(255, 255, 255);
      left: 0px;
      top: 0px;  
      transition: all .5s ease, top .5s ease .5s, height .5s ease .5s, background-color .5s ease .75s;   
    }
    .btn-signin:hover{
      color: rgb(48, 99, 201);   
    }
    
    .error-message{
      margin-top: -10px;
    }
     
  }



  
  /* Styles for screens with width greater than or equal to 1200px (Extra Large Devices) */
  @media (min-width: 1200px) {
    
.container {
  width: 40%;
  padding-top: 20px;
  padding-bottom: 10px;
}

.container-fluid{
  display: flex;
  align-items: center;
}

.fevi {
  flex: 1;
  padding-left:2%;
  text-align: left;
  padding-top:1%;
}
.info {
  margin-top: 2%;
  text-align: center;
  font-size: 30px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: rgb(32, 232, 165);
  font-weight: bolder;
  margin-right: 35%;
  
}

.frame {
  height: 400px;
  width: 55%;
  background:
    linear-gradient(
    rgba(255, 255, 255, 0.90),
    rgba(255, 255, 255, 0.90));
   
  background-size: cover;
  margin-left: 110%;
  border-top: solid 1px rgb(255, 255, 255);
  border-radius: 5px;
  box-shadow: 0px 2px 7px rgb(255, 255, 255);
  overflow: hidden;
  transition: all .5s ease;
  margin-top: 8%;
}

.nav {
  width: 100%;
  height: 80px;
  padding-top: 40px;
  opacity: 1;
  transition: all .5s ease;

}
ul{
  margin-left: 14%;
}

li {
  padding-left: 10px;
  font-size: 18px;
  display: inline;
  text-transform: uppercase;
  padding-right: 10px;
  color: #ffffff;
}

.signin-active a {

  color: #000000;
  text-decoration: none;
  border-bottom: solid 2px #0e9e62;
  transition: all .25s ease;
  cursor: pointer;
  text-align: center;
}


.form-signin {
  width: 100%;
  height: 430px;
  font-size: 16px;
  font-weight: 300;
  padding-left: 37px;
  padding-right: 37px;
  padding-top: 55px;
}


.form-signin input {
  color: #464444;
  font-size: 13px;
}

.form-styling {
  width: 100%;
  height: 35px;
  padding-left: 15px;
  border: none;
  border-radius: 20px;
  margin-bottom: 20px;
  background: rgba(28, 169, 87, 0.2);
}

label {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  padding-left: 15px;
  padding-bottom: 10px;
  color: rgb(0, 0, 0);
  display: block;
}

:focus {outline: none;
}

.form-signin input:focus, textarea:focus, .form-signup input:focus, textarea:focus {
    background: rgba(93, 250, 66, 0.3);
    border: none; 
    padding-right: 40px;
    transition: background .5s ease;
 }

.btn-signin {
  float: left;
  font-weight: 700;  
  text-transform: uppercase; 
  width: 100%;
  height: 35px;
  border: none;
  border-radius: 20px;
  margin-top: 8px;
  text-decoration: none;
  background-color: rgb(32, 232, 165);  
  color: rgb(255, 255, 255);
  left: 0px;
  top: 0px;  
  transition: all .5s ease, top .5s ease .5s, height .5s ease .5s, background-color .5s ease .75s;   
}
.btn-signin:hover{
  color: rgb(48, 99, 201);   
}

.error-message{
  margin-top: -10px;
}

.footerlink {
  position:absolute;
  margin-left: 45%;
  margin-top: 3%;
  color: rgb(32, 232, 165);
  font-size: large;
  
}

.footerlink:hover {
  color: red;
  text-decoration: underline;
  cursor: pointer;
}
  }
  
