.block02 a {
    color: red;
}

.table > tbody > tr > td {
    border-top: none !important;
}

.newalign {
    text-align: right;
}

.reg-error-p {
    margin-bottom: 30px;
    text-align: center;
    font-weight: 500;
    font-size: 17px;
}

.registration-message {
    margin-bottom: 7px;
}

.reg-form-div {
    grid-gap: 10px 0;
    max-width: 550px;
    margin: 0 auto 40px auto;
}

.label-form {
    display: grid;
    grid-template-columns: 30% 1fr;
    align-items: center;
    grid-gap: 0 20px;
    font-weight: 500;
}

.reg-form .btn {
    margin: 20px auto 0 auto;
    width: max-content;
}

.reg-form .iti__flag-container {
    padding: 0;
    width: 100%;
}

.reg-form .iti__selected-flag {
    justify-content: space-between;
}

.color-red {
    color: red;
}

.d-grid {
    display: grid;
}

.d-none {
    display: none;
}