body {
    background-image: url(5.jpg);
    background-size: cover;
    justify-content: center;
    background: rgb(39, 38, 38, 0.7);
}

#center_form {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: teal;
    height: 105vh;
    background-image: url(back.jpg);
   background-size: cover;
   color: ghostwhite;

}




a {cursor:pointer;
    color:orange;}

div select, input, #n {
color: black;
font-size:17px;
width:300px;
height:35px;
border-radius:4px;
padding:0;
border:0px;
margin-top:20px;}

#form_signup,#form_login,#form_forgot {
    background:rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(3px);
                  
    border-radius:5px;
}

div select, input { border-radius:3px; }

div button{
width:300px;
 height:35px;
  margin-top:20px;
  border-radius:4px;
  background-color: rgba(243, 108, 18, 0.7);
   font-family:verdana;
   color:ghostwhite;
    border-color: rgba(243, 108, 18, 0.7);
	cursor:pointer;}
  
  #form_signup,#form_login,#form_forgot {
  padding:20px; 
  width:300px;
  text-align:center;
  display:inline-block;
}
  
 div input {padding-left:3px;}

 @media only screen and  (max-width :1340px){
  

    #center_form {
        background-position: center;
    }
    
}