/*AUTH*/
body.auth .page{
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-flow: column;
    justify-content: center;
}

body.auth .login-bg{
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-flow: column;
    justify-content: center;
}

body.auth .page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
    z-index: 0;
}

body.auth .login-bg img{
    z-index: 999;
}

body.auth h2{
    font-size: 3rem;
    text-align: center;
    color: #fcfffc;
    z-index: 9;
}

body.auth h4{
    font-size: 2rem;
    text-align: center;
    color: #fcfffc;
    z-index: 9;
}

/* auth */
.page-front{
    background-image: url('https://images.unsplash.com/photo-1431324003833-a7d76ef5770b?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80');
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-flow: column;
    justify-content: center;
}

.login-bg{
    background-image: url('/images/banner.png');
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-flow: column;
    justify-content: center;
}

.page-front::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #2d3a3a, #29abe2);
    opacity: .7;
    z-index: 0;
}

.login-bg img{
    z-index: 999;
}

h2.login-header{
    font-size: 3rem;
    text-align: center;
    color: #fcfffc;
    z-index: 9;
}

h4.login-sub-header{
    font-size: 2rem;
    text-align: center;
    color: #fcfffc;
    z-index: 9;
}

/* admin */
.color-success{
    color: #28a745 !important;
}

.color-danger{
    color: #dc3545 !important;
}

.card-hover:hover{
    background: #f5f7fb;
}

.text-small{
    font-size:12px !important;
}

.mb-20{
    margin-bottom:20px;
}

tbody tr:hover{
    background: #f8f9fa;
}

/* CAMPAIGN SEND */
form .vars{
    font-weight: bold;
    cursor: pointer;
    margin-right: 15px;
}

/*ELEMENTS*/
body.workspace .alert{
    margin-bottom: 0px;
    text-align: center;
    padding: 0.25rem 1.25rem;
}

.custom-file-label-nova-lista {
    width: 95% !important;
    left: 12px !important;
}

.input-adicionar-contactos{
    background-color:rgba(0, 0, 0, 0) !important;
    border: none;
    outline:none;
    font-weight:bold;
}

.paginator .disabled{
    display: none;
}

.page-link{
    margin: 0 0.2rem;
    border-radius: 3px;
    min-width: 2.375rem;
    text-align: center;
}

.page-link:hover{
    color: #2d3a3a;
}

.pre-left {
    text-align: left;
    white-space: pre-line;
}

@media only screen and (max-width: 767px){
    .header .dropdown-menu {
        left: 10px !important;
        width: 100px;
    }

    .custom-file-label-nova-lista {
        width: 92.5% !important;
        left: 12px !important;
    }
}
