.join{
    text-align: center;
}

.cont.w800 {
    /* width: 800px !important; */
}
.join .cont{
    width: 800px;
    margin: 0 auto;
    text-align: left;
}

.join .cont form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.group {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 30px;
    overflow: hidden;
}

.group .group-type {
    /* display: flex; */
    /* align-items: baseline; */
    position: relative;
}

.group h5 {
    font-size: 14px;
}
.join h4{
    font-size: 26px;
    margin: 40px 0;
    text-align: center;
}

.join .cont h5 {
    border-top: 1px solid black;
    text-align: center;
    font-size: 20px;
    padding-top: 50px;
}

.join.complete .cont p {
    text-align: center;
    margin-top: 18px;
    font-size: 14px;
    color: red;
}

.cont.complete p {
    text-align: center;
}

.terms-content {
    height: 300px;
    overflow: auto;
    border: 1px solid #ADADAD;
    padding: 15px;
    /* font-size: 12px; */
    line-height: 130%;
}
.join form input[type=text]{
    padding: 12px;
    border: 1px solid #ADADAD;
    width: 45%;
}

input#zipcode {
    width: 100px;
}

a.btn_sm {
    width: 41px;
    border: 1px solid #ADADAD;
    height: 41px;
    font-size: 24px;
    color: #1CA2D2;
}

form td input[type=button] {
    padding: 13px;
    border: 1px solid #ADADAD;
    cursor: pointer;
}

form p.help {
    color: #ADADAD;
    /* margin-top: 5px; */
}

input[type=password] {
    padding: 12px;
    border: 1px solid #ADADAD;
    width: 45%;
}
/* .join form button{
    padding: 18px;
    margin-top: 20px;
    background: #1CA2D2;
    border: 0;
    font-size: 17px;
    color: white;
} */

.join .findidpw{
    width: auto;
    text-align: center;
    margin: 20px auto;
}
.join .box.join{
    border: 1px solid #ADADAD;
    padding: 35px;
}
.join .box.join h5{
    font-size: 16px;
    margin-bottom: 10px;
}
.join .box.join p{
    color: #555555;
}
.join .box.join a.register{
    padding: 20px;
    border: 1px solid #ADADAD;
    width: 140px;
    font-size: 17px;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 20px;
}

.checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

.terms {
    margin-bottom: 30px;
}

.btns {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.join.complete .btns {
    justify-content: center;
    margin-top: 50px;
    padding: 50px;
    border-top: 1px solid #ADADAD;
}

.btns .submit-btn {
    width: 50%;
    padding: 15px;
}

.checkbox input {
    zoom: 120%;
}
.checkbox label{
    font-size: 15px;
    font-weight: bold;
}
.checkbox label p{
    font-size: 13px;
    font-weight: normal;
    margin-top: 5px;
}


.table th div{display: flex;align-items: center;}

.table th {
    background-color: #F6F6F6;
    padding: 10px;
    width: 200px;
    border-bottom: 1px solid #ADADAD;
}

.table td {
    padding: 10px 20px;
    border-bottom: 1px solid #ADADAD;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.star_red{color:red;font-size: 30px;width: 20px;/* margin-top: 3px; */}

.group-type .star_red {
    position: absolute;
    left: -16px;
    top: -6px;
}