main.ets-ws-page {
    background-color: #eee;
    min-height: 100vh;
    clear: both;
    width: 100%;
    padding-top: 1px;
    padding-bottom: 1px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ets-ws-page .desc {
    font-style: italic;
    color: #999;
    font-size: small;
    display: block;
    margin-top: 3px;
}
.ets-ws-page div.checker {
    display: inline-block;
}
.ets-ws-page .register-form-info .alert.alert-danger {
    text-align: left;
    display: inline-block;
    max-width: 100%;
    min-width: 49%;
}
.ets_table1-cell .ets_table1 {
    height: auto!important;
}
.ets-ws-page label.form-control-label.required:after {
    content: "*";
    color: red;
}
.ets-ws-page label.form-control-label.required:before {
    display:  none;
}
.ets-ws-page .register-form-info .radio-inline .custom-radio {
    margin-right: 5px;
}
.ets-ws-page .register-form-info .radio-inline {
    margin-right: 15px;
}
.ets-ws-page .panel.ets_ws-panel.has_alert_page {
    border: none;
    margin-bottom: 0;
    padding: 0;
}
.ets-ws-page .login-page .ets_table1 {
    width: 90%;
    max-width: 725px;
    margin: 0 auto;
    height: 99.8vh;
    display: table;
}
.ets-ws-page #login-form .forgot-password {
    margin-bottom: 10px;
}
.ets-ws-page .form-footer button#submit-login {
    margin-bottom: 10px;
}
.ets-ws-page .login-page .login-form-info .form-header,
.ets-ws-page .register-form-info .form-header,
.ets-ws-page .auth_page_content .form-header{
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}
.ets-ws-page .register-form-info .form-title {
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 30px;
    font-size: 1.5rem;
    color: #222;
}
.ets-ws-page .login-form #login-form {
    font-size: 14px;
}
.ets-ws-page .login-form-info,
.ets-ws-page .register-form-info,
.ets-ws-page .reset-password-info,
.ets-ws-page .pw_new_content,
.ets-ws-page .auth_page_content {
    text-align: center;
    background: #fff;
    padding: 20px 20px 50px;
    border: 22px solid #eee;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 #aaa;
}
.ets-ws-page .reset-password-info,
.ets-ws-page .register-form-info{
    padding-bottom: 15px;
}
.ets-ws-page .register-form-info .form-header {
    padding-bottom: 20px;
}
.ets-ws-page section.form-fields.renew-password > .email {
    margin-bottom: 20px;
    margin-top: 15px;
    padding-bottom: 0;
}
.ets-ws-page .reset-password-info .alert ul {
    margin-bottom: 0;
}
.ets-ws-page .reset-password-info .alert.alert-danger {
    margin-top: 15px;
    margin-bottom: 20px;
}
.ets-ws-page .register-form-info{
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 #aaa;
    width: 1170px;
    margin: 30px auto;
}
.ets-ws-page .register-form-info {
    padding: 30px 20px;
}
.ets-ws-page .register-form-info form#customer-form {
    text-align: left;
}
.ets-ws-page .register-form-info form#customer-form > section {
    width: 1100px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}
.ets-ws-page .register-form-info footer.form-footer.text-center {
    text-align: center;
}
.ets-ws-page .register-form-info .login-form ul {
    margin-bottom: 0;
}
.ets-ws-page .ets_table1-cell{
    display: table-cell;
    vertical-align: middle;
}
.ets-ws-page .has_alert_page form#retailer-register-form {
    max-width: 1170px;
    margin: 30px auto;
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0 0 3px 0 #ccc;
}
.ets-ws-page .has_alert_page #retailer-register-form h3 {
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin-top: 20px;
}
.ets-ws-page .forgotten-password .send-renew-password-link {
    padding-left: 0;
    padding-right: 0;
}

