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;
}


{
    background-image: url(back.jpg);background-repeat: no-repeat;background-size: auto 110%;
    font-family: Roboto ,sans-serif;
}
.signup-box{
    width: 350px;
    height: 570px;
    background-color: white;
    margin: auto;
    border-radius: 5px;
}
.signup-box1{
    width: 400px;
    height: 720px;
    background-color: white;
    margin: auto;
    border-radius: 5px;
}


.login{
    width: 350px;
    height: 250px;
    background-color: white;
    margin: auto;
    border-radius: 5px;
}
h1{
    text-align: center;
    margin-top: 15px;
}
h4{
    text-align: center;
}
form{
    width: 300px;
    margin-left: 25px;
}
.ht1 {
    width: 350px;
    margin-left: 25px;
}

form label{
    display: flex;
    margin-top: 15px;
    font-size: 20px;
}

input{
    width: 100%;
    padding: 7px;
    border: none;
    border: 2px solid gray;
    border-radius: 7px;
}
input[type="submit"]
{
    width: 300px;
    height: 35px;
    margin-top: 20px;
   background-color: #49c1a2;
   color: white;
   font-size: 18px;
}

p{
    text-align: center;
    padding-top: 20px;
    font-size: 15px;
}
.already{
    text-align: center;
    color: white;
    font-size: 15px;
    margin-top: -10;
}
.already a{
    color: #49c1a2;
    font-size: 18px;
}
.already1 a{
    color: white;
    font-size: 20px;
}
