body{
    font-family: 'Lato', sans-serif;
    background-image: url('../img/bg-body.jpg');
    background-position: right center;
    background-repeat: no-repeat;
    color: #3d4c72 !important;

}
.navbar{
    background-color: #3d4c72 !important;
    background-image:none;
    padding: 20px 10px;
}
.navbar .navbar-brand .navbar-brand-text-logo{
    font-weight: 900;
    font-size: 40px;
    text-transform: uppercase;
    color: #ffffff;
}

.nav-linkss {
    background-image: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bolder;
    color: #3d4c72 !important;
    background-color: #ffffff !important;

}
.nav-linkss.selected-nav {
    color: #ffffff !important;
    background-color: #d33559 !important;

}
.nav-linkss:hover {
    color: #ffffff !important;
    background-color: #d33559 !important;

}

.textright{
    right: unset !important;
}

.page-title{
    font-weight: 900;
}
.page-title-h2{
    font-weight: 900;
}

.page-list{

}
.page-list .page-list-item{
    font-weight: bold;
}
.button-action{
    padding: 20px 0;
}
.button-action .button-custom{
    padding: 10px 20px;
    font-size: 140%;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #d33559;
    color: #ffffff;
}

.bg-gray-custom{
    background-color: #d9dfed;
}
.input-custom{
    padding: 24px 15px;
    color: inherit;
    font-size: 120%;
    font-weight: bold;
}
.button-bg-check{
    background-color: #3d4c72 !important;
    color: #ffffff !important;
}