.tbr_main {
    background-image: url('../svg/etc/Auth-Bg.svg');
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

.tbr_auth_wrap {
    max-width: 406px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .tbr_main {
        background-size: cover;
    }
}