label {
    color: #989898;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: bold;
}

.divBtn {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
    max-width: 420px;
    margin-top: 50px;
}

.divBtn button,
.divBtn button:hover {
    padding-left: 8%;
    padding-right: 8%;
}

.form-check-input+label {
    text-transform: none;
    font-weight: normal;
}

input[type=file] {
    display: none;
}

#imgUser {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #fbfbfd;
    cursor: pointer;
}

#spanImgAdd {
    background-color: #004e89;
    color: #ffffff;
    border-radius: 50%;
    padding-left: 5px;
    /*padding-right: 5px;*/
    font-size: 20px;
    position: relative;
    right: 12px;
    top: 22px;
    width: 5px;
    height: 5px;
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
}

#spanImgAdd span {
    position: relative;
    bottom: 6px;
}

.spanCategory {
    background-color: #eeeeee;
    border-radius: 25px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 5px;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1;
    color: #a8a8a8;
    float: left;
    margin-bottom: 5px;
}

.spanKeywordInfo {
    background-color: #004e89;
    border-radius: 50%;
    color: #ffffff;
    margin-left: 5px;
    height: 18px;
    width: 18px;
    display: inline-block;
    position: relative;
    top: 2px;
    cursor: pointer;
}

.spanKeywordInfo i {
    position: relative;
    left: 6px;
    font-size: 9px;
    bottom: 6px;
}

.aDownloadProfile {
    font-size: 14px;
    text-decoration: underline;
}

@media screen and (max-width: 767px) and (min-width: 100px) {
    .spanCategory {
        font-size: 12px;
    }
    #txtFullName {
        margin-top: 15px;
    }
}