/*
Create common background image
*/
#commonIVSHeaderID{
    font-size: 16px;
    height: auto;
    width: auto;
    font-family: Poppins, ui-rounded;
    margin: 0 auto;
   /* box-shadow: 0 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);*/
  }

#commonIVSHeaderIDOverlay{
    color: rgb(0, 0, 0, 0.5%);
    font-size: 16px;
    height: auto;
    width: auto;
    font-family: Poppins, ui-rounded;
    margin: -76px;
    text-decoration: 2px underline rgb(168,142,57);
}

div.commonIVSHeader{
    text-align: center;
    color: #002173;
    font-size: medium;
    text-underline: #002173;
    text-underline-position: auto;
    background: transparent;
    background-image: inherit;
}

label.errorIcon{
    width: 100%;
    font-size: 13px;
    line-height: 1.8;
    font-weight: 100;
    font-family: Poppins;
    text-shadow:
            1px 1px 1px #000,
            1px 1px 1px #000,
            1px 1px 1px #000,
            1px 1px 1px #000;
}

@keyframes frontEndValidateKeyFrame  {
    from {
        opacity: 0;
    }
    to {
        opacity: 100;
    }
}

@keyframes frontEndValidateKeyFrameFadeOut  {
    from {
        display: block;
    }
    to {
        display: none;
    }
}

div.frontEndValidate{
    text-align: center;
    text-outline:#000000 1px;
    background-color: rgb(168,142,57);
    animation-name: frontEndValidateKeyFrame;
    animation-duration: 3s;
    border-radius: 15px;
    border-block: 3px solid;
    border-block-color: #002173;
}

div.frontEndValidateInputFields{
    width: 100% ;
    font-family: Poppins, ui-rounded;
    animation-name: frontEndValidateKeyFrame;
    animation-duration: 3s;
    color: red;

}

.form-submit-common{
    display: inline-block;
    background: rgb(0,33,115);
    color: #fff;
    border-bottom: none;
    width: auto;
    padding: 15px 39px;
    border-radius: 5px;
    margin-top: 25px;
    cursor: pointer;
}

.inputExpanded{
    width: 67.5%;
}

.form-submit-common:hover {
    background-color: rgb(168,142,57);
    color: black;
    text-decoration: underline #000;
}

.button-common{
    margin:0 auto;
}

div.copyRight{
    font-family: Poppins, ui-rounded;
    color: rgb(168,142,57);
    text-shadow:
             1px 1px 1px #000,
             1px 1px 1px #000,
             1px 1px 1px #000,
             1px 1px 1px #000;
    opacity: 25;
}

.container {
    width: 100%;
    margin: 0 auto;
}

.main{
    padding-top: 45px;
}


input {
    display: block;
    padding: 6px 30px;
    font-family: Poppins;
    box-sizing: border-box;
    border-radius: 8px;
}

.form-group {
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
}

.loginLabels{
    position: absolute;
    top: 19.5%;
    left: 1.5%;
}

.loggedInUser{
    color: rgb(0,33,115);
    border-bottom: none;
    width: auto;
    padding: 15px 39px;
    border-radius: 5px;
    font-size: 12px;
    display:inline-grid;
    grid-template-columns: max-content max-content;
    grid-gap: 10px;
    grid-column-gap: 7.5%;
    position: absolute;
    top: 0;
    right: 0;
}