@font-face {
    font-family: Accanthis;
    src: url("accanthis.otf") format("opentype");
}

body.body-style {
    font-family: "Accanthis", sans-serif;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 0px;
    background-image: url("wallpaper.png");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    font-size: 24px;
}

h1, h2 {
    color: white;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}

div.banner {
    /*background-color: white; */
    color: #4f839c;
    padding: 15px;
    margin-bottom: 20px;
    background-image: url("mathtile.png");
    background-attachment: fixed;
    /*background-size: cover;*/
    background-repeat: repeat;
}

div.tudasvar-logo {
    display: inline-block;
}

div.memat-logo {
    display: inline-block;
    font-size: 80px;
    width: 80%;
    text-align: center;
    vertical-align: bottom;
}

div.me-logo {
    display: inline-block;
}

img.banner-logo {
    width: 100px;
    height: 100px;
}

input[type="text"], input[type="password"] {
    padding: 12px;
    color: #4f839c;
    width: 100%;
}

button {
    padding: 12px;
    background-color: #4f839c;
    border: solid white 1px;
    border-radius: 3px;
}

button:hover {
    background-color: white;
    color: #4f839c;
}

div.error-message {
    color: #F53;
}

div.row {
    margin-bottom: 18px;
}

