.login-page {
    background: transparent;
    overflow: hidden;
}
.login-bg {
    display: none;
    height: 100%;
    width: 100%;
    background: url(/html/images/common/logo_space.png);
    opacity: 0.1;
    transform: rotate(-15deg) scale(1.5);
    background-repeat: repeat;
    background-size: 300px auto;
}
.login-bg-lw {
    height: 100%;
    width: 100%;
    background: url(/html/images/common/logo_space_white.png);
    opacity: 0.1;
    transform: rotate(-15deg) scale(1.5);
    background-repeat: repeat;
    background-size: 300px auto;
}
.login-bg-big {
    height: 100%;
    width: 100%;
}
.login-bg-big::before,
.login-bg-big::after {
    opacity: 0.1;
    display: block;
    content: "";
    height: 100%;
    width: 100vw;
    position: absolute;
    left: 0;
    top: 50%;
    background: url(/html/images/common/favicon.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    max-height: 1000px;
}
.login-bg-big::before {
    transform: translateX(-50%) translateY(-50%);
}
.login-bg-big::after {
    transform: translateX(50%) translateY(-50%);
}
.login-bg-green {
    background: #358790;
    opacity: 1;
}
.login-bg-big-w {
    height: 100%;
    width: 100%;
}
.login-bg-big-w::before,
.login-bg-big-w::after {
    opacity: 0.1;
    display: block;
    content: "";
    height: 100%;
    width: 100vw;
    position: absolute;
    left: 0;
    top: 50%;
    background: url(/html/images/common/favicon_white.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    max-height: 1000px;
}
.login-bg-big-w::before {
    transform: translateX(-50%) translateY(-50%);
}
.login-bg-big-w::after {
    transform: translateX(50%) translateY(-50%);
}
.login-bg-7 {
    height: 100%;
    width: 100%;
    background: url(/html/login/default/images/login-bg-7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.login-bg-8 {
    height: 100%;
    width: 100%;
    background: url(/html/login/default/images/login-bg-8.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.login-bg-bottom {
    height: 100%;
    width: 100%;
}
.login-bg-bottom::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/html/login/default/images/login-bg-10.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.login-bg-bottom-w {
    height: 100%;
    width: 100%;
}
.login-bg-bottom-w::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/html/login/default/images/login-bg-9.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.login-wrapper {
    /* position: absolute; */
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    overflow-y: auto;
    overflow-x: hidden;
}
.login-box {
    /*
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    */
    margin: 5% auto;
    /* height: 100%; */
    width: 400px;
    max-width: 90%;
}
.login-box.w-500 {
    width: 500px;
}
.login-box-wide {
    width: 90%;
    max-width: 80rem;
}
.login-logo {
    max-height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}
.login-logo img {
    height: 90px;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.login-box-body {
    border-radius: 25px;
    background: #fff;
    border: solid 2px #666;
    padding: 3rem 3rem;
}
.login-box-msg {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    padding-bottom: 1rem;
}
.form-control {
    border-color: #666;
    border-width: 2px;
    border-radius: 5px;
    height: 3em;
    padding: 1em;
}
.form-group {
    margin-bottom: 1.5em;
}
.btn {
    height: 3em;
    padding: 1em;
    line-height: 1em;
    margin-bottom: 0.5em;
    background: #358790;
    border-radius: 5px;
}
a {
  font-weight: bold;
}
main {
  overflow: hidden;
}
.p-login-form--row {
    margin-bottom: 2.2rem;
}
.p-login-form--input {
    height: 4rem;
    max-height: 4rem;
    min-height: 4rem;
    font-size: 1.4rem;
}
.p-login-form--btn {
    width: 18rem;
    height: 5rem;
    max-height: 5rem;
    min-height: 5rem;
    font-size: 1.6rem;
}
