html,
body {
    height: 100%;
}

html {
    display: table;
    margin: auto;
}

body {
    display: table-cell;
    vertical-align: middle;
}

a:hover {
    color: white;
}

body {
    background-color: #3db8e4;
    background: url("/images/background.jpg") no-repeat center center fixed;
}

.btn {
    #background-color: #3db8e4;
    background: rgba(43, 149, 187, .6);
    color: white;
    font-weight: bold;
}

.btn:hover {
    background: rgba(43, 149, 187, 1);
}

.hover-anchor:hover {
    color: #039be5 !important;
}

input {
    color: white;
    font-weight: bold;
}