.SS-body{
	background-color: black;
	margin:0 auto;
	
	 position: relative;
    background-image: url('A_039000_veggies2.png');
 width: 100%;
    background-repeat: repeat;
    background-size: 100%; 
}
.navbar {
  position: fixed;
  top: 0; 
  left: 0;
background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}


.SS-MenuItem {
    color: white;            
    background-color: transparent; 
   outline: none;
   border: none;
 font-family: 'Montserrat', sans-serif;
    padding: 10px 20px;      
    font-size: 15px;       
    cursor: pointer;         
    transition: 0.3s;       
}
.SS-video{

    width: 80%; 
    height: auto; 
    border-radius: 10px; 
    display: block; 
    margin: 10% auto; 
    box-shadow: 0 0 50px #595959; 


}
.SS-MainBox21 {
    margin: 0;
    background-color: black;
    padding-bottom: 400px;
    padding-top: 120px; 
    position: relative;
    background-image: url('A_039000_splash.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 700px; 
}

.SS-Box21 {
    position: relative; 
    box-shadow: 2px 10px 25px #7fffd4;
    background-color: #1a1a1a;
    margin: 0 auto;
    height: 290px;
    width: 380px;
    border-radius: 1em;
    padding: 15px;
    padding-top: 30px;
    color: white;
    overflow: hidden;
    padding-bottom: 30px;
    z-index: 1; 
}

@media only screen and (max-width: 850px) {
    .SS-Box21 {
        width: 350px; 
    }
    .SS-MainBox21 {
        background-size: 600px; 
    }
}
#SS-btn21{
	left:0;
	right: 0;
	  
	   position: absolute;
	  width: 110px;
	   height:100%;
	background-color: rgba(255, 255, 255, 0.5);

	   border-radius: 30px;
	   transition: .5s;
   }
   
#SS-Error21{
	padding: 5% 0;
    font-size: 20px;
width: 100%;
text-align: center;
	font-family: 'Montserrat', sans-serif;
	color: white;
  }
  .SS_FlexBox{
	
	flex-wrap: wrap;
}

   .SS-image171{
	width: 210px;
	height: 200px;
	margin: 5%;
	border: 1px solid grey;
}
.flex{
	width: 100%;
	padding: 10px 10px;
background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
	
	align-content: center;
	justify-content: center;
}
  .SS-ButtonBox21{
	   width: 220px;
	margin: auto;
	   position: relative;
	   box-shadow: 5px 5px 10px white;
	   border-radius: 30px;
	   
   }
 .SS-toggle-btn21{
	   padding: 10px 30px;
	   cursor: pointer;
	   background: transparent;
	   border: 0;
	   outline: none;
	   position: relative;
	   color: white;
	   
   }
     
.SS-submit-btn21{
	width:80%;
	padding: 10px 30px;
	cursor: pointer;
	display:block;
	margin: auto;
	margin-top: 50px;
	border: 0;
	  background: linear-gradient(to right,#4d1400,  #ff4400);
	  outline: none;
	  border-radius: 30px;
	  color: white;
}

#SS-input-field20{
	font-family: 'Cardo', serif;
	width: 370px;
	padding: 30px 10px;

	
	border: 1px solid #999;
	outline: none;
	background-color: white;
	height: 50px;
	color: black;
	font-size: 1rem;

}
.SS-input-group{
	top: 100px;
	position: absolute;
	width: 280px;
	transition: .5s;
}
.SS-input-field21{
	width: 100%;
	padding: 5px 0;
	margin: 5px 0;
	border-left: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #999;
	outline: none;
	background: transparent;
	margin-top: 20px;
	color: white;
	

	
}
   .SS-btn02{
	   width:80%;
	padding: 10px 30px;
	cursor: pointer;
	display:block;
	margin: auto;
	margin-top: 50px;
	border: 0;
	  background-image: linear-gradient(to right, #7fffd4,  #008055);
	  outline: none;
	  border-radius: 30px;
	  color: white;
	  
	  

}
  	#SS-login{
		left: 60px;
	} 
  #SS-register{
		left: 450px;
		
	}