:root {
    accent-color: #005b9d;
}

body {
    margin: 0;
    background: url(../img/page-bg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: "GillSans", Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
}

img.header-logo {
    width: 120px;
    height: auto;
}

@media all and (min-width:1200px) {
    .container {
        max-width: 1020px;
    }
}

footer {
    background: #005b9d;
    font-size: 1em;
    color: #fff;
}

a,
a:active,
a:focus,
a:visited {
    color: #005b9d;
}

    a:hover {
        color: #005b9d;
        text-decoration: underline;
    }

.card-header {
    margin-bottom: 0;
    background: #005b9d;
}

.card-title {
    margin-bottom: 0;
    color: #efefef;
    font-family: "GillSans", Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.small {
    font-size: 90%;
}

label {
    font-weight: bold;
}

    label input[type="checkbox"] {
        margin-right: 0.3rem;
    }

.login-remember {
    font-family: "GillSans", Arial, sans-serif;
    font-weight: bold;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.btn-reg.active,
.btn-reg.focus,
.btn-reg:focus,
.btn-reg:hover {
    background-color: #005b9d;
}

.btn-primary,
.btn-reg {
    width: 50%;
    min-width: 180px;
    border-radius: 0;
    transition: .1s ease;
    text-transform: uppercase;
    background-color: #005b9d !important;
    border: 0;
    color: #fff;
    font-family: "GillSans", Arial, sans-serif;
}

.btn.focus,
.btn:focus,
.btn:hover {
    background-color: #005b9d;
    text-decoration: none;
    border: 0;
}

.choose {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 1em 0;
    /*
	width: 180px;
	*/
}

    .choose span {
        flex-grow: 2;
        border-top: 1px solid #ced4da;
    }

        .choose span:nth-child(2) {
            flex-grow: 1;
            text-align: center;
            border: 0;
            text-transform: uppercase;
            color: #666;
        }

/* CARD */

:first-child.card-header {
    border-radius: 0;
}

.card {
    border: 0;
    border-radius: 0;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
}

.form-control:focus {
    border-color: #005b9d;
    box-shadow: 0px 0px 0px 0.2rem rgba(0,121,76,0.25);
}

.form-control {
    line-height: 1;
    border-radius: 0;
}
