

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


/* Increase height and width of input fields */
.form-control {
    height: 50px; /* Adjust the height as needed */
    width: 100%; /* Adjust the width as needed */
}

/* Additional styles for better spacing */
.row {
    margin-bottom: 15px;
}


.profile-button {
    background: rgb(99, 39, 120);
    box-shadow: none;
    font-size: 16px; /* Adjust the font size as needed */
    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: 16px
}

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