.gentec-logo{
 width: 160px;
 margin-top: 6px;
}

body{
    font-family: 'Montserrat', sans-serif;
}

.gentec-form{
    margin-top: 10%;
    background-color: #95c448;
    height: auto - 20px;
    padding: 30px 0 5px 15px;
    border-radius: 3%;
}

.btn-gentec{
  border-color: white;
  background-color: #ffffff;
  color: #95c448;
  width: 180px;
  margin: 5px auto 5px auto;
  font-weight:bold;
}

.gentec-img{
  background-color: rgba(243, 234, 234, 0) !important;
background-image: url(../img/SANH560_flowArrows.png);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
opacity: 0.9;
top: 50%;
bottom: 0;
position: relative;
z-index: -1;  
margin-top: -20px; 
width: 100%; height:388px; margin-top:0px;
}

.feature{
  height: auto;
  margin: 10px 0 50px 0;
  background-color: rgba(128, 128, 128, 0.062);
  border-radius: 3%;
  margin-right: 25px;
  padding-top: 5px;
  padding-bottom: 15px;
  -webkit-box-shadow: -1px -1px 21px 1px rgba(0,0,0,0.36);
  -moz-box-shadow: -1px -1px 21px 1px rgba(0,0,0,0.36);
  box-shadow: -1px -1px 21px 1px rgba(0,0,0,0.36);
}

.feature:hover{
  background: linear-gradient(120deg, rgba(128, 128, 128, 0.157) 2%, rgb(255, 255, 255) 93%); 
}

.feature h4{
  margin-top: 4px;
}

.secondary-text{
  color: #6f7375;
}

#research-file{
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 3%;
  text-align: center; 
  background-color: rgba(128, 128, 128, 0.062);
}

#research-file:hover{
  background: linear-gradient(180deg, rgba(128, 128, 128, 0.157) 2%, rgb(255, 255, 255) 93%); 
}



footer{
  margin-left:12rem; margin-top: 0rem;font-size: 13px;white-space:pre-wrap;color:#6f7375;
}



@media screen and (max-width: 575.98px) { 

.gentec-form{
 margin-bottom: 0px;
  
  background-color: #95c448;
  
  padding-left: 10px;
  height: auto;
  padding-bottom:5px; 
}

.gentec-img{
  background-color: rgba(243, 234, 234, 0) !important;
background-image: url(../img/SANH560_flowArrows.png);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
opacity: 0.9;
top: 50%;
bottom: 0;
position: relative;
z-index: -1;  
 
width: 100%; height:388px; margin-top:0px;
}

select{
  width:80% !important;
  
}

 }


.gentec-title{
    margin: 80px 0 0 30px;
 
    font-size: 45px;
    color:  #95c448;
    background-color: aquamarine;
}


input[type=text] {
    width: 92%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 12px;
    background-color: white;
    
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 5px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
  }
  
  input[type=text]:focus {
    width: 91%;
  }
  
  input[type=email] {
    width: 92%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 12px;
    background-color: white;
    
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 5px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
  }
  
  input[type=email]:focus {
    width: 91%;
  }

  select{
    width: 90%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 12px;
    background-color: white;
    color: #6f7375;
    
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 5px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
  }
  
  .user-agreement{
    font-size: 10px;
    padding-left: 10px;
    margin-right: 30px;
    margin-bottom: 20px;
  }

  .social{
    color: rgb(228, 235, 231);
    margin-left: 4px;
    font-size:20px !important;
  }

  .navbar img{
    width: 150px;
  }
  
  .gentec-nav{
   margin-right: 0px;
   position:absolute; right:0;
  }

.navbar-custom{
    margin-bottom: 5px;
    background-color: #95c448;
    padding-left: 12%;
}

.navbar img{
    width: 220px;
  }

#mainNav{
margin-top: 20px;
}


