/*** Typography ***/
.text-brand {
    color: #00bdf2!important;
}

.btn {
    border-radius: 1.87rem !important;
    padding: 0.35rem 1.6rem;
    box-shadow: none !important;
}

.btn-primary {
    color: #fff;
    background-color: #01b6ee;
    border-color: #01b6ee;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.form-control:focus, .btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #34c5f1;
    border-color: #34c5f1;
}

.btn-secondary, .btn-secondary:focus, .btn-secondary.form-control:focus, .btn-secondary:not(:disabled):not(.disabled):active {
    color: #000;
    background-color: #999;
    border-color: #999;
}

.btn-secondary:hover {
    color: #000;
    background-color: #e0e0e0;
    border-color: #e0e0e0;
}


.btn-success {
    color: #fff;
    background-color: #96c11e;
    border-color: #96c11e;
}

.btn-success:focus, .btn-success.form-control:focus, .btn-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #96c11e;
    border-color: #96c11e;
}


.login-sfondo-logo {
    
    display: block;
    position: relative;
    height: calc(100vh);
    width: 100%;
    min-height: 800px;
}

/* Page load */ 

.boxFullPageGray {
    display: block;
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 100%;
    top: 0;
    text-align: center;
    background: rgba(0,0,0,.4);
    cursor: not-allowed;
}
#boxFullPageIcon {
    top: 40%;
    position: absolute;
    bottom: 13px;
    width: 100%;
}
#boxFullPageIcon i {
    font-size: 50px;
    color: #fff;
}

/* Fine page load */
