.smtlRegFormMandatory {
    color: #ff0000;
}
.smtlRegFormRow {
    padding-bottom: 10px;
}
.smtlRegFormInputText input {
    background: #ECECEC;
    color: black;
    height: 25px;
    width: 100%;
    border: 1px solid white;
    border-radius: 5px;
    font-size: 15px;
}
.smtlRegFormInputText select {
    background: #FAFAFA;
    color: black;
    width: 100%;
    border: 1px solid black;
    border-radius: 5px;
    font-size: 15px;
}
.smtlRegFormLabel {
    font-size: 15px;
    font-weight: bold;
}
.smtlBreadcrumb {
    margin-bottom: 30px;
    font-size: 14px;
    color: #000000;
}
.smtlBreadcrumbLabel {
    font-weight: bold;
}
a.smtlBreadcrumbLink:active {
    color: #000000;
    text-decoration:none;
}
a.smtlBreadcrumbLink:visited {
    color: #000000;
    text-decoration:none;
}
a.smtlBreadcrumbLink:link {
    color: #000000;
    text-decoration:none;
}
a.smtlBreadcrumbLink:hover {
    color: #000000;
    text-decoration:none;
}
/*#smtlPopupDiv, #confirmPopupDiv {
    z-index: 1;  Sit on top 
    width: 60%;
    top: 10%; calc(50% - 100px);
    overflow: auto;  Enable scroll if needed 
    background-color: white;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 20;
}
@media only screen and (max-width: 600px) {
}
#smtlPopupTitle, #confirmPopupTitle {
    font-size: 15px;
    font-weight: bold;
    color: #820040;
    padding-top: 20px;
}
#smtlPopupMessage, #confirmPopupMessage {
    padding-top: 20px;
    padding-bottom: 20px;
}
#smtlPopupOkButton, #confirmPopupOkButton, #confirmPopupCancelButton {
    background: #EA5B29;
    color: #ffffff;
    font-size: 13px;
    padding: 10px;
    border: 1px solid white;
    border-radius: 25px;
    width: 130px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
#smtlPopupContainerDiv, #confirmPopupContainerDiv {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
}
#smtlPopupOpacityDiv, #confirmPopupOpacityDiv {
    opacity: 70%;
    background-color: #820040;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 10;
    position: absolute;
}*/
.smtlProfileLabel {
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
}
.smtlProfileValue {
    font-size: 15px;
    display: inline-block;
}
#smtlRegFormField_NOTES {
    width: 100%;
}
.smtlRegFormErrorRowLabel {
    color: red;
    font-weight: bold;
}
.smtlRegFormErrorRowValue {
    color: red;
    font-weight: bold;
}

#smtlRegFormField_PASSWORD::placeholder {
    font-size: 12px;
}

@media (max-width: 415px) {
    #smtlRegFormField_PASSWORD::placeholder {
        font-size: 10px;
    }
}

@media (max-width: 360px) {
    #smtlRegFormField_PASSWORD::placeholder {
        font-size: 9px;
    }
}