﻿.login-background {
    background-color: #003d51;
    height: 100vh;
    background-image: url('/images/splash.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.btn {
    border-radius: var(--bs-border-radius) !important;
}
.btn-primary {
    color: #fff;
    background-color: #003d51;
    border-color: #003d51;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.15), 0 1px 1px rgba(0,0,0,.075);    
}
.btn-primary:active {
    background-color: black !important;
}
.btn-primary:hover  {
    background-color: #09556e;
}
.btn-link {
    color: #003d51;
}
.input-group > .form-control {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
}
