@font-face {
    font-family: 'Poetsen One';
    src: url('fonts/PoetsenOne-Regular.ttf');
}

@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/CenturyGothicRegular.ttf');
}

@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/CenturyGothicBold.ttf');
    font-weight: bold;
}

body {
    background-image: url('../images/bg.jpg');
    overflow: hidden;
}

.disclaimer-link {
    color: #aaa;
    text-decoration: none;
    font-family: "Century Gothic";
}

#disclaimer {
    background-color: #01c5ff;
    border-radius: 10px;
    margin-bottom: 20px;
}

p {
    font-family: "Century Gothic";
}

#loginForm {
    position: absolute;
    bottom: 20%;
    right: 10%;
    width: 250px;
    z-index: 10;
    display: none;
}

#loginForm input {
    width: 90%;
    border-color: #019aff;
    border-width: 1px;
    border-radius: 4px;
}

.canvas-wrap, .wrap {
    width: 950px;
    margin: 0 auto;
    position: relative;
}

#canvas {
    background-color: #01c5ff;
    border: 4px solid #fff;
}

#answerForm {
    position: absolute;
    top: 65%;
    left: 40%;
    z-index: 10;
    display: none;
}

#classRuleForm {
    position: absolute;
    top: 42%;
    left: 30%;
    width: 300px;
    z-index: 10;
    display: none;
}

#kirjeForm {
    position: absolute;
    top: 22%;
    left: 10.5%;
    width: 300px;
    z-index: 10;
    display: none;
}

#inputKirjeArea {
    width: 490px;
    height: 310px;
}

#emailText, #passText {
    font-family: 'Poetsen One';
    color: #019aff;
    
}

#passChangeForm {
    display: none;
    z-index: 10;
}

#newPass {
    position: absolute;
    bottom: 36%;
    left: 30%;
    width: 170px;
}

#newPassConf {
    position: absolute;
    bottom: 36%;
    left: 51.5%;
    width: 170px;
}

#currPass {
    position: absolute;
    bottom: 20.8%;
    left: 40.2%;
    width: 170px;
}