/**** Custom CSS ***/

#application{
    font-family: 'Montserrat', sans-serif!important;
    color: #515151;
}



/** Navbar **/

.nav-bg{
    background-color: #ffffff!important;
}

.logo{
    flex-wrap: nowrap!important;
    flex-grow: 0!important;
    padding-top: 20px!important;
    padding-bottom: 20px!important
}
.logo img{
    width: 55%;
    
}

@media screen and (max-width: 768px) {
    .logo img{
        width: 37%;
        
    }
    
}

.list{
    flex-grow: 0!important;
    
}

.list a{
    color: #1b4eba!important;
    font-size: 20px;
    font-weight: 600;
}


.top-cta{
    flex-basis: content;
    align-self: self-start;
    padding-top: 20px;
    
}

@media screen and (max-width: 768px) {
    .menu-mob{
        position: absolute;
        top: 100px;
        right: 13px;
        text-align: right;
        background-color: rgba(254, 254, 254, 0.8);
        padding: 5px 5px 5px 15px;
        border: 0.5px solid rgb(235, 2, 140);
        box-shadow: rgb(235, 2, 140) 3px 4px;
        
    }
    
}


/**** Banner ***/

.banner{
    padding-left:0;
    padding-right:0;    
    margin-top: 150px;
}

.banner img{
    width: 100%;
    
}


/**** Content ***/

.content{
    text-align: center;
    padding-top: 60px;
}
.content h1{
    color:#1b4eba;
    font-weight: bold;
    
    font-size: 3rem;
}

.mis {
    color:#161E40!important;
    
}

.mis-bg {
    background-color:#161e40!important;
    
}

.winx {
    color:#eb028c!important;
    
}

.winx-bg {
    background-color:#eb028c!important;
    
}

.content h3{
    color:#515151;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 18px!important;
}

.content p{
    /*padding-left: 120px;*/
    /*padding-right: 120px;*/

}

.link-file{
    text-decoration: none;
}

.list-file{
    font-weight: 500;
}

.content-file{
    overflow-x: auto;
    padding-right: 20px;
    width: 95%;
}

.bg-list{
    background-color: #1b4eba;
    color: #ffffff;
    width: 100%;
    padding-left: 5px;
    border-radius: 5px;
}


/**** Form ***/

.form{
    text-align: left;
    /*margin-left: 100px;*/
    margin-top: 100px;
    margin-bottom: 100px;
}

.form h3{
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.form-field{
    margin-bottom:15px
}

.application{
    margin-top: 20px;
}

.new-row{
    margin-top: 40px;
}

.msg{
    height: 200px
}

.btn-send{
    background-color:#1b4eba;
    color:#ffffff;
    margin-top: 30px;
    width: 83%;
    margin-left:8%;
    
}

.btn-del{
    background-color:#1b4eba;
    color:#ffffff;
    
    width: 83%;
    margin-left:8%;
    
}

.mr-4{
    margin-right: 120px;
}

.divider{
    border: 1px solid;
    
}

.ml{
    margin-left: 20px;
}

.pl{
    /*padding-left: 29%;*/
}

.mb{
    margin-bottom: 100px;
}

.form-login{
    margin-top: 30px;
}


.form-upload{
    margin-top: -160px;
}

.form-video{
    margin-top: -85px;
}


/** FONT E COLOR **/

.text-question{
    color: #cc338b;
}

.txt-help{
    font-size:small;
}

/**** Footer ***/

.footer{
    background-color: #1C2023;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer p{
    text-align: center;
    padding-left: 120px;
    padding-right: 120px;
    color:#ffffff
}


/** OVERRIDE BOOTSTRAP**/

.form-check-input:checked {
    background-color: #EB028C;
    border-color: #EB028C;
}

.mischeck:checked {
    background-color: #161e40!important;
    border-color: #161e40!important;
}

.btn-mis:hover{
    color: #ffffff;
}