
.background-image {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: url('./resources/img/background_image.jpg') no-repeat center top; position: fixed; z-index: -1;*/
    background: url('../img/background_image.jpg') no-repeat center top; position: fixed; z-index: -1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.box-right {
    float: right;
    width: 25%;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 10px;
    padding: 15px;
    border-radius: 1em;
    margin-top: 60px;
    margin-bottom: 20px;
    margin-right: 20px;
}

/*NavBar - User logged*/
.nav-name-ulogged {
    margin-right: 40px !important;
}

/*override class*/
.card {
    font-size: 14px !important;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}
.form-signin .checkbox {
    font-weight: 400;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/*Sizing*/
.w-10 {width: 10% !important;}
.w-20 {width: 20% !important;}
.w-30 {width: 30% !important;}
.w-40 {width: 40% !important;}
.w-50 {width: 50% !important;}
.w-60 {width: 60% !important;}
.w-70 {width: 70% !important;}
.w-80 {width: 80% !important;}
.w-90 {width: 90% !important;}
.w-100 {width: 100% !important;}

.f-size-12 {font-size: 12px;}

/*Textarea*/
.textarea-noresize {
    resize: none; 
}

/*Navbar Logo*/
.navbar-logo {
    background-color: white;
    border-radius: 6px;
    padding: 5px;
    width: 50px;
    height: 50px;
}

/*Custom CSS*/
.box-white {
    background-color: #ffffff;
    /*border: 1px solid #e0e0e0;*/
    padding: 10px;
    padding: 15px;
    border-radius: 1em;
    margin-top: 20px;
    margin-bottom: 20px;
}

.header-section {
    border-radius: 6px; 
    padding: 5px;
    margin-bottom: 10px;
}

.header-section-menu {
    background-color: #e9ecef;
    border-radius: 6px;
    padding: 12px;
    margin-bottom: 10px;
}

.header-section-menu-crud-button {
    float: right !important;
}

/*Button back to top*/
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

/* error page*/
.error-container {
    margin-top: 4em;
    margin-bottom: 4em;
    text-align: center;
}
.error-container h1 {
    margin-bottom: .5em;
    font-size: 120px;
    line-height: 1em;
}
.error-container h2 {
    margin-bottom: .75em;
    font-size: 28px;
}
.error-container .error-details {
    margin-bottom: 1.5em;
    font-size: 16px;
}
.error-container .error-actions a {
    margin: 0 .5em;
}

.img-circle-custom {
    border-radius: 50%;
    background-color: white;
    padding: 3px;
}


/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.login,
.image {
    min-height: 100vh;
}

.bg-image {
    background-image: url('../img/background_image.jpg');
    background-size: cover;
    background-position: center center;
}