.help-text {
    font-size:9px!important;
}
.required {
    color:red;
    border:1px solid red;
    font-weight:500!important;
}
.red {
    color:red;
    font-weight:500!important;
}
.success {
    color:green;
    font-weight:500!important;
}
#message-success {
    background:green;
    color:#fff;
    padding:10px;
    position:fixed;
    right:10px;
    bottom:30px;
    display:none;
    z-index:999;
}
#message-error {
    background:red;
    color:#fff;
    padding:10px;
    position:fixed;
    right:10px;
    bottom:30px;
    display:none;
    font-weight: 700;
    z-index:999;
}
.tr { border-bottom:1px solid #0f9ce6; }
.td { padding:0.8rem 0; }
.border-bottom {
    border-bottom:1px solid rgb(174, 224, 250);
    padding:10px 0;
}

.w50p-desktop-100p-mobile {
    width:50%;
}

@media only screen and (max-width: 600px) {
    .w50p-desktop-100p-mobile {
        width:100%;
    }
}