.singup-title {
    font-size: 25px;
    color: black;
    padding-bottom: 20px;
}

#edit-profile-form > div > div > div.modal-body  {
    margin: 0px 0;
}

.modal-header {
    border-bottom: 0 none;
}

.modal-footer {
    border-top: 0 none;
}

.modal-content-singup {
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
}

.btn-check-signup:checked+.sbutton-signup {
    background-color: #59e1ff;
}

.btn-check-signup:checked+.category-label-singup {
    background-color: #dafbff;
}

.sbutton-signup {
    display: block !important;
}

.content-checkbox {
    display: grid;
    justify-content: center;
}

.label-register {
    cursor: pointer;
}

.modal-form::-webkit-input-placeholder {
    font-size: 20px;
    font-weight: bold;
}

.modal-form:-moz-placeholder {
    /* Firefox 18- */
    font-size: 20px;
    font-weight: bold;
}

.modal-form::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 20px;
    font-weight: bold;
}

.modal-form {
    border-radius: 10px;
}

.title-register {
    font-size: 20px !important;
    font-weight: bold !important;
}

.singing-boy-modal {
    padding: 0 50px 0 50px;
}

.bienvenida {
    font-size: 30px;
    padding-bottom: 50px;
}

.bienvenida span {
    font-weight: bold;
}

.bienvenida-mensaje {
    margin: auto;
    width: 100%;
    padding-bottom: 20px;
}

.bienvenida-mensaje .stitle-underlined-yellow {
    font-size: 13px;
    font-weight: bold;
}

.modal-bienvenida-body {
    padding: 0 60px;
}

.modal-bienvenida-body div {
    line-height: 100%;
}

.bienbenida-logo {
    width: 15%;
    margin: auto;
}

.button-disabled {
    pointer-events: none;
}

.category-icon {
    width: 25px;
}

.container-categories-edit {
    margin: -30px;
}

.sbutton-checkbox-edit {
    padding: 3px 0px;
}

.content-checkbox-edit {
    padding: 40px 0px;
}

.container-ods-edit {
    margin: -40px;
}

#wp-admin-bar-my-account-xprofile-edit {
    cursor: pointer;
}

.ui-datepicker {
    background: #FFFFFF;
    border: 1px solid #a7a7a7;
    color: black;
    border-radius: 10px;
    padding: 0px 24px;
 }

 .description-categories {
    font-size: 15px;
    line-height: 20px;
 }

#user-descripcion {
    height: 120px
}

#customLoginForm > a {
    float: right;
    background-color: #FFFFFF;
    color: #000000;
}

#customLoginForm > a:hover {
    float: right;
    background-color: #0d6efd;
    color: #FFFFFF;
}