
.form-bg{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.forms{
    margin-top: 50px;
    width: 90%;
    height: auto;
    padding-bottom: 20px;
    margin-top: 100px;
    margin-bottom: 50px;
    background-color: #fff;
}
.form{ 
    margin-top: 50px;
    width: 90%;
    height: auto;
    padding-bottom: 20px;
    margin-top: 100px;
    margin-bottom: 50px;
    background-color: #fff;
    -moz-box-shadow: 0 0 5px #355EFC;
    -webkit-box-shadow: 0 0 5px #355EFC;
    box-shadow: 0 0 5px #355EFC;

}
.divider{
    border-bottom: 5px solid #355EFC;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}



.form-text, .offer{
    font-size: x-large;
    font-weight: bold;
    color: #355EFC;
    text-align: center;
    padding-top: 10px;
}


/* large screen css */
@media screen and (min-width: 768px) {
    .forms{
        width: 35%;
        height: auto;
        margin-top: 50px;
        background-color: #fff;
        margin-top: 150px;
        margin-bottom: 50px;

    }
    .form{ 
        width: 35%;
        height: auto;
        margin-top: 50px;
        background-color: #fff;
        margin-top: 150px;
        -moz-box-shadow: 0 0 5px #355EFC;
        -webkit-box-shadow: 0 0 5px #355EFC;
        box-shadow: 0 0 5px #355EFC;
        margin-bottom: 50px;
    }
    
}

li{
    list-style: none;
}
ul{
    margin: 0;
    padding: 0;
}

.invest{
    -moz-box-shadow: 0 0 5px #355EFC;
    -webkit-box-shadow: 0 0 5px #355EFC;
    box-shadow: 0 0 5px #355EFC;
    padding: 20px 30px;
    margin: 20px auto;
    width: 90%;
}
.invest h1{
    font-size: xx-large;
    font-weight: bolder;
    padding-top: 10px;
}
.invest h4{
    font-size: large;
    font-weight: bolder;
}
.invest p{
    padding-top: 10px;
}
.invest li{
    list-style: square;
    padding-top: 10px;
    text-align: start;
}
.invest ul{
    margin: 10px 30px;
    padding-top: 10px;
}
.normal li{
    list-style: disc;
    padding-top: 10px;
    text-align: start;
}

.normal ul{
    margin: 10px 30px;
    padding-top: 10px;
}

.custombtn{
    background-color: #355EFC;
    color: white;
}
.custombtn:hover{
    background-color: #355EFC;
    color: white;
}
#id_email, #id_first_name, #id_last_name, #id_mobile_number, #id_btc_wallet_address, #id_eth_wallet_address, #id_usdt_trc20_wallet_address, #id_country, #id_password1, #id_password2, #id_username, #id_password, #id_new_password1, #id_new_password2{  
    width: 100%;
    border: 1px solid #a9cadf;
    background-color: #fff;
    border-radius: 5px;
    padding-left: 10px;
    height: 40px;
}

#id_payment_option, #id_amount, #id_memo, #select, #amount, #username{
    width: 100%;
    border: 1px solid #a9cadf;
    background-color: #fff;
    padding-left: 10px;
    border-radius: 5px;
    height: 40px;
}



#eyes1, #eyes2{
    position: absolute;
    right: 15px;
    bottom: 10px;
}



/* for laptop screen */
@media screen and (min-width: 1025px){
    #id_email, #id_first_name, #id_last_name, #id_mobile_number, #id_btc_wallet_address, #id_eth_wallet_address, #id_usdt_trc20_wallet_address, #id_country, #id_password1, #id_password2, #id_username, #id_password, #id_new_password1, #id_new_password2{  
        width: 100%;
        border: 1px solid #a9cadf;
        border-radius: 5px;
        height: 40px;
    }
    #id_payment_option, #id_amount, #id_memo, #select, #amount, #username{
        width: 100%;
        border: 1px solid #a9cadf;
        border-radius: 5px;
        height: 40px;
    }

    #eyes1, #eyes2{
        position: absolute;
        right: 25px;
        bottom: 10px;
    }

}