.connected-banner-img {
    z-index: 3;
    position: relative;
    top: -80px;
    margin-bottom: -80px;
    left: 0;
    background-size: cover;
    width:100%;
    height: 58vw;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.connected-banner-img .custom-position {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
}
.form-group .m-label {
    width: 100px;
    color: #fff;
    font-size: 1rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 25px;
    float: left;
    box-sizing: border-box;
}

.form-group .m-input {
    width: calc(100% - 100px);
    color: #fff;
    font-size: 1rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 24px;
    border-top: none;
    border-left: none;
    border-right: none;
    box-sizing: border-box;
    background-color: transparent;
}

textarea:focus, input:focus{
    outline: none;
}

.form-group .last {
    padding-bottom: 100px !important;
}

.m-textarea {
    width: calc(100% - 100px);
    color: #fff;
    font-size: 1rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 74px;
    border-top: none;
    border-left: none;
    border-right: none;
    box-sizing: border-box;
    background-color: transparent;

}
.form-area {
    padding-right: 5rem;
}
.connected-title {
color: #fff;
}

@media only screen and (max-width: 1130px) {
    .connected-banner-img {
        height: 72vw;
        background-position: top;
    }
}

@media only screen and (max-width: 950px) {
    .connected-banner-img {
        height: 100vh;
    }
    .custom-position {
        margin-top: 10rem;
    }
}

@media only screen and (max-width: 767px) {
    .connected-banner-img {
        background-position: left;
    }
    .form-area {
        padding-right: 15px;
    }
}