.ets-ws-page .reset-password-info .forgotten-password{
    border-radius: 3px;
    background: #fff;
}
.ets-ws-page .ets_table1_info {
    background: #fff;
    padding: 0 0 20px;
    margin-bottom: 15px;
    border-radius: 3px;
}
.ets-ws-page .ets_ws_register_page .ets_ws-panel {
    border: none;
    margin-bottom: 0;
    background: transparent;
    padding: 0;
}
.ets-ws-page button, .ets-ws-page a {
    outline: none!important;
    box-shadow: none!important;
}
.ets-ws-page .custom-checkbox input[type=checkbox]:checked+span .checkbox-checked {
    font-size: 0!important;
}
.ets-ws-page .register-form-info .alert ul {
    margin-bottom: 0;
}
.ets-ws-page .register-form-info .alert.alert-danger {
    margin-left: 15px;
    margin-right: 15px;
}
.ets-ws-page .custom-checkbox input[type=checkbox]:checked+span .checkbox-checked:before {
    content: "";
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    width: 12px;
    height: 6px;
    position: absolute;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-top: 4px;
    margin-left: 3px;
}
.ets-ws-page .has_alert_page .ets_table1,
.ets-ws-page .ets_table1 {
    display: table;
    width: 90%;
    margin: 0 auto;
    height: 99.7vh;
    max-width: 700px;
}
.auth_page_content input.form-control,
.register-form input.form-control{
    min-height: 32px;
}
.auth_page_content label.form-control-label {
    text-align: right;
}
.login-form-info .login-form {
    margin-top: 0;
}
.login-form-info .login-form ul {
    margin-bottom: 0;
}
.login-page .login-form-info .form-logo img.img-logo,
.register-form-info .img-logo,
.img-logo{
    max-height: 80px;
}
.register-form-info label.col-md-3.form-control-label {
    text-align: right;
}

.js-ets-ws-create-account-form button.btn.form-control-submit {
    float: right;
}
.login-form-title {
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 30px;
    font-size: 1.5rem;
    color: #222;
}
.auth_page_content .forgotten-password .form-fields label {
    width: 150px;
}
.auth_page_content a.btn-link-logout:not(:hover) {
    color: #999;
}
.auth_page_content a.btn-link-logout {
    float: left;
    margin-top: 10px;
    font-size: 14px;
    border-bottom: 1px solid;
    cursor: pointer;
}
.auth-page .panel.ets_ws-panel > .bootstrap > .module_confirmation.conf.confirm.alert.alert-success {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
    max-width: 1170px;
    width: 90%;
}
.auth-page.row {
    margin: 0;
}
.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0;
}
.custom-file-input ~ .custom-file-label:after {
    content: attr(data-browser);
    font-weight: 600;
    color: #fff;
    background-color: #25b9d7;
    border-color: #25b9d7;
    box-shadow: none;
    top: -1px;
    right: -1px;
    bottom: -1px;
    height: auto;
}
.custom-file input.form-control[type="file"] {
    opacity: 0!important;
    cursor: pointer;
}
.custom-file .uploader {
    background: #fff;
    min-height: 35px;
}

.uploader + label.custom-file-label {
    font-size: 0;
    min-height: 36px;
    margin-top: 0!important;
    background: transparent;
    pointer-events: none;
    border-radius: 3px;
}
.custom-file .uploader .action {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #777;
    top: 0;
    height: auto;
    line-height: 36px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.custom-file div.uploader span.filename {
    position: absolute;
    height: 100%;
    border: none;
    background: transparent;
    line-height: 38px;
}
.custom-file-label {
    left: 0;
    z-index: 1;
    height: 2.188rem;
    background-color: #fff;
    border: 1px solid #bbcdd2;
    box-shadow: none;
    text-align: left;
    padding-right: 85px!important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.custom-file-label, .custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .838rem;
    line-height: 1.5;
    color: #363a41;
}

.custom-file input.form-control[type="file"] {
    opacity: 0!important;
}
.custom-file .custom-file-label:after {
    font-weight: 600;
    color: #fff;
    background-color: #25b9d7;
    border-color: #25b9d7;
    box-shadow: none;
    top: -1px;
    right: -1px;
    bottom: -1px;
    height: auto;
}
.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    cursor: pointer;
    width: 100%;
}
@media (max-width: 767px){
    .login-form-title,
    .ets-ws-page .register-form-info .form-title {
        margin-bottom: 20px;
    }
    .login-form label.form-control-label {
        padding-top: 0;
    }
    .ets-ws-page .login-form-info {
        padding: 20px 20px 35px;
    }
}