.wrapper-x{
    max-width: 950px;
    width: 100%;
    /* height: 660px;
    background: url("../images/bg.png"); */

    height: 750px;
    background: url("../images/bgGambit.png");
    background-repeat: no-repeat;
    /* background-position: -35px 0px; */
    background-position: -35px 5px;
    background-size: auto 100%;
}
.wrapper-y{
    max-width: 950px;
    width: 100%;
    height: 650px;
    /* background: url("../images/bg.png");
    background-repeat: no-repeat; */
    /* background-position: 120% 0px;
    background-size: auto 100%; */
}
.form-wrap-x{
    /* width: 100%; */
    width: 110%;
    padding: 60px;
    border-radius: 10px;
}
.form-wrap-y{
    width: 100%;
    padding: 60px;
    border-radius: 10px;
    margin-left:110%;
}
.form-wrap-y .input-group{
    min-height: 65px;
    padding: 10px 10px 10px 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.form-wrap-y .input-group:before{
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    top: 0;
    left: 0;
}
.form-wrap-y .input-group-text{
    position: relative;
    background: transparent;
    font-size: 1.35rem;
    padding-right: 24px;
    line-height: 0.5em;
}
.form-wrap-y .input-group-text:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 18px;
    right: 1px;
}
.form-wrap-y input{ 
    font-size: 0.875rem;
    padding-left: 20px;
}

.form-wrap-y .input-group-text i{
    height: 20px;
}
.form-wrap-y .input-group-append:after{
    display: none;
}
.form-wrap-y .btn-main i,
.signup .btn-main i{
    transform: translate(0px, 6px);
}

/* Forgot Password */
.forgot-password .wrapper{
    background-position: 120% 0px;
}

.page-title{ font-size: 1.25rem; }
.form-wrap-x .input-group{
    min-height: 65px;
    padding: 10px 10px 10px 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.form-wrap-x .input-group:before{
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    top: 0;
    left: 0;
}
.form-wrap-x .input-group-text{
    position: relative;
    background: transparent;
    font-size: 1.35rem;
    padding-right: 24px;
    line-height: 0.5em;
}
.form-wrap-x .input-group-text:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 18px;
    right: 1px;
}
.form-wrap-x input{ 
    font-size: 0.875rem;
    padding-left: 20px;
}

.form-wrap-x .input-group-text i{
    height: 20px;
}
.form-wrap-x .input-group-append:after{
    display: none;
}
.form-wrap-x .btn-main i,
.signup .btn-main i{
    transform: translate(0px, 6px);
}
.min-height{
    min-height: calc(100vh - 70px)!important; 
}
/* Forgot Password */
.forgot-password .wrapper-x{
    background-position: 120% 0px;
}

/*  Signup page code */
.signup{
    max-width: 760px;
    width: 100%;
}

/* Responsive */
@media (max-width: 768px) { 
    .wrapper{
        background: none;
    }    
}
/* @media (min-width: 992px) {
    .container {
        margin-left: 15%; 
    }
} */