*{
    margin: 0;
    padding: 0;
}
.top{
    display: flex;
    justify-content: space-between
}
.top_left{
    width: 50%;
    height: 100%;
}
.top_left img{
    float: left;
    width: 110px;
    margin: 0 10px 0 0;
}
.top_left h2{
    letter-spacing:4px;
    font-size: 30px;
    color: #6672d9;
    margin-top: 20px;
}
.top_left p{
    color: #6672d9;
}
.top_right{
    right: 0px;
    position: absolute;
    padding: 10px;
    margin-top: 20px;
}
.text{
    border: 0;
    line-height: 36px;
    width: 300px;
    background: #f3f3f3;
    text-indent: 1em;
    float: left;
}
.submit{
    border: 0;
    line-height: 36px;
    width: 100px;
    background: #6672d9;
    color: #fff;
}