.logo{
    margin-left: 40%;
    margin-right: 50%;
   border-radius: 50%;
   margin-top:10px;
    
}
.logo-navbar{
    border-radius: 50%;
    height:80px;
}
.background{

    background-color:#010f3afd;

}
.margin-10{
    margin: 5px;
}
.form-row-space{
    padding-top:20px;
    padding-bottom:10px;
}

.border{
    border:silver;
}
.margin-row{

    padding-top:7vh;
    padding-left: 0vh;
}
/* .border-right{
    border-right: silver;
}
.border-bottom{
    border-bottom: silver;
} */


.table-student-status-display-container{
    width:400px;
}

.nav-tab > li > a.active {
    background-color: silver !important;
    color: black !important;
  }
  
  .nav-tab > li > a:hover {
    color: black !important;
    background-color: silver;
  }
  
  .nav-link-color {
    color: black;
  }

.bg-light
{
    background-color:rgba(192, 192, 192, 0.336);
}

.login-container{
    margin-top: 3rem;
    margin-left: 32%;
   border-radius: 20px;
   width:380px;
    
    background-color: white;
}
.padding
{
    padding-top: 10px;
    
    
}
.margin-top{
    margin-top:30px;
}
.margin-left{
    margin-left:10px;
}
.login-field{

    margin-top:2px;
    margin-bottom: 10px;
   width:300px;
}
.login-margin-top{
    margin-top: 30px;
}

.register-button{
    width:300px;
    margin-bottom: 30px;
}

.login-button
{
   
    width:300px;
    /* margin-bottom: 30px; */
}