.page-template-trade-register-page{

    .hero-section{
        padding-top: 15vh;
        padding-bottom: 120px;

        .hero-content{
            display: flex;
            gap: 30px;
            .content{
                width: 50%;
            }
            .form-container{
                width: 50%;
                .gfield .ginput_container {
                    input{
                        color: #9FA2B9 !important;
                    }
                    select{
                        &:focus{

                        }
                    }
                }
            }
        }

        div.gform_wrapper .gform_confirmation_message{
            color: $white-color;
        }

        @media screen and (max-width: $break-md) {
            padding-bottom: 90px;
            .hero-content{
                flex-wrap: wrap;
                .content{
                    width: 100%;
                }
                .form-container{
                    width: 100%;
                }
            }
        }

    }

}