.displayNone {
    display: none;
}

#main-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}


h4 {
    color: #333;
    text-align: center;
}

.subtitle {
    font-size: 16px;
    text-align: left;
    font-weight: 700;
}

hr {
    border-top: 1px solid #595959;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

#artist-registration-form label[for=pivaNo],
#artist-registration-form label[for=pivaSi] {
    font-weight: 500;
    margin-top: 0;
    color: #555;
}



.signature-pad {
    border: 2px dashed #ccc;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

#clear {
    background-color: #f44336;
    color: white;
    border: none;
    border-radius: 3px;
    padding: 5px 10px;
    cursor: pointer;
    width: 100px;
    z-index: 9999;
    position: absolute;
    font-family: sans-serif;
    right: 2px;
    bottom: 2px;
}

#clear:hover {
    background-color: #d32f2f;
}

.red {
    color: #D20000;
}

.radioContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.radioContainer div input{
    width: auto !important;
}
@media screen and (max-width:767px){
    /*.radioContainer{
        flex-direction: column;
        align-items: flex-start;
    }*/
}

.radioContainer label {
    margin-top: 0 !important;
}

.password-field button {
    font-size: 16px;
    color: #555;
}

.password-field{
    width: 100%;
    margin-bottom: 30px;
}

#loadingAnimation {
    font-size: 18px;
    color: #555;
}