﻿.page-header {
    height: 40px;
}

.btn-action {
    margin-left: 5px;
}

.form-signin {
    max-width: 400px;
}

.bg-light {
    background-color: #ededed;
}

.footer {
    font-size: 0.9rem;
    background-color: #ededed;
}

.brand-image {
    max-height: 30px;
    padding-bottom: 5px;
}

.required:after {
    content: " *";
    color: red;
}

.card {
    min-width: 375px;
}

.navbar-brand {
    color: rgb(15, 88, 128) !important;
}