
#loader {
    /* background: url('http://www.calgaryramsrugby.com/images/ajax-loader.gif'); */
    background-repeat:no-repeat;  
    width: 250px; 
    height: 250px; 
    margin:auto;
}

body {
    margin: 0px;
}

html {
    height: 100%;
    width: 100%;
    overflow: auto;
}
fieldset {
    border-radius: 5px;
    border: none;
    padding: 2px;
}
.pid-req {
    font-weight: 500;
}
.pid-req:after {
    content:" *";
    color: red;
}
.pid-error {
    background-color: #FFE6E6;
    color: #660000;
    padding: 6px;
    padding-left: 12px;
    border-style: solid;
    border-width: 2px;
    border-radius: 3px;
    border-color: #FF6666;
}

#experian-logo {
    padding-left: 2rem;
}

.lock-icon {
    font-size: 3.2rem;
    /* margin-left: -0.7rem; */
}
.eds-button {
    padding: 0.25rem 2rem;
    height: auto;
    font-size: large;
}

.eds-button:hover {
    cursor: pointer;
}

#content-body {
    text-align: center;
    margin: 2rem;
}

@media (max-width: 1024px) {
    #modal-page {
        display: inline-block;
        width: 100%
    }
}

@media (min-width: 1025px) {
    #modal-page {
        display: inline-block;
        width: 50%
    }
}

form {
    text-align: left;
}

.loading {
    opacity: 0.2;
    transition: opacity 0.5s linear;
    pointer-events: none;
}

.loader {
    position:fixed;
    top:48%;
    left:49%;
    border: 4px solid #426da9;
    border-top: 4px solid #f3f3f3;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 1.25s linear infinite;
    opacity:0;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

.visible {
    opacity: 1;
    transition: opacity 0.2s linear;
}

#brand-bar {
    width: 100%;
    text-align: left;
    margin: 0;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

#modal-body {
    padding-top: 1rem;
}

.modal-footer {
    border-top: 1px solid #d6d6d6;
    margin-top: 3rem;
    padding-top: 2rem;
    font-size: 14px;
    color: #757575;
    line-height: 1.6rem;
}

.text-muted {
    color: #757575;
}
.text-primary {
    color: #426da9;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
         local('MaterialIcons-Regular'),
         url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
         url(../fonts/MaterialIcons-Regular.woff) format('woff'),
         url(../fonts/MaterialIcons-Regular.) format('truetype');
  }
  
  .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
  
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
  
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
  
    /* Support for IE. */
    font-feature-settings: 'liga';
  }