#formloginb2b .validetta-inline,
#formsignupb2b .validetta-inline,
#b2bOtpForm .validetta-inline{
    display: block;
    text-align: left;
    font-size: 14px !important;
    color: #fd5c70;
    margin: 3px;
    line-height: 14px;
    padding: 3px 0 3px 0px;
}

#b2bSignupError {
    background-color: #f8d7da;
    color: #fd5c70;
    margin-bottom: 15px;
    padding: 5px;
    border-radius: 5px;
}

#b2bSignupError p {
    display: block;
    text-align: left;
    margin: 5px;
    font-size: .875em;
}

#b2bMessageError {
    color: #fd5c70;
}

select option {
    color: black;
}
select option:first-child {
    color: #adb5bd;
}
select.empty {
    color: #adb5bd;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 330px;
    }
}

.modal-footer {
    padding: 0.25rem;
}