.form-label {
    font-weight: bold;
}

.form-title {
    color: #FF5733;
    /* Adjusted color for "Add Song" heading */
}

form div {
    margin-bottom: 20px;
}

form input,
textarea {
    border: 1px solid rgb(131, 131, 131) !important;
}

form input:focus {
    box-shadow: none !important;
    border: none;
    outline: none !important;
}


form textarea:focus {
    box-shadow: none !important;
    border: none;
    outline: none !important;
}