﻿.card-header {
    background-color: #040622;
    color:#fff;
}
.card-title {
        color: #fff !important;
    }

.auth-page-login .card-title {
        color: #012970 !important;
        margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #012970;
    }

@media (min-width: 992px){
    #page-topbar {
    border: 10px solid #f1f3f7;
}
}

#page-topbar {
    background-color: #3b76e1;
    background-image: var(--bs-gradient) !important;
}

 #page-topbar h1,
 #page-topbar h2,
 #page-topbar h3, 
 #page-topbar h4, 
 #page-topbar h5, 
 #page-topbar p{
     color: #fff;
 }
 body[data-sidebar=dark][data-sidebar-size=sm] {
    min-height: 1080px;
}
 body[data-sidebar=dark][data-sidebar-size=sm] .main-content {
    min-height: 1080px;
}
 .action-col a i {
     margin-right:5px;
 }

 .name-field-f select{
     width:18%;
     float:left;
 }
 .name-field-f input{
     width:80%;
    margin-left: 2%;
    float: left;
 }
 .radio-inline input{
     margin-left:10px;
 }
hr {
    margin: 0 0;
}

.academic-tab table{
    border:2px solid #eff0f2;
}
.social-link{
    font-size:30px;
}
.company-logo-xl {
    height: auto;
    width: 200px;
}
form .radio-inline{
    margin-top:10px;
}
.background-layout{
    background-image: url("/assets/images/external-bg.jpg");
  background-color: #cccccc;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.card {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.online-brand img{
    width: 200px;
}
.red-bg{
    background-color:#f00;
}

.appl-txt{
  display: flex;
  text-align:right;
  justify-content:flex-end;
  align-items: center;
  color:#fff;
  /*height: 200px;*/
}
    .appl-txt h4 {
  color:#fff;
    }


    .credits{
        color:azure;
    }
    .logo img {
    max-height: 55px;
    margin-right: 6px;
}


    .login-btn.btn-success {
    color: #fff;
    background-color: #417afb;
    border-color: #417afb;
}
    .table-style p {
        margin-bottom: 0px;
    }