.login-container{
 
        width: 900px;
        background: #fff;
        margin: 0 auto;
        box-shadow: 0 15px 16.83px .17px rgba(0,0,0,.05);
        -moz-box-shadow: 0 15px 16.83px .17px rgba(0,0,0,.05);
        -webkit-box-shadow: 0 15px 16.83px .17px rgba(0,0,0,.05);
        -o-box-shadow: 0 15px 16.83px .17px rgba(0,0,0,.05);
        -ms-box-shadow: 0 15px 16.83px .17px rgba(0,0,0,.05);
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        -o-border-radius: 20px;
        -ms-border-radius: 20px;
        transform: translate(0%,40%);
        overflow: hidden;
    
}
.signup {
    margin-bottom: 150px
}

.signup-content {
    /* padding: 35px 0; */
    display: flex;
    width: inherit;
}

.signup-form,.signup-image,.signin-form,.signin-image {
    width: 50%;
    overflow: hidden
}
.signup-form {
    margin-left: 50px;
    margin-right: 50px;
    padding-left: 34px;
    padding: 35px 0;
   
}
h2 {
    line-height: 1.66;
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #222;
    font-family: Poppins;
    font-size: 36px
}
h4{
    color: #D4A785;
    font-size: 22px;
    font-weight: 900;
    font-family: Poppins;
}

.signup-image {
    /* margin: 0 55px */
}

.form-title {
    margin-bottom: 33px
}

.signup-image {
    /* margin-top: 45px; */
    background: url('../img/logoBg.png');
}
.register-form {
    width: 100%
}
.signup-image-link {
    font-size: 14px;
    color: #222;
    display: block;
   text-decoration: underline;
}

.form-group {
    position: relative;
    /* margin-top: 25px; */
    overflow: hidden;
    margin-bottom: 0px !important;
    width: inherit;
    
}

.form-group:last-child {
    margin-bottom: 0
}
img{
    height: 250px;
}

label {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #222
}
.material-icons-name {
    font-size: 18px
}
input {
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #999;
    padding: 6px 30px;
    font-family: Poppins;
    box-sizing: border-box
}
input,select,textarea {
    outline: none;
    appearance: unset!important;
    -moz-appearance: unset!important;
    -webkit-appearance: unset!important;
    -o-appearance: unset!important;
    -ms-appearance: unset!important
}
figure {
    margin-top: 30px;
    text-align: center
}

.form-submit {
    display: inline-block;
    /* background: #6dabe4; */
    background: #13F075;
    /* color: #fff; */
    color: #000;
    font-weight: 600;
    border-bottom: none;
    width: auto;
    padding: 15px 39px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    margin-top: 25px;
    cursor: pointer;
}

.form-submit:hover {
    background: #88D385;
}
.invalid-feedback{
    display: block !important;
}

@media screen and (max-width: 1200px) {
    .container {
        width:calc( 100% - 30px);
        max-width: 100%
    }
}

@media screen and (min-width: 1024px) {
    .container {
        max-width:1200px
    }
}

@media screen and (max-width: 768px) {
    .signup-content,.signin-content {
        flex-direction:column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
        justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -o-justify-content: center;
        -ms-justify-content: center
    }

    .signup-form {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding: 0 30px
    }

    .signin-image {
        margin-left: 0;
        margin-right: 0;
        margin-top: 50px;
        order: 2;
        -moz-order: 2;
        -webkit-order: 2;
        -o-order: 2;
        -ms-order: 2
    }

    .signup-form,.signup-image,.signin-form,.signin-image {
        width: auto
    }

    .social-login {
        justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -o-justify-content: center;
        -ms-justify-content: center
    }

    .form-button {
        text-align: center
    }

    .signin-form {
        order: 1;
        -moz-order: 1;
        -webkit-order: 1;
        -o-order: 1;
        -ms-order: 1;
        margin-right: 0;
        margin-left: 0;
        padding: 0 30px
    }

    .form-title {
        text-align: center
    }
}

@media screen and (max-width: 400px) {
    .social-login {
        flex-direction:column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column
    }

    .social-label {
        margin-right: 0;
        margin-bottom: 10px
    }
}