.loginPage {
    border: 1px solid black;
    border-radius:10px;
    margin:10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
}

.bigFont {
    font-size:24px;
}

.noteFont {
    font-size:12px;
}

.rounded {
    border-radius:5px;
}

.helpLink {
    cursor:pointer;
    color:blue;
    
}

.helpLink:hover {
    font-weight:bold;
}

.genLink {
    color:blue;
    font-weight:bold;
    text-decoration: none;
}


body.main {
  background-image: url("escoringImgs/escoringbg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right bottom;
}
