nav{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1vw 8vw;
    align-items: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
}
nav img{
    
    cursor: pointer;
}
nav .navigation ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
nav .navigation ul li{
    list-style: none;
    margin-left: 30px;
}
nav .navigation ul li a{
    text-decoration: none;
    color: rgb(35, 35, 85);
    font-size: 20px;
    font-weight: 500;
    transition: 0.3s ease;
}
nav .navigation ul li a:hover{
    color:whitesmoke;
    background-color: skyblue;
    border-radius: 10%;
}

.full{
    border: double black;
}
.adi {
    margin-left: 35%;
    margin-right: 40%;

}

.adi h1{
    padding-left: 50px;
    padding-right: 30px;

}

.adi h3{
    padding-left: 20px;
}

.full .rut{
    margin-left: 20px;
    
    margin-right: 1100px;
}

.full .right{

    margin-left: 1100px;
    margin-right: 83px;
    margin-top: -50px;
    
}


.full .ani{
    
    margin-top: 50px;
    padding-left: 400px;
    margin-right: 250px;
}

.full .ani label{
    font-size: large;
    font-weight: 500;
}

.full .ani input{
    width: 80%;
    height: 30px;
    
}

.full .father{
    
    margin-top: 20px;
    margin-left: 400px;
    margin-right: 250px;
}

.full .father label{
    font-size: large;
    font-weight: 500;
}

.full .father input{
    width: 80%;
    height: 30px;
}

.full .occuption{
    
    margin-top: 20px;
    margin-left: 400px;
    margin-right: 250px;
}

.full .occuption label{
    font-size: large;
    font-weight: 500;
}

.full .occuption input{
    width: 80%;
    height: 30px;
}

.full .mother{
    
    margin-top: 20px;
    margin-left: 400px;
    margin-right: 250px;
}

.full .mother label{
    font-size: large;
    font-weight: 500;
}

.full .mother input{
    width: 80%;
    height: 30px;
}

.full .Addres{
    
    margin-top: 20px;
    margin-left: 400px;
    margin-right: 250px;
}

.full .Addres label{
    font-size: large;
    font-weight: 500;
}

.full .Addres input{
    width: 80%;
    height: 30px;
}

.full .dob{
    margin-top: 20px;
    margin-left: 400px;
    margin-right: 250px;
}

.full .dob label{
    font-size: large;
    font-weight: 500;
}

.full .dob input{
    width: 80%;
    height: 30px;
}

.full .number{
    margin-top: 20px;
    margin-left: 400px;
    margin-right: 250px;
}

.full .number label{
    font-size: large;
    font-weight: 500;
}

.full .number input{
    width: 25%;
    height: 30px;
}

.full .number1{
    margin-top: -29px;
    margin-left: 590px;
    margin-right: 10px;
}

.full .number1 label{
    font-size: large;
    font-weight: 500;
    padding-left: 95px;
}

.full .number1 input{
    width: 22.5%;
    height: 30px;
}


.full .email{
    
    margin-top: 20px;
    margin-left: 400px;
    margin-right: 250px;
}

.full .email label{
    font-size: large;
    font-weight: 500;
}

.full .email input{
    width: 80%;
    height: 30px;
}

.full .quli{
    
    margin-top: 20px;
    margin-left: 400px;
    margin-right: 250px;
}

.full .quli label{
    font-size: large;
    font-weight: 500;
}

.full .quli input{
    width: 80%;
    height: 30px;
}

.full .last{
    
    margin-top: 20px;
    margin-left: 400px;
    margin-right: 250px;
}

.full .last label{
    font-size: large;
    font-weight: 500;
}

.full .last input{
    width: 80%;
    height: 30px;
}

.reset{
    background-color: antiquewhite;
    margin-left: 610px;
    margin-right: 750px;
    margin-top: 20px;
}

.submit{
    margin-left: 670px;
    margin-top: -22px;
    background-color: antiquewhite;
    margin-right: 750px;
}

.bottom h2{
    padding-left: 320px;
    padding-top: 50px;
}

.bottom h3{
    padding-left: 415px;
    margin-top: -50px;

}