.login-page .register-page
{
        background: #F00 !important;
}

.icon-input-btn .fa{
        display: inline;
        left: 0.65em;
        top: 30%;
    }
.database_names h4
{
    text-align:center;
    font-size:20px;
    font-weight:bold;
    border-radius:50px;
    color:white;
}

.urltip {
  position: relative;
 
}

.urltip .urltiptext {
  visibility: hidden;
  opacity:0.9;
  background-color: rgba(255, 255, 255, 0.9);
  color:black;
  text-align: center;
  border-radius: 6px;
  padding: 1px 0 0 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 100%;
  transform: translateX(-60%);
  white-space: nowrap;
 
}

.urltip:hover .urltiptext {
  visibility: visible;
}

.container-fluid{
                    margin-right:50px;
                    margin-left: 50px;
                   
                    /*padding-left:35px;*/
                    /*padding-right:35px;*/
                   
                    
                }
.jumbotron {
    padding-top: 35px;
    padding-bottom: 35px;
    }
.table1
{
    width:100%;
    
}
.table1 th
{
    padding:8px;
    
}

.marquee {
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;

}

.marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 8s linear infinite;
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}


