
html.page-template-authorization{
    position: relative;
    min-height: 100%;
    background-image: url('/resources/img/background-image.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover; 
}

a {
    color: #4C6642;
}

a:hover {
    color: #30412a;
}

body {
    /* margin: 100px 0 0 0; */
    background-color: inherit; 
}

.navbar {
    /* position: absolute;
    top: 0;
    width: 100%; */
    height: 60px;
    background-color: #4C6642 !important;
    color:white;
}

.footer {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}

.link-color-black {
    color:white;
}

.link-color-black:hover {
    color: white;
}

.translucent-form {
    background-color: rgba(0, 0, 0, 0.4) !important;
    padding: 15px;
    border-radius: 6px;
    color: black;
    backdrop-filter: blur(6px);
    color:white;
}

nav.bg-red {
    background-color: #df1b24ba;
}

.navbar-light .navbar-brand {
    color: rgb(239, 227, 227);
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(239, 227, 227);
}

.hidden {
    display: none;
}

.btn-primary {
background-color: #4C6642 !important;
border-color: #4C6642 !important;
}

@media (max-width: 500px) {

    h4, .h4 {
        font-size: 1.5rem;
    }

    .form-group, .alert {
        margin-bottom: .5rem;
    }
}

.navbar-collapse {
    background-color: #4C6642;
    margin: 0 -16px;
    padding: 0 16px;
}

.center-form {
    display: flex;
    justify-content: center;
}

.accordionButton {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-header {
    padding: 30px 0;
    background-color: #f8f9fa;
}

.browser-info {
    display: none;
    padding: 30px;
    background-color: #FFCE44;
    text-align: center;
}

.ie .browser-info {
    display: block;
}

