.formPopupDialog.popup-window-container {
    display: none;
    position: fixed;
    top: 0; left: 0;
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    z-index: 12000;
}
.formPopupDialog.popup-window-container .popup-window{
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    margin: auto;
    overflow: hidden;
    border-radius: 3px;
    background-color: white;
    color: black;
    padding: 29px 16px 15px 31px;
}
.formErrorPopup .errorSection {
   margin: 10px;
}
.formErrorPopup .errorSection {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 300;
    margin: 10px 0 10px 10px;
    color: #ff0000;
}
.formErrorPopup .errorSection .error {
    font-weight: 500;
    margin: 0 0 0 5px;
}
.formErrorPopup .description {
    font-size: 12px !important;
}