a:link,a:visited,a:hover,a:active {
  text-decoration: none;
}


.bglogin {
    background:url("../images/background.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;    
    color:#191d4a;
    font-weight:700;
    height:100%;
    width:100%;
    overflow:hidden;
}

.bgvote {
    background:url("../images/bgvote.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;    
    color:#191d4a;
    font-weight:700;
    height:100%;
    width:100%;
    overflow:hidden;
}

/**** utils ****/
.reginput{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.signin{
    background:url("../images/btnlogin.png") no-repeat;
    background-size: cover;
    border:none;
    color:transparent;
}

.signin:hover{
    background:url("../images/btnlogin.png") no-repeat;
    background-size: cover;
    color:transparent;
}

.btnlogout{
    background:#191d4a;
    color:white;
}

.removecolor {
    background: rgba(0,0,0,0);
    border:none;
}

.card{
    border:2px solid #191d4a;
}

.card-footer{
    background:#191d4a;
}