.parent{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: aqua;
    top: 0;
    left: 0
}
.left{
    position: absolute;
    height: 100%;
    width: 70%;
    background-image: url(images/bg-slides-3.png);
    background-size: cover;
    background-position: center;
}
.it{
    position: absolute;
    width: 40%;
    height: 100%;
    background-color: whitesmoke;

    right: 0;
}
.logo{
    position: absolute;
    top: 7%;
    left: 67%;
  width: 29%;
  height: 20%;
    
}
.logs{
    position: absolute;
    width: 23%;
    height: 47%;
    top: 10%;
    left: 4%;
}
.pro{
    position: absolute;
    top: 66%;
    left: 4%;
   color: whitesmoke;
   font-size: xx-large;
font-weight: bolder;
}
.talk{
    position: absolute;
    top: 79%;
    left: 4%;
    color: whitesmoke;
    font-size: x-large;
font-family: 'Times New Roman', Times, serif;
}
.wel{
    position: absolute;
    right: 13%;
    top: 29%;
    font-size: larger;
    font-weight: 300;
    color:rgb(83, 80, 79);
    
}
.pls{
    position: absolute;
    top:35% ;
    right: 8%;
    color: rgb(83, 80, 80);
}
.form{
    position: absolute;
    top: 42%;
    right:20%;
    width: 12%;
   
}
.user{
    position: absolute;
    padding: 5%;
    width: 225%;
    border: none;
    outline: none;
   background-color: rgb(216, 229, 235);
    height: 9%;
 


}
.sub{
    position: absolute;
    width: 235%;
    height: 14%;
    outline: none ;
    border: none;
    background-color: red;
    color: whitesmoke;


}
.fo{
    position: absolute;
    color: rgb(27, 27, 27);
   
   
    text-decoration: none;

}