#pq-loading {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: var(--white-color);
}
.logo{
    text-align: center;
}
.logo img{
    width: 136px;
    text-align: center;
    margin-top: 48px;
    margin-bottom: 20px;
}

body{
    background: linear-gradient(0deg, rgba(35,133,178,1) 41%, rgba(19,24,28,1) 100%);
    height: 800px;
}
.bg-color-tab{
    background-color: #000;
    border-radius: 5px;
    padding: 10px;
    height: 411px;
}

.nav-tabs {
    border-bottom: 1px solid #23bdc7;
    text-align: center;
}
.nav-link{
    color: #fff;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: inherit;
    border-bottom: 3px solid #23bdc7;
   color: #23bdc7;
   border-color: #000000 #000000 #23bdc7;
}
.nav-tabs .nav-item{
    width: 50%;
}


.tab-pane label{
   color: #ffffff75;
}
.tab-pane button{
    float: right;
    color: #fff;
    border: none;
    background-color: #23bdc7;
    padding: 5px 20px;
   border-radius: 5px;
}
.Password{
    text-align: center;
    margin-top: 80px;
}
.Password a{
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-top: 5px;
}
.social-media-icons img{
    width: 78px;
    margin-top: 30px;
}