.loginimgbox img {
    position: fixed;
    top: 35%;
}

.btn:hover {
    color: #757575;
    text-decoration: none;
}

.btn_bg_Continue:hover {
    color: #ffffff;
    text-decoration: none;
}

.logincurve {
    padding-left: 335px;
}

.loginicom {
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 5rem;
}

.loginicom img {
    position: relative;
    display: block;
    left: 70%;
    top: -1rem;
}

.login span {
    font-family: 'Poppins-Bold';
    font-size: 20px;
}

.login p {
    font-family: 'Poppins-Medium';
    font-size: 17px;
}

.login {
    font-family: 'Poppins-Light';
    font-size: 10px;
}

.loginsocialbuttons-gap {
    margin: 1rem;
}

.loginsocialbuttons button {
    width: 200px;
    border: 1px solid gray !important;
    background: transparent;
    color: gray;
    border-radius: 25px !important;
}


/* #Facebookbtn:hover {
    background: #3b5998;
    border-color: #3b5998;
}

#Googlebtn:hover {
    background: #DB4437 !important;
    border-color: #DB4437 !important;
} */

.login-or {
    position: relative;
    color: #aaa;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -25px;
    background-color: #fff;
    width: 50px;
    text-align: center;
}

.hr-or {
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.loginhr {
    width: 25%;
}

.abcRioButtonIcon {
    float: right !important;
    filter: grayscale();
}

.abcRioButton {
    border-radius: 1px;
    box-shadow: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: none;
    transition: none;
    background-color: transparent !important;
    background-image: none;
    color: #262626;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 170px !important;
}

.abcRioButtonContents span {
    display: none;
}

.abcRioButtonContents:after {
    font-family: inherit;
    font-size: 1rem;
    content: "Login with Google";
    background: transparent;
    color: gray;
}

.abcRioButtonContents:after :hover {
    color: rgb(255, 255, 255) !important;
}

.familyicon {
    position: absolute;
    display: inline-block;
    left: 46%;
    top: -5rem;
}

.dependsbackground {
    transform: translate(0px, 0px);
    margin-top: calc(0% - 30px);
}

.dependsbackground {
    position: static;
    bottom: 0px;
    left: 25%;
}


/************************************0*/

@media only screen and (min-width: 320px) and (max-width: 480px) {
    /*--- Mobile portrait ---*/
    /* body {
        background: #926106 !important;
    } */
    #first {
        order: 3;
    }
    #second {
        order: 2;
    }
    #third {
        order: 1;
    }
    .web {
        display: none;
    }
    .mobile {
        display: block;
    }
    .investingpadding {
        padding: 25px;
        text-align: center;
    }
    .investing span {
        display: none;
    }
    .investing p {
        font-size: 15px;
    }
    .web_view {
        display: none;
    }
    .mobile_view {
        display: inline-block;
    }
    #idOption1 {
        display: none;
    }
    #idOption3 {
        display: none;
    }
    #idOption2 {
        display: none;
    }
    .incomecurve {
        margin-top: 2rem;
    }
    .portfolio p br,
    .portfolio span br {
        display: none;
    }
    .portfolio p {
        font-family: 'Poppins-Medium';
        font-size: 10px;
    }
    .portfolio span {
        font-family: 'Poppins-Bold';
        font-size: 14px;
    }
    .fa-circle {
        display: none;
    }
    .media-body p {
        display: none;
    }
    .media-body {
        margin: 0 auto;
    }
    .loginsocialbuttons button {
        width: 135px;
        border: 1px solid gray !important;
        background: transparent;
        color: gray;
        border-radius: 25px !important;
        height: 27px;
        font-size: 10px;
    }
    .loginsocialbuttons-gap {
        margin: .5rem;
    }
    .abcRioButtonIcon {
        float: right !important;
        filter: grayscale();
        padding: 0px !important;
    }
    .abcRioButtonIcon>div>svg {
        width: 10px;
        height: 14px;
    }
    .hr-or {
        height: 1px;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        width: calc(100vw - 70px);
    }
    .loginhr {
        width: 100%;
    }
    .abcRioButton {
        border-radius: 1px;
        box-shadow: none !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: none;
        transition: none;
        background-color: transparent !important;
        background-image: none;
        color: #262626;
        cursor: pointer;
        outline: none;
        overflow: hidden;
        position: relative;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        width: 120px !important;
    }
    .abcRioButtonContents {
        font-size: 15px !important;
        font-weight: 500;
        letter-spacing: .21px;
        margin-left: 6px;
        margin-right: 6px;
        vertical-align: top;
        line-height: 15px !important;
    }
    .abcRioButtonContents:after {
        font-family: inherit;
        font-size: .7rem;
        content: "Login with Google";
        background: transparent;
        color: gray;
    }
}


/*--- Mobile landscape ---*/

@media only screen and (min-width: 480px) and (max-width: 595px) {
    #first {
        order: 3;
    }
    #second {
        order: 2;
    }
    #third {
        order: 1;
    }
    .web {
        display: none;
    }
    .mobile {
        display: block;
    }
}

@media only screen and (min-width: 595px) and (max-width: 690px) {
    /*--- Small tablet portrait ---*/
    /* body {
        background: #926106 !important;
    } */
    #first {
        order: 3;
    }
    #second {
        order: 2;
    }
    #third {
        order: 1;
    }
    .web {
        display: none;
    }
    .mobile {
        display: block;
    }
}


/*--- Tablet portrait ---*/

@media only screen and (min-width: 690px) and (max-width: 800px) {
    /* body {
        background: #f8e10d !important;
    } */
}

@media only screen and (min-width: 800px) and (max-width: 1024px) {
    /*--- Small tablet landscape ---*/
    /* body {
        background: #9c3af1 !important;
    } */
    #first {
        order: 3;
    }
    #second {
        order: 2;
    }
    #third {
        order: 1;
    }
    .web {
        display: none;
    }
    .mobile {
        display: block;
    }
}


/* Desktops and laptops ----------- */

@media only screen and (min-width: 1024px) and (max-width: 1224px) {
    /* body {
        background: #9c3af1 !important;
    } */
}


/* Large screens ---------- */

@media only screen and (min-width: 1824px) {
    /* body {
        background: #7a071a !important;
    } */
}