* {
    box-sizing: border-box;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    /* background-image: url("/img/layout/default/bg.png"); */
    background-color: #f3f4f8;
    font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}
h1 {
    font-size: 1.5rem;
}
h2 {
    font-size: 1.3rem;
}
label {
    font-size: 1.1rem;
    margin-right: 1em;
}
.top-panel {
    padding: .7rem 1rem;
    height: 3rem;
    color: #fff;
    background-color: #65799e;
    z-index: 100;
}
.top-panel-title {
    font-family: system-ui, Arial, sans-serif;
    font-size: 1.1em;
    /* font-weight: 500; */
    line-height: 1.3;
}
.required {
    color: green;
}
input.required, select.required, textarea.required {
    border-color: #489F48 !important;
}


a {
    color: #002880;
    text-decoration: none;
}
a:hover {
    color: #0056b3;
    text-decoration: none;
}

.btn-primary {
    background-color: #65799e !important;
    border-color: #65799e !important;
}
.btn-lg.btn-primary {
    border-radius: 30px;
    border: 0;
}

.login-form {
    max-width: 440px;
    margin: auto;
}

.top-panel-home {
    display: inline-block;
    font-size: 1.2em;
    line-height: 1.3;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}
.top-panel-home:hover {
    color: lightcyan;
}

.top-panel-label {
    display: inline-block;
    padding-top: .7em;
    margin-left: .7em;
}
