.height-auto {
	height: auto !important;
}
.retailers-register-image {
    padding-top: 5px;
}
.retailers-register-background {
    background-color: #e99332;
    height: 333px;
}
.registration-form {
    left: 20px;
}
.retailers-title p {
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding-top: 5px;
    font-weight: 100;
    margin-bottom: 0px;
}
.retailers-sidebar-image {
    position: relative;
    margin-bottom: 50px;
}
.registration-form legend {
    color: #326832;
    border-bottom: 1px solid #e5e5e5;
}
.registration-form label {
    color: #326832;
    font-size: 18px;
    line-height: 25px;
    text-align: right;
}
.addresses {
    padding-top: 40px;
}
.custom-fields {
    padding-top: 40px;
}
.register-container {
    margin-bottom: 25px;
}
.register-container {
    position: relative;
    margin-right: 15px;
    display: inline-block;
    width: 68%;
    vertical-align: middle;
}
.register-container:before {
    display: block;
    content: "";
    height: calc(100% + 10px);
    width: 9px;
    background: transparent url("../img/search-happerley-vertical-left.png") repeat-y;
    position: absolute;
    left: -9px;
    top: -4px;
}

.register-container:after {
    display: block;
    content: "";
    height: calc(100% + 10px);
    width: 9px;
    background: transparent url("../img/search-happerley-vertical-right.png") repeat-y;
    position: absolute;
    right: -9px;
    top: -4px;
}
.register-input input {
    background: #a2b53f;
    color: #fff;
    font-weight: normal;
    border: 0;
    width: 100%;
}
.register-input input:focus {
    outline: 0;
}
.register-input:before {
    display: block;
    content: "";
    width: 100%;
    height: 10px;
    background: transparent url("../img/search-happerley-horizontal-top.png") repeat-x;
    position: absolute;
    top: -10px;
}
.register-input:after {
    display: block;
    content: "";
    width: 100%;
    height: 10px;
    background: transparent url("../img/search-happerley-horizontal-bottom.png") repeat-x;
    position: absolute;
    bottom: -10px;
}

@media only screen and (max-width : 980px) {
    .retailers-register-image {
        margin: 0 auto;
    }
}