html {
    margin: 0;
    padding: 0;
    background: url(pics/background.png) repeat scroll 0 0 #FFFFFF;
    font-family: 'Jura', sans-serif;
    font-size: 12pt;
}

a:link {
    font-weight: bold;
    color: #2f5d93;
    text-decoration: none;
}

a:visited {
    color: #2f5d93;
    text-decoration: none;
}

a:hover {
    color: #2f5d93;
    text-decoration: underline;
}

a:active {
    color: #2f5d93;
    text-decoration: none;
}

.smallText {
    color: #74756c;
    font-size: 10pt;
}

.error {
    background-color: rgba(255, 89, 89, 0.1);
    border: 1px solid rgba(255, 0, 0, 0.2);
    color: rgba(17, 17, 17, 0.61);
    margin: 10px 300px;
    padding: 3px;
}

.validationIcon {
    height: 30px;
    vertical-align: -7px;
    opacity: 0.8;
}

.centered {
    left: 50%;
    position: fixed;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
}