body {
    min-height: calc(100vh - 30px);
    padding-top: 48px;
    background-color: white;
    font-size: 13px;
}

.highlight {
    color: orange;
}

.text-header {
    font-weight: 700;
    font-size: 2em;
    color: #fff;
    margin-top: 24px;
    margin-bottom: 24px;
    line-height: 1.25;
}

.panel-login {
    width: 100%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    box-shadow: 0 .1rem 1rem .25rem #0000000d !important;
    border: 0;
    border-radius: 4px;
    margin-bottom: 0px;
    background: white;
}

@media (min-width: 992px) {
    .panel-login {
        width: 500px !important;
    }
}

.panel-login .content {
    padding: 3.75rem !important;
    border-radius: .475rem !important;
    min-height: auto;
    text-align: left;
}

.btn-primary,
.btn-primary:focus {
    border-color: #0a295a;
    border-bottom-color: #071d3e;
    background: #0c3471;
    background-image: linear-gradient(to bottom, #0c3676 0, #0a295a 100%);
    background-repeat: repeat-x;
    margin-top: 28px;
}

.form-label {
    color: #181c32 !important;
    margin-bottom: 0.5rem;
}

.btn-primary-login,
.btn-primary-login:focus {
    display: inline-block;
    font-weight: 500;
    padding: calc(.825rem + 1px) calc(1.75rem + 1px);
    border: 0;
    box-shadow: none;
    color: #fff;
    background-color: #009ef7;
    width: 100%;
    outline: none !important;
    font-size: 1.15rem;
    border-radius: 0.625rem;
}

.footer {
    padding: 2.5rem !important;
    font-size: 13px;
    line-height: 14px;
    text-align: center;
    background-color: transparent;
    color: #555;
    position: relative;
    bottom: 0;
    width: 100%;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.825rem 1.5rem;
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.5;
    min-height: calc(1.5em + 1.65rem + 2px);
    color: #5e6278;
    background-color: #f5f8fa;
    background-clip: padding-box;
    border: 1px solid #E4E6EF;
    border-color: #f5f8fa;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0.625rem;
    box-shadow: none !important;
    transition: color .2s ease, background-color .2s ease;
}

.form-control:focus {
    background-color: #eef3f7;
    border-color: #eef3f7;
    color: #5e6278;
    transition: color .2s ease, background-color .2s ease;
}

.header img[alt]:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f2a944;
    font-family: "Helvetica";
    font-weight: 300;
    line-height: 2;
    text-align: center;
    content: attr(alt);
}