a:hover {
    text-decoration: none;
    color: #9575CD; /* bg-purple-300*/
}

a:focus {
    text-decoration: none;
}

.content {
    padding-top: 20px;
}

#btn-create-user{
    margin-right: 10px;
    display: block;
    position: absolute;
    top: 65px;
    right: 10px;
}

#user-panel-creation{
    position: absolute;
    top:100px;
    width: 350px;
    left:calc(50% - 175px);
    z-index:301;
}

#user-panel-creation .close{
    cursor: pointer;
}

#user-creation-backdrop{
    position: fixed;
    top:0;
    left:0;
    background: rgba(0,0,0,0.5);
    width:100%;
    height:100%;
    z-index:300;
}

.login-cover {
    background: url('../images/login2.jpg')!important;
    background-repeat: no-repeat;
    background-size: cover!important;
}

.login-form{
    margin: 0 auto 20px;
    position: absolute;
    top: calc(50% - 154px);
    left: calc(50% - 160px);
}
