allignment issues

Anyone knows how i can get this alligned properly and not so weird?

site name is circular.cloud by the way

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSSĀ in appearance - customize - additional CSS

.home form.wpcf7-form.invalid p:nth-child(4) {
    position: relative;
    top: -49px;
}
span.wpcf7-not-valid-tip {
    position: relative;
    top: -25px;
    left: 50px;
}

Thanks!
Colorlib Support Team