.loginPage{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: url(mankind.jpg);
    background-position:center;
    background-position-y:10px ;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #333;
}
body{
    background-color: #333;
}

#email_log{
    text-transform: lowercase;
}
.loginInputBox{
    width: 98%;
    width: 300px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 27%;
    background: rgba(249,249,249, 0.4);
    padding: 34px 30px;
    
}

@media screen and (max-width: 350px) {
    .loginInputBox{
        position: absolute;
        width: 98%;
        top: 58px;
    }
}


input{
    display: block!important;
    margin: auto!important;
    width: 90%!important;
    margin: auto;
    background-color: white!important;
    width:90px;
    color: black!important;
    margin-top: 10px!important;
    padding: 4px!important;
    height: 17px!important;
    font-size: 15px!important;
    
}
#capture{
    height: 38px!important;
}
#captionBX1{
    background-color: white;
    width: 94%;
    height: 40px;
    margin: auto;
    margin-top: 18px;
    margin-bottom: 18px;
}
#login_error{
    font-size: 10px;
    color: red;
    text-align: center;
}
#capture{
    width: 80%!important;
    text-align: center;
    display: block;

    border: 1px solid #e9e9e9;
    background: #fff;
    padding: 5px;
    font-size: 12px;
    box-sizing: border-box;

    width: 150px;
    text-align: center;

    margin-top: 10px!important;
}
#captionBX1 img{
    width: 100%!important;
}

.btnGROUP a{
    border: 1px solid white;
    width: 100%!important;
    margin-top: 16px;
}

.GOD_ACCOUNT{
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
    margin: auto;
}
header{
    text-align: right;
    background-color: black;
    color: white;
    width: 100%;
    padding: 8px;
    position: relative;
    z-index: 999;
}
header a{
    color: white;
    margin-right: 3px;
    
}
header btn{
    border-radius: 6px;
    height: 100px;
}
.x_bx_50{
    width: 20%;
    float: left;
    height: 100%;
    background-color: #333;
}
@media screen and (max-width: 605px) 
and (min-width: 0px){
    .loginInputBox{

    }
    #menu_bx{
        width: 180px;
        float: left;
        height: 100%;
        background-color: #333;
        position: fixed;
    }
    #x_bx_51{
        width: 100%!important;
    }
}
.x_bx_50a{
    display: block;
    overflow: auto;
}
.x_bx_51 a{
    display: inline-block!important;
}
#x_bx_51{
    width: 80%;
    border-color: blue;
    background-color: white;
}
#x_bx_51 header a span{
    color: #ffffff4d;
}

.product_bx{
    border: 1px solid black;
    width: 96%;
    height: 80%;
    margin: auto;
    overflow: auto;
    padding: 8px;
    box-shadow: 4px 4px 12px;
    border-radius: 3px;
}
.product_bx h4{
    text-align: center;
}
#tbl_underline{
    border-bottom: 1px solid black;
}

.product_li_bx li{
    position: relative;
    display: block;
    border-bottom: 1px solid #fff;
    min-height: 50px;
}
.LOGOUT{
}
.product_li_bx a{
    color: white;
    padding: 8px;
    display: block;
}

.product_li_bx a:hover{
    color: grey;
}


.GOD_BTC{
    overflow: auto;
    width: 80%;
    position: absolute;
    z-index: 888;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.321);
}
.img_bx{
    text-align: center;
}
.img_bx img{
    display: inline-block;
    width: 120px;
    height: 55px;
}
.payment-form-container{
    position: relative;
    width: 86%;
    max-width: 627px;
    background: rgba(51, 51, 51, 0.771);
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
    margin-bottom: 50px;
    margin: auto;
    overflow: auto;
    margin-top: 10%;
}
.close_btc_btn{
    position: absolute;
    right: 20px;
    color: white;
}

.btc-info-bit span{
    color: white;
}
#btc-wallet1{
    line-break: anywhere;
}
.payment-form-header{
    color: #FFF;
    font-size: 10px;
    margin: 0 0 20px;
    font-weight: 700;
    text-align: center;
}

.payment-form-info-block{
    background: #999 none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.1) inset;
    display: block;
    margin: 0 0 20px;
    padding: 5px 10px;
    overflow: hidden;
}
.blockchain_btn{
    text-align: center;
}
.blockchain_btn a{
    width: 100%;
}

.payment_ui_1{
    padding: 10px;
    text-align: center;
}