
.navbar-nav .nav-link {
    /*color: #00060c!important;*/
    /*font-weight: bold;*/
    text-transform: uppercase;
}

.content-wrapper {
    /*background: #ecf0f1;*/
    background: #fff;
}

.w-30 {
    width: 30% !important;
}
.w-40 {
    width: 40% !important;
}

.form-error{
    color: red;
}
.modal-footer {
    border: none;
}

a{
    color: #00060c;
}

a:hover, a:focus {
    color: orangered;
}

.main-footer{
    border: none;
}

.style-home {
    /*background: rgba(255,255,255,0);*/
    color: #000;
}


body {
    background: linear-gradient(135deg, #091031 0%, #1a2d5f 50%, #2c4a7a 100%);
    background-attachment: fixed;
    margin: 0;
    padding: 0;
    min-height: 100vh;
}