﻿html, body {
    font-family: arial, helvatica, verdana, sans-serif, "Raleway";
    background-color: #494b59;
    color: white;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 4.5rem;
}

a, a:hover, a:active, a:visited, a:focus {
    color: #fff;
    text-decoration: none;
}

.btn {
    margin-right: 1em;
    font-weight: bold;
    font-size: 1.1em;
}

.error-template {
    padding: 40px 15px;
    text-align: center;
}

.error-actions {
    margin-top: 15px;
    margin-bottom: 15px;
}

.vertical-center {
    min-height: 100%; /* For browsers do NOT support vh unit */
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.btn-lzd-primary {
    background-color: #335a8f !important;
}

    .btn-lzd-primary:hover {
        background-color: #33658f !important;
    }

.btn-lzd-secondary {
    background-color: #6c757d !important;
}

    .btn-lzd-secondary:hover {
        background-color: rgba(130,138,145,.5) !important;
    }

.btn-lzd-info {
    background-color: rgba(105,189,196,0.8) !important;
}

    .btn-lzd-info:hover {
        background-color: #17a2b8 !important;
    }
