.com-users-login.login {
    position: absolute;
    width: 400px;
    top: 25%;
    left: 50%;
    min-height: 400px;
    margin-left: -200px;
    margin-top: 0px;
    padding: 12px;
    background-color: white;
    border-radius: 2px;
    border:2px soild black;
    -webkit-box-shadow: 2px 3px 8px black;
    -moz-box-shadow: 2px 3px 8px black;
    box-shadow: 2px 3px 8px black;
}

img#ssr-logo {
    scale: 85%;
}

.login-logo {
    background-color: white;
    padding: 10px 14px !important;
    text-align: center;
}

button.btn.btn-primary {
    width: 100%;
    background-color: #FF5722;
}

.grid-child.container-nav {
    display: none;
}

body {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/media/com_users/images/HeroBanner.webp);
}

a.com-users-login__reset.list-group-item {
    scale: 85%;
    border: none;
}

.com-users-login__options.list-group {
    align-items: flex-start;
    margin-top: -40px;
    margin-bottom: 15px;
}