*{
    margin: 0;
}
body{
    background-image: linear-gradient(rgba(0,0,45,0.4),rgba(0,0,45,0.4)),url(food.jpg);
    width: 100vw;
    height: 100%;
    background-size: cover;
    opacity: 1000;
}
.ok{
    display: flex;
    align-items: center;
    align-content: center;
}
.register{
   
    margin-left: 40vw;
    align-items: center;
    margin-top: 20vh;
    width: 500px;
}
h1{
    color: whitesmoke;
   margin-left: 5%;
}
form{
    width: 300px;
   background-color: white;
    border: 0.2px white solid;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.disable{
    background-color: gray;
}
input{
    margin-bottom: 10px;
    margin-top: 10px;
    width: 250px;
    height: 30px;
   
 
   
}
.switch{
    display: flex;
}
.switch button{
    width: 100px;
   
}
form p{
    margin-bottom: 10px;
    margin-top: 10px;
    color: orange;
}
button{
    width: 250px;
    height: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: orange;
    border: black 2px solid;
    border-radius: 20px;
  
}
button a{
    text-decoration: none;
    color:black;
}
.submit{
    width: 200px;
    background-color: rgb(240, 214, 166);
    border-radius: 20px;
}
nav{
    display: flex;
    background-color: black;
    
}
@media  screen and (max-width: 500px) {
    .register{
        justify-content: center;
        margin-left: 10px;
    }
    form{
        width: 250px;
    }
    input{
        width: 200px;
    }
    
}
