body {
    background: rgb(0,70,145) !important;
    color: rgb(204,204,204) !important;
    font-family: 'Montserrat', sans-serif !important;
}

.oe_structure{
    background: #fff !important;
}

.nav-main {
    background: rgb(0,70,145) !important;
    color: #fff !important;
    height: 120px !important;
}

.nav-login {
    background: rgb(0,70,145) !important;
    color: #fff !important;
    height: 70px !important;
}

.nav-home {
    background: rgb(0,70,145) !important;
    color: #fff !important;
    height: 120px !important;
    border-top: 10px solid rgb(255,186,16) !important;
}

.logo {
    max-width: 250px !important;
    margin-left: 20px !important;
    margin-top: 20px !important;
}

footer {
    height: 70px !important;
    background: rgb(48,99,206) !important;
    /*position: absolute !important;*/
    bottom: 0 !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.f-absolute{
    position: absolute !important;
}

.footer-border {
    border-top: 3px solid rgb(255,186,16) !important;
}

.o_footer{
    border-top: 3px solid rgb(255,186,16) !important;
}

.button-theme {
    height: 130px !important;
    width: 130px !important;
    background: rgb(31,58,94) !important;
    border-radius: 0px 40px 0px 40px !important;
    -moz-border-radius: 0px 40px 0px 40px !important;
    -webkit-border-radius: 0px 40px 0px 40px !important;
    border: 0px solid #000000 !important;
    cursor: pointer !important;
    margin: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1) !important;
}

    .button-theme:hover {
        background: rgb(255,186,16) !important;
        color: rgb(0,70,145) !important;
        -webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75) !important;
        -moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75) !important;
        box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75) !important;
    }

    .button-theme > i {
        font-size: 45px !important;
    }

.space {
    margin-top: 40px !important;
}

.container-margin {
    margin-top: 40px !important;
}

.row {
    text-align: center !important;
}

    .row > div {
        display: inline-block !important;
        vertical-align: middle !important;
    }

        .row > div:hover {
            color: rgb(255,186,16) !important;
        }

        .row > div > p {
            padding-top: 8px !important;
            font-size: 16px !important;
        }


.ul-session {
    padding-top: 30px !important;
}

    .ul-session > li > a {
        border-radius: 10px 0px 10px 0px !important;
    }

.card-p {
    background: rgb(30,84,151) !important;
    padding: 20px !important;
    border-radius: 40px !important;
    border: 3px solid rgb(204,204,204) !important;
}

.btn-login {
    background: rgb(255,186,16) !important;
    color: rgb(31,58,94) !important;
}

    .btn-login:active {
        background: rgb(31,58,94) !important;
        color: rgb(255,255,255)!important;
        -webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75)!important;
        -moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75)!important;
        box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75)!important;
    }

    .btn-login:hover {
        background: rgb(31,58,94)!important;
        color: rgb(255,255,255)!important;
        -webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75) !important;
        -moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75) !important;
        box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75) !important;
    }

.hr-footer {
    border: 1px solid rgb(204,204,204) !important;
}

.input-group-addon {
    background: rgb(30,84,151) !important;
    color: rgb(204,204,204) !important;
}

.recover {
    color: rgb(255,186,16) !important;
    cursor: pointer !important;
}

    .recover:hover {
        color: rgb(31,58,94) !important;
    }

.image-login {
    padding: 20px !important;
}

.logo-home {
    max-width: 350px !important;
    margin-left: 40px!important;
    margin-top: 15px!important;
}

.service {
    font-size: 15px !important;
    padding-bottom: 5% !important;
}

.btn-service {
    color: #fff !important;
    cursor: pointer !important;
}

    .btn-service:active {
        color: #feba0f !important;
        cursor: pointer !important;
    }

    .btn-service:hover {
        color: #feba0f !important;
        cursor: pointer !important;
    }


/* .item {
    display: block !important;
}
 */
 .icon-service {
    font-size: 70px !important;
    padding-bottom: 15px;
}

.icon-service:hover {
    color: #feba0f !important;
}

.bg-light{
    background: rgb(48,99,206) !important;
}