.bg-d .register-input{
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #7b8ab8;
    background-color: #f0f5fa;
    background-clip: padding-box;
    border: 0 solid #bed1e6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    box-shadow: inset 2px 2px 8px rgba(55, 94, 148, .3), inset -3px -2px 5px rgba(255, 255, 255, .8);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.table{
    height: 30px;
    background-color: #f3f3f3;
    padding: 0px 10px;
    border-style: solid;
    border-width: 1px;
    font-weight: bold;
}
.table thead{
    border-style: none!important;
}
.table thead > tr{
    border-style: none!important;
    border-color: #f3f3f3;
}
.text-grey{
    color: #7b8ab8;
}
.miner{
    background: rgb(245, 245, 245);
    padding: 0px 15%;
    display: block;
}
