.new_text {
    background: url(../../images/new1.gif) no-repeat left;
    padding-left: 36px;
}

.login-page, .register-page { background-image: url('../img/login.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;  
  background-size: cover;}
  
.login-box-msg img {width: 100px;}

.mandatory{
color: #ff0000;font-size: 25px;line-height: 15px;
}
@media screen and (min-width: 1200px) {
    .login-box, .register-box {
    right: 100px;
    position: absolute;}
   }
   
.table thead th {
    vertical-align: top !important;
    border-bottom: 2px solid #dee2e6;
}

.table td, .table th {
    padding: 0.05rem !important;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}