.flexCon {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}
.flexConPg {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.flexConPg div {
    width: 80%;
    min-width: 300px;
    max-width: 400px;
    padding: 10px;
    background: #fff;

    border-radius: 7px;
    border-left: 1px solid #8d9fa9;
    border-top: 1px solid #8d9fa9;
    border-right: 3px solid #8d9fa9;
    border-bottom: 3px solid #8d9fa9;
    margin-right: 5px;
    margin-top: 5px;
    min-height: 150px;

}

.flexConPg div:last-child { margin-right: 0px; }
.flexConPg div h3 {
    width: 100%;
    border-bottom: 2px solid gray;
    margin-bottom: 5px;
}
.cstx { /*height: 250px;*/

}
.cstx table {
    margin-left: auto;
    margin-right: auto;
}
.cstBtn {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.cstBtn div {
    width: 80%;
    min-width: 300px;
    max-width: 400px;
    padding: 10px;
    background: #fff;

    border-radius: 7px;
    border-left: 1px solid #8d9fa9;
    border-top: 1px solid #8d9fa9;
    border-right: 3px solid #8d9fa9;
    border-bottom: 3px solid #8d9fa9;
    margin-right: 5px;
    margin-top: 5px;


}
.customer {
    width: 100%;
    margin-left: 10%;
    align-items: center;
    justify-content: center;
}

h2 {
    text-align: center;
    text-decoration: underline;
}
input[type=text], select {
    margin-bottom: 5px;
}

input[type=text]:focus, input[type=number] select:focus {
    background-color: #e5e5e5;
}

.uChkSpan, .pwChkSpan, .emailFeedback, .zmsg {
    display: none;
    color: red;
    font-weight: bold;
    font-size: .8em;
}

.regChk {
    font-size: .7em;
    font-style: italic;
    color: red;
}
.regChk:first-child {
    margin-bottom: 35px;
}
.regChk:last-child {
    margin-bottom: 5px;
}

@media only screen and (max-width: 600px) {
    .cstx { height: auto; }
    .cstBtn { max-height: 70px; }
}