body {
    background-image: url("/img/auth/background.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.container-bg {
    box-sizing: border-box;

    position: relative;
    background: rgba(255, 255, 255, 0.1);
    border: 3px solid rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    /* background-image: url("/img/auth/container.svg");
    background-repeat: no-repeat; */
    /* background-size: cover; */
}

.section-left {
    background: rgba(255, 255, 255, 0.9);
    /* opacity: 0.5; */
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50px 50px 50px 50px;
    border: 3px solid rgba(255, 0, 0, 0.5);
}

.title-login {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #ffffff;
}

.title-login-right {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;
    color: #bc0028;
}
.text-label {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #bc0028;
}

.button-login {
    background: #bc0028;
    border-radius: 20px;
    color: #ffffff;
}

.button-login:hover {
    color: #bc0028;
    border: 3px solid #bc0028;
}

.text-copyright {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    text-transform: capitalize;
}
