﻿.form-login {
    background-color:rgba(255,255,255,.3);
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 15px;
    border-color:#d2d2d2;
    border-width: 5px;
}

h4 { 
 border:0 solid #fff; 
 border-bottom-width:1px;
 padding-bottom:10px;
 text-align: center;
 color:#313c8c;
}

.form-control {
    border-radius: 5px;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: 
    linear-gradient(
      rgba(163, 251, 225, 0.45), 
      rgba(0, 0, 0, 0.45)
    )
}


/* Custom footer CSS
-------------------------------------------------- */

.footer-text {
  width: auto;
  max-width: 100%;
  padding: 10px 15px;
  text-align:center;
  font-size:12px;
  color: #ffffff;
}
.container .text-muted {
    margin: 20px 0;
}
.footertext {
    color: #ffffff;
}
a:link {
    text-decoration: none;
    color: #FFF;
}
a:visited {
    text-decoration: none;
    color: #FFF;
}

#p-identity > li > a:hover{
    background-color:rgb(46, 152, 254);
    color:#fff;
}

#p-identity > .active > a {
    background-color:rgb(46, 152, 254);
    color:#fff;
}
