.register-input-group {
    min-height: 80px;
}
.register-input-group p {
    margin: 0;
}

#term_and_privacy {
    transform: scale(1.5);
    margin-bottom: 4px;
}
.service-and-term {
    text-decoration: underline;
}
input[type="radio"] {
    transform: scale(1.5);
}
.sk-btn-register {
    min-width: 120px;
    border-radius: 20px;
    padding: 4px 68px;
}

.password i {
    position: absolute;
    right: 25px;
    margin-top: 10px;
    cursor: pointer;
    color: #C5C6C6;
}

.btnback{
    border-radius: 20px;
    padding: 0 34px;
}

@media (max-width: 767px) {
    .card {
        background-color: unset;
        border: none;
    }
}
@media (min-width: 768px) {
    .register-input-group > div {
        border: solid 1px #C5C6C6;
        border-radius: 0;
    }
    .register-input-group > div:last-child {
        border-left: none;
    }
}
/* ========================ZIP CODE ========================== */
.zip-code-region .t-label {
    width: 30px;
}
.zip-code-region .postal-code {
    width: 120px;
}
.zip-code-region .address1 {
    width: 150px;
    margin-top: 15px;
}
