#hrd_timer_svg {
    margin: 0 auto;
    display: block;
}

.hrd-auth-container {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    background: #002b28;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.auth-wrapper {
    position: relative;
    max-width: 450px;
    width: 420px;
    padding: 30px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

@media screen and (max-width: 782px) {

}

@media screen and (max-width: 425px) {
    .hrd-auth-container {
        padding: 20px;
    }
}