

#left_img {
    width: 50%;
}
#left_img img{
    width: 55%;
    margin: 0px 0px 0px 55px;
}

#right_img {
    width: 50%;
    float: right;
}
    
#right_img img{
        width: 70%;
    margin: 40px 0px 0px 20px;

}

form{
    margin: 10px 0px 0px 0px;
    background-color: green;
    border-radius: 38px;
    color: white;
    
}

form span{
    margin-right: 29px;
    font-size: 12.5px;
}
#form_content{
    color: blue
}

.input_text{
    height: 6%;
    width: 142px;
}

.text_only{
    background: white;
    width: 68%;
    margin-right: 13%;
    display: inline-flex;
    margin-top: 1%;
}
.f_name{
    margin-right: 0px;
    padding-right: 10px;
}
.img{
    display: inline-flex;
}
.f_m{
    text-align: center; width: 100%;
}

.butt_n{
    font-size: 13px;
    color: blue;
}