.container.register{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.card.register{
    width: 100%;
}

.notification_line{
    color: red;
    margin-bottom: 5px;
    margin-left: 10px;
    display: contents;
}

.label_wrap{
    width: 100%;
    justify-content: space-between;
}

#register_button{
   font-size: 1rem; 
}

.password_wrap{
    position: relative;
    width: 100%;
}

.toggle-icon{
    position: absolute;
    right: 1rem;
}

.form-group.password .toggle-icon, .form-group.recheck_password .toggle-icon{
    bottom: 1rem;
}

@media (max-width:480px) {
    .card.o-hidden{
        margin-top: 3rem;
    }
    .label_wrap{
        flex-direction: column;
    }
}