.btn-login a{
    color: #fff;
    padding: 0px;
    position: relative;
    background: none;
    border: none;
}
.btn-login a:hover,
.btn-login a:focus,{
    color: #fff;
    padding: 0px;
    position: relative;
    background: none;
    border: none;
}
.btn-login a:first-child{
    padding-left: 15px;
}
.btn-login a:first-child:after{
    content: "";
    width: 1px;
    position: absolute;
    height: 10px;
    background: white;
    left: 0;
    top: 12px;
    opacity: 0.5;
}
.topLinks{
    min-height: 59px;
}
.titleSection{
    display: flex;
    justify-content:space-between;
}
.titleSection a {
    color: #CEB253 !important;
}
.titleSection svg path {
    fill: #CEB253;
}

footer ul.footerLink li a{
    font-size: 16px;
}
.breadcrumb a, .breadcrumb:visited{
    font-weight: 600;
}
.card-file .media-body .title{
    font-size: 18px;
    
}
.card-file .media-body .title{
    font-size: 24px;
}
.card-file .media .file-icon{
    transition: all .2s ease-in-out ;
}
.card-file .media .download-icon{
    width: 100px;
}

.media-details .card-file .media{
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .012);
    margin-top: 30px;
}
.media-details .card-file .media{
    transition: all .2s ease-in-out;
}
.media-details .card-file .media:hover .file-icon{
    background-color: #4F5B31 !important;
}

@media all and (max-width: 700px){
    .topLinks .btn-login,
    .topLinks .topLinks--ul{
        text-align: center;
    }
}