.registration-wrapper > tbody > tr:first-of-type > td:nth-of-type(2) {
    vertical-align: top;
    width: 1500px;
}

.registration-wrapper h5 {
    font-size: 20px;
    text-align: center;
}

.registration-grid {
    border: 1px solid rgb(180,181,181);
    margin: 0 auto 60px;
    max-width: 800px;
    text-align: left;
    width: 100%;
}

.registration-grid tbody {
    display: block;
    padding: 20px;
}

.registration-grid tr:last-of-type {
    text-align: right;
}

.registration-grid tbody td {
    border: 0;
    font: 400 14px/20px "opensans", sans-serif;
    padding: 10px 15px;
    position: relative;
    width: 380px;
}

.registration-grid input[type="text"],
.registration-grid select {
    border: 1px solid rgb(180,181,181);
    height: 40px;
    padding: 0 8px;
    width: 100%;
}

.registration-grid input[type="password"],
.registration-grid select {
    border: 1px solid rgb(180,181,181);
    height: 40px;
    padding: 0 8px;
    width: 100%;
}

.registration-grid input[type="radio"]:last-of-type {
    margin-left: 10px;
}

.registration-grid input[type="text"]:focus + label,
.registration-grid .input-has-value {
    font-size: 12px;
    position: absolute;
    top: -2px;
}

.registration-grid input[type="password"]:focus + label,
.registration-grid .input-has-value {
    font-size: 12px;
    position: absolute;
    top: -2px;
}

.registration-grid label {
    background: #fff;
    color: rgb(180,181,181);
    display: inline-block;
    font-size: 16px;
    position: absolute;
    top: 18px;
    left: 22px;
    padding: 2px;
    pointer-events: none;
    transition: top .5s ease 0s, font-size .5s ease 0s;
}

.registration-grid .phone-number label {
    top: 8px;
    left: 12px;
}

.registration-grid .phone-number input[type="text"]:focus + label,
.registration-grid .phone-number .input-has-value {
    top: -12px;
}

.registration-grid .phone-number > div {
    display: inline-block;
    position: relative;
}

.registration-grid .phone-number > div:first-of-type {
    margin-right: 20px;
    width: 230px;
}

.registration-grid .phone-number > div:nth-of-type(2) {
    margin-right: 20px;
    width: 320px;
}

.registration-grid .phone-number > div:last-of-type {
    width: 129px;
}

.registration-grid .country-code-label {
    padding-bottom: 0;
}

.registration-grid .existing-customer,
.registration-grid .email-promotions {
    background: none;
    color: #000;
    display: inline-block;
    font-size: 16px;
    left: 0;
    padding: 0;
    position: relative;
    top: 0;
}

.registration-grid .existing-customer {
    margin-top: 5px;
}

.registration-grid .account-hidden {
    display: none;
}

.registration-grid a {
    color: rgb(18, 91, 140);
}

.registration-grid a:hover {
    color: rgb(135, 171, 60);
}

.registration-grid button {
    background: rgb(239, 130, 36);
    border: 0;
    color: rgb(255, 255, 255);
    margin: 0 0 0 2px;
    padding: 8px 13px;
    position: relative;
    text-transform: uppercase;
    top: -1px;
    transition: background .5s ease 0s;
}

.registration-grid button:hover {
    background: rgb(135, 171, 60);
    cursor: pointer;
}

.registration-wrapper [type="checkbox"]:checked,
.registration-wrapper [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.registration-wrapper [type="checkbox"]:checked + label,
.registration-wrapper [type="checkbox"]:not(:checked) + label
{
    color: rgb(20, 20, 20);
    cursor: pointer;
    font: 400 14px/18px "opensans", sans-serif;
    line-height: 20px;
    padding-left: 35px;
    pointer-events: initial;
    position: relative;
}

.registration-wrapper [type="checkbox"]:checked + label span,
.registration-wrapper [type="checkbox"]:not(:checked) + label span
{
    color: rgb(18, 91, 140);
}

.registration-wrapper [type="checkbox"]:checked + label:before,
.registration-wrapper [type="checkbox"]:not(:checked) + label:before {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(180, 181, 181);
    content: '';
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}

.registration-wrapper [type="checkbox"]:checked + label:after,
.registration-wrapper [type="checkbox"]:not(:checked) + label:after {
    background: rgb(255, 255, 255);
    color: rgb(135, 171, 60);
    content: '\f00c';
    font-family: "FontAwesome";
    font-size: 19px;
    height: 18px;
    left: 1px;
    position: absolute;
    top: 1px;
    transition: opacity .3s ease 0s, transform .3s ease 0s;
    width: 18px;
}

.registration-wrapper [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.registration-wrapper [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

.responsive-table {    
    min-height: .01%;
    overflow-x: auto;
}

/* .quick-entry div {
    display: block;
    margin: 20px;
} */

.quick-entry .cycle-pager {
    display: inline-block;
    left: calc((100% - 479px) / 2);
    position: relative;
}

.quick-entry .cycle-pager span {
    background: #fff;
    border: 1px solid rgb(18, 91, 140);
    border-radius: 50%;
    display: inline-block;
    height: 13px;
    margin-right: 200px;
    position: relative;
    width: 13px;
}

.quick-entry .cycle-pager span.active {
    background: rgb(18, 91, 140);
}

.quick-entry .cycle-pager span::after {
    background: rgb(18, 91, 140);
    content: "";
    display: block;
    height: 1px;
    left: 100%;
    position: absolute;
    top: 49%;
    width: 205px;
}

.quick-entry .cycle-pager span:last-of-type {
    margin: 0;
}

.quick-entry .cycle-pager span:last-of-type::after {
    width: 0;
}

@media screen and (max-width: 1500px) {
    .registration-wrapper {
        margin: 0 auto;
        width: 95%;
    }
    
    .registration-wrapper > tbody > tr:first-of-type > td:nth-of-type(2) {
        padding-right: 0;
        width: 100%;
    }
    
    .quick-entry div input {
        width: 100%;
    }
}