body {
    background-color: #1a1e21;
}

input.form-control, textarea.form-control {
    background-color: hsla(1, 100%, 100%, .2) !important;
    color: #fff !important;
}

div[class^="bg-c-"] {
    min-height: calc(100vh - 56px);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 15px;
}

.bg-c-triangle-generator {
    background: url("/assets/img/backgrounds/bg-triangle-generator.svg");
}

a {
    text-decoration: none;
}