body {
 
}


.btn-secondary {
    color: #fff;
    font-weight: 500;
    background: #1cbef3;
    font-size: 1rem;
    padding: 0.75rem 1rem !important;
    letter-spacing: 1px;
}

.account-zone-head {
    width: 100%;
    background: none;
    background-repeat: no-repeat;
    background-position: center center;
}
    .account-zone-head img.logo {
        height: 70px;
    }

.btn-provider {
    font-size: 1rem;
    font-weight: 500;
    color: #fff !important;
    font-weight: 500;
    background: rgb(22, 25, 28) !important;
    border: none !important;
    padding: 0.75rem 1rem !important;
}
.btn-provider img {
    max-height: 1.5rem;
}
.separator-title {
    color: rgb(156 163 175);
}
.separator-title::before, .separator-title::after {
    background: rgba(255,255,255,0.2);
}
.shadow-panel a {
    color: rgb(30, 195, 240);
    text-decoration: none;
}
.shadow-panel {
    background: rgba(12,13,14,0.95);
    border: 1px solid rgba(255,255,255,0.1);
    color: #fff;
    border-radius: 0 !important;
}
    .shadow-panel .form-control {
        background: rgba(0,0,0,0);
        border: 1px solid rgba(255,255,255,0.1) !important;
        color: #fff;
        border-radius: 0rem;
    }