html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  margin-bottom: 60px;
}

.required:after {
    content: " *";
    color: #f00;
}

.imgHeaderLeft {
    width: 40%;
}

.imgHeaderRight {
    width: 30%;
}

.backgroundColorForm {
    background-color: #ECEBEB;
}

.headerTextColor {
    color: #BBBBEE;
}

.required:after {
    content: '*';
    color: red
}

/*Loader CSS*/
.spin-container {
    opacity: 90%;
    background-color: lightgray;
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
}

.spin-body {
    top: 40%;
    left: 50%;
    position: absolute;
    z-index: 99999999;
}

#loader-message {
    font-size: 2.0rem;
}
/*-----------------------------------------------*/

.lightBlue {
    background-color: #CFDDF6 !important;
}

.disableInputText {
    pointer-events: none;
    cursor: default;
    color: #545454;
    background-color: #efefef4c;
    border-color: #efefef4c;
}