﻿.login-titleBar-backgroundImage {
    background-image: url('../../../img/pexels-photo-4599681.jpeg');
}

.login-page .login-wrapper {
    margin-bottom: 4px;
    padding: 20px 35px 0px 35px;
}

.login-page .banner-small.login-titleBar-backgroundImage {
    height: 56px !important;
}

.login-page .page-footer {
    padding-top: 24px !important;
}

.login-page .page-footer .pb-5 {
    padding-bottom: 5px !important;
}

.login-page .page-footer p,
.login-page .page-footer ul {
    margin-bottom: 8px;
}

.login-page .footer-copyright {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

.login-titleBar-backgroundImage .help-nav {
    box-shadow: none;
}

.login-titleBar-backgroundImage .help {
    background: #005756;
    border: 1px solid #005756;
    border-radius: 1000px;
    color: #fff;
    font-size: 14px;
    margin: 0 !important;
    min-width: 75px;
    padding: 5px 12px !important;
    position: absolute;
    right: 15px;
    top: 45px;
    width: auto;
}

.login-titleBar-backgroundImage .help:hover,
.login-titleBar-backgroundImage .help:focus {
    color: #fff;
    text-decoration: none;
}

.help.act {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.side {
    box-shadow: -8px 0 24px rgba(0, 0, 0, 0.12);
    z-index: 1030;
}

.side .close {
    align-items: center;
    background: #005756;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    gap: 8px;
    line-height: 1;
    opacity: 1;
    padding: 8px 12px;
    right: 16px;
    text-shadow: none;
    top: 16px;
}

.side .close:hover,
.side .close:focus {
    color: #fff;
    opacity: 1;
    text-decoration: none;
}

.side .close:before {
    display: none;
}

.side .close:after {
    content: "\f00d";
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    font-weight: 900;
    margin: 0;
    opacity: 1;
    position: static;
}
