body {
    background-image: url("/images/auth/bg.svg") !important;
    background-repeat: no-repeat;
    background-size: cover;
}
.background-guest {
    min-height: 100vh;
    max-width: 1440px;
    margin: auto;
    position: relative;
}

.btn {
    background: #B7B1BF;
    border-radius: 7px;
    border: none;
    outline: none;
    color: #FFFFFF;
    padding: 10px 30px;
    text-transform: lowercase;
    cursor: pointer;

    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
}

.btn:hover {
    background: #D8D8D8;
    border-radius: 7px;
}

.login-box {
    z-index: 10;
    width: 450px;
    min-height: 320px;
    box-sizing: border-box;
    background: #F9F9F9;
    border: 1px solid #EFEDF6;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -47%);
}
.login-box-msg {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #898889;
    margin-bottom: 15px;
}
.new-user {
    margin-top: 30px;
    color: #898889;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}
.new-user a {
    color: #AF669BA6;
}

.login-card-body {
    padding: 20px 60px;
}

.shield-auth {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("/images/auth/shield.svg");
    background-repeat: no-repeat;
    width: 276.49px;
    height: 695px;
    z-index: 1;
}

.logo-auth {
    position: absolute;
    left: 50%;
    top: -50%;
    transform: translate(-50%, -10%);
}

.input-group {
    margin-bottom: 15px;
}

.input-group label {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;

    color: #898889;
}

.footer-copyright {
    position: absolute;
    z-index: 100;
    left: 106px;
    bottom: 20px;
}

.footer-copyright__content {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;

    color: #FFFFFF;
}