@font-face
{
    font-family: Editor;
    src: url('myFancyFont.ttf'),
    url('myFancyFont.eot');
}

body {
    background: #F6F6F6;
}

h1 {
    font-weight: bold;
    color: #124750;
    font: 300 30px/1.6 Larsseit,Sans-Serif;
}

h2 {
    color: #124750;
    font:  20px Larsseit,Sans-Serif;
    margin-top: 10px;
}

p {
    color: #124750;
    font:  15px Larsseit,Sans-Serif;
}

.title {
    display: block;
    text-align: center;
    margin-bottom: 70px;
}

.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    height: 100px;
    width: auto;
}

.container {
    display: block;
    background-color: white;
    border-radius: 30px;
    padding: 30px;
}

/* Buttons */
.fileinput-button {
    border-radius: 60px;
    color: #124750;
    background-color: white;
    border: 1px solid #124750;
}
.fileinput-button:hover, .fileinput-button:focus {
    color: white;
    background-color: #124750;
}

.start{
    border-radius: 60px;
    color: #124750;
    background-color: white;
    border: 1px solid #124750;
}
.start:hover, .start:focus {
    color: white;
    background-color: #124750;
}

.cancel {
    border-radius: 60px;
    color: #E7B26D;
    background-color: white;
    border: 1px solid #E7B26D;
}
.chancel:hover, .chancel:focus {
    color: white;
    background-color: #E7B26D;
}