

body {
    font-family: Lato, sans-serif;
    font-size: 0.75rem;
    
}

h1 {
    font-size: 4rem;
    margin-bottom: 0;
}

h2 {
    font-size: 3rem;
    margin-bottom: 0;
}

h3 {
    font-size: 2rem;
    margin-bottom: 0;
}

h4 {
    font-size: 1rem;
    margin-bottom: 0;
}

.blue_background {
    background-color: #CAD0E5;
}

.dark_blue_background {
    background-color: #21274E;
}

.red_background {
    background-color: #C80000;
}

.green_background {
    background-color: #009600;
}

.wrong {
    color: #C80000;
}

table td, .table th {
    padding: 0.1rem !important;
    
}

.text-black {
    color: black;
}

.text-white {
    color: white;
}

.text-michael{
    color: #cad0e5;
}

.text-blue{
    color: #21274E;
}

.text-red {
    color: #C80000;
}

.text-green {
    color: #009600; 
}

.login-background{
    background: url(/images/baggrund/baggrund_login.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.btn-michael {
    color: #000;
    background-color: #cad0e5;
    border-color: #cad0e5;
    padding-right: 40px;
    padding-left: 40px;
    text-transform: uppercase;
}

.btn-primary {
    color: #fff;
    background-color: #21274E;
    border-color: #21274E;
}

.btn-secondary {
    color: #21274E;
    background-color: #fff;
    border-color: #fff;
}

.btn {
    padding: .375rem 1rem;
}

.form-control {
    background-color: #CAD0E5 !important;
}

.header-background{
    background: url(/images/baggrund/baggrund_top.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.transfer-background{
    background: url(/images/baggrund/baggrund_transfer.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.firstname {
    font-size: 1.2rem;
}

.custom-td {
    padding: 0.5rem !important;
}
