.row {
    
    font-size: 20px;
    color: black;
    font-weight: bolder;
}

.form-control:focus {
    box-shadow: none;
    border-color: #BA68C8
}

.form-control {
    width: 100%;
    height: inherit;
    height: 50px;
    border-radius: 50px;
    font-size: 16px;
    color: black;
    font-weight: bolder;
    

}

.profile-button {
    background: rgb(99, 39, 120);
    box-shadow: none;
    border: none
}

.profile-button:hover {
    background: #682773
}


.profile-button:focus {
    background: #682773;
    box-shadow: none
}

.profile-button:active {
    background: #682773;
    box-shadow: none
}

.back:hover {
    color: #682773;
    cursor: pointer
}

.labels {
    font-size: 18px
}

.add-experience:hover {
    background: #BA68C8;
    color: #fff;
    cursor: pointer;
    border: solid 1px #BA68C8
}