*{
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;

}


#container{
    height: 100vh;
    width: 100%;
    background-color: rgb(164, 211, 255);
    color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
}

#main{
    /* height: 80vh; */
    width: 60%;
    background-color: rgb(233, 234, 236);
    border: 2px solid black;
    border-radius: 30px;
}
#heading{
    display: flex;
    justify-content: center;
}
#main h1{
    margin-top: 1.5vmax;
    margin-bottom: 1.5vmax;
    font-size: 1.5vmax;
    text-transform: uppercase;
}

#one{
    display: flex;
    align-items: center;
    height: 2.5vmax;
    background-color: white;
    width: 30vmax;
    border-radius: 15px;
    /* border: 1px solid black; */
    

}
#one input{
    border: 0;
    width: 100%;
    outline: 0;
    font-size: 1vmax;
    text-align: center;
    border-radius: 15px;
    border-color: transparent;
}

#onemain{
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-left: 20%; */
    margin-top: 1vmax;
    gap: 2%;
    
}


#onemain button{
    height: 2.3vmax;
    width: 10%;
    text-align: center;
    font-size: 0.8vmax;
    border-radius: 15px;
    border-color: rgb(255, 123, 0);
    background-color: orange;
    
}
#onemain button img{
    height: 1.2vmax;
    width: 1.2vmax;
}

#twomain{
    display: flex;
    align-items:start;
    justify-content: space-evenly;
    /* gap: 10%; */
    margin-top: 4.5vmax;
    margin-bottom: 4.5vmax;

}

#twoone{
    width: 15%;
}
#twotwo1{
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
#Passtype{
    width: 50%;
    height: 2vmax;
    font-size: 0.8vmax;
    text-align: center;
    text-transform: uppercase;
    border-radius: 15px;
    border: 2px solid gray;
    margin-bottom: 1vmax;
}

#twoone img{
    height: 15vmax;
    mix-blend-mode: multiply;
}

#twotwo {
    display: flex;
    width: 45%;
    flex-direction: column;
    align-items: center;
    gap: 1.5vmax;
    
}

#twotwo h2{
    font-size: 1vmax;
}


#twotwo2{
    width: 70%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;


}
#twotwo2 input{
    height: 1vmax;
    width: 70%;
}
#twotwo2 button{
    height: 1.5vmax;
    width: 1.5vmax;
    font-size: 1vmax;
    border-radius: 5px;
    border: 1px solid black;
    background-color: white;

}
#twothree {
    display: flex;
    flex-direction: column;
    align-items:start;
    
    gap: 1.5vmax;

}

.choose{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1vmax;
    font-size: 1.1vmax;
}

input[type=checkbox] {
    width: 1vmax;
    height: 1vmax;
}