*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
    font-family: sans-serif;
}
body{
    background-image:url(/martin-martz-uuNCR2NpiNE-unsplash.jpg) ;
    /* background-image: url(360_F_119115529_mEnw3lGpLdlDkfLgRcVSbFRuVl6sMDty.jpg); */
    background-size: cover;
    background-position: bottom;
}
.section1{
    height: 650px;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.box1{
    height:420px;
    width: 350px;
    background-image:url(istockphoto-1444934349-612x612.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px 0px 0px 5px;
}

.rightform{
    background-color: black;
    /* background:linear-gradient(to top,rgba(0,0,0,0.8)50%,rgba(0,0,0,0.8)50%); */
    background-color: rgba(0 0 0/ 80%);
    /* background-color: #00000099; */
    height:420px;
    width: 350px;
    border-radius: 0px 5px 5px 0px;
    padding-left: 10px;
   
}
li{
    list-style: none;
}
.one{
    height: 36px;
    color: white;
    font-size: 19px;
    border: none;
    background: transparent;
    outline: none;
    border-bottom: 2px solid white;
     margin: 15px;
}
/* ::placeholder{
    color: white;
    opacity: 0.7; */

button{
    height: 40px;
    width: 110px;
    margin: 10px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
}

button:hover{
    background-color: white;
}
button:active{
    background-color: rgb(255, 140, 140);
}
#line{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 15px;
    margin-top: 10px;
}
h1{
    color: white;
    /* animation-name: rotate;
    animation-duration: 2s;
    animation-iteration-count: infinite; */
}

/* @media(max-width :346px){
    
    
} */