*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.open{
    background-image: url(../img/6cc87e571a9246358b5a98073289efb2.jpg);
    background-position:center;
    background-size: cover;
    height: 100vh;
    width: 40vw;
    padding: 50px;
    color: white;
}

.open h1{
    padding-top: 200px;
    font-size: 50px;

}

.open p{
    padding-top: 20px;
    font-size: 20px;
    
}

.open .andy{
    padding-top: 130px;
}

.van-jay{
    display: flex;
}

.tony{
    display: flex;
    justify-content: center;
    padding: 30px 80px;
    margin-top: 40px;
}

.eze{
    display: flex;
    gap: 30px;
    margin-bottom: 10px;
}

.tony h2{
    text-align: center;
    margin-bottom: 10pt;
}

.tony p{
    text-align: center;
    margin-bottom: 10px;
}

.eze input[type=text]{
    width: 220px; 
    height: 40px;
    border-radius: 10px;
     border: 1px solid;
      outline: none;
}
input[type=email]{
    width: 470px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid;
     outline: none;
}

input[type=text]{
    width: 470px;
    height: 40px;
    border-radius: 10px;
     border: 1px solid;
     outline: none;
}

input[type=password]{
    width: 470px;
    height: 40px;
    border-radius: 10px;
     border: 1px solid;
     outline: none;
}

input[type=button]{
    width: 470px;
    height: 40px;
    margin-top: 20px;
    border: none;
    background-color: black;
    color: white;
    border-radius: 10px;
    cursor: pointer;
    border: none;
}
input[type=button]:hover{
    background-color: blue;
    color: white;
}

@media(max-width:768px){
    .van-jay{
        display: flex;
        flex-direction: column;
    }

    .open{
        height: 75vh;
        width: 100vw;

    }
}