body, html {
    height: 100%;
}

h1{
    color: #3fa535;
    font-weight: bold;
}
h2{
    color: #FFFFFF;
    font-size: 18px;
}
h3{
    color: #575656;
    font-size: 18px;
}

.card{
    width: 400px;
}

.bg {
    /* The image used */
    background-image: url("../img/background_sky.jpg");

    /* Full height */
    width: 100%;

    /* Center and scale the image nicely */
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-header{
    background-color: #fdc500;
    color: #d3241f;
    text-align: center;
    font-weight: bold;
}

.card{
    background-color: rgba(255,255,255, 0.6);
    margin-top: 20px;
    margin-right: 20px;
    font-size: 14px;
}

.game{
    width: 100%;
}

.game div{
    text-align: center;
}

.game input{
    width: 50px;
    text-align: center;
}

.footer{
    background-color: #dd2d24;
    position: absolute;
    margin-bottom: 0;
    width: 100%;
    color: #FFFFFF;
}

.date{
    font-size: 10px;
}

.left{
    text-align: left;
    width: 50%;
}
.right{
    text-align: right;
}
.center{
    text-align: center;
}

.logo{
    width: 100px;
    float: left;
}

.helix{
    position: absolute;
    bottom: 0;
    right: 0;
}

.slogan{
    padding-top: 25px;
    padding-left: 30px;
}

.red{
    color: #d3241f;
}

.btn-primary{
    background-color: #d3241f;
    border-color: #d3241f;
}

.btn-primary:hover{
    background-color: #ce7c7a;
    border-color: #ce7c7a;
}

.error{
    border: 1px solid #d3241f;
    background-color: rgba(211,36,31, 0.2);
    border-radius: 10px;
}

.success{
    border: 1px solid #3fa535;
    background-color: rgba(63,165,53, 0.2);
    border-radius: 10px;
}