a.hslinks:link{font-size: 12px; text-decoration:none; color:#3f3f3f;}
a.hslinks:visited{font-size: 12px;text-decoration:none; color:#3f3f3f;}
a.hslinks:hover{font-size: 12px;text-decoration:underline; color:#c00000;}    
.smallText {
    font-size: 12px; 
    text-decoration:none; 
    color:#3f3f3f;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}  
.custom-bg-light {
    background-color: #eaeff4 !important;
}
#spLogo {
    padding: 15px;
    max-width: 300px;
    margin: 0 auto; 
    text-align:center;
}       
#welcomeText {
    color: gray;
    font-size: 16px; 
    text-decoration:none;            
}      
#resetText {
    color: black;
    font-size: 20px; 
    text-decoration:none;            
}   
.maxSize {
    max-width: 400px; 
    max-width: 400px; 
    margin: 0 auto;    
}   
@media screen and (max-width: 600px) {
    #topBar {
        visibility: hidden;
        clear: both;
        float: left;
        margin: 10px auto 5px 20px;
        width: 28%;
        display: none;
    }
    #copy {
        display: none;
    }
    #spLogo {
        padding: 0px;
        padding-bottom: 10px;
        max-width: 220px;
    }
    #welcomeText {
        font-size: 14px; 
    }
    #resetText {
        font-size: 16px; 
    }    
}  