.account_form h2 {
  font-size: 28px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 30px;
}
.errormsgcolor {
  color: #f00;
}
@media only screen and (max-width: 767px) {
  .account_form h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.account_form .account_form_inner {
  border: 0px solid #ebebeb;
  padding: 0px;
  border-radius: 0px;
}
.account_form label {
  margin-bottom: 8px;
  padding-left: 0px;
  font-size: 13px;
  font-weight: 600;
}

.account_form input {
  border: 1px solid #ebebeb;
  height: 40px;
  max-width: 100%;
  padding: 0 20px;
  background: none;
  width: 100%;
}
.account_form button {
  border: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 34px;
  line-height: 21px;
  /* padding: 5px 20px; */
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 20px;
  border-radius: 20px;
}

.login_submit label input[type="checkbox"],
.account_form input[type="radio"],
.account_form input[type="checkbox"] {
  width: 15px;
  height: 13px;
  margin-right: 3px;
  display: inline-block;
}

.login_submit {
  text-align: right;
}
.login_submit a {
  font-size: 13px;
  float: left;
  line-height: 39px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .login_submit a {
    float: none;
    line-height: 18px;
    display: block;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .login_submit a {
    float: none;
    line-height: 18px;
    display: block;
    margin-bottom: 20px;
  }
}

.customer_login {
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .customer_login {
    margin-top: 57px;
  }
}

.account_form p {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .account_form.register {
    margin-top: 0px;
  }
}
.forgetPassword {
  /* margin-top: 5px; */
  /* position: absolute; */
  /* right: -150px; */
  margin-top: 15px;
  position: relative;
  right: 0px;
  color: #777;
  letter-spacing: 1px;
}

.account_form h2 {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 30px;
  color: #f57419;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .account_form h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.account_form form {
  border: 1px solid #ebebeb;
  padding: 23px 20px 29px;
  border-radius: 5px;
}
.account_form label {
  margin-bottom: 8px;
  padding-left: 0px;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}
.account_form input {
  border: 1px solid #ebebeb;
  height: 40px;
  max-width: 100%;
  padding: 0 20px;
  background: none;
  width: 100%;
  border-radius: 0px;
}
.account_form button {
  border: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 42px;
  line-height: 21px;
  /* padding: 10px 35px; */
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 0px;
  border-radius: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  letter-spacing: 1px;
  margin-right: 0px;
}
/* .account_form button:hover {
  background: #000000;
} */

.login_submit label input[type="checkbox"] {
  width: 15px;
  height: 13px;
  margin-right: 3px;
}

.login_submit {
  text-align: center;
  margin: 45px 0px;
}
.login_submit a {
  font-size: 13px;
  float: left;
  line-height: 39px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .login_submit a {
    float: none;
    line-height: 18px;
    display: block;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .login_submit a {
    float: none;
    line-height: 18px;
    display: block;
    margin-bottom: 20px;
  }
}

.customer_login {
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .customer_login {
    margin-top: 57px;
  }
}

.account_form p {
  margin-bottom: 30px;
}
p.before-login-text {
  min-height: auto;
  margin-bottom: 15px;
}
.passwordPageParent .account_form p {
  margin-bottom: 0px;
  min-height: 0px;
}
.account_form .form-group {
  margin-bottom: 30px !important;
  /* min-height: 95px; */
}

@media (min-width: 768px) {
  body .header-logo {
    width: auto;
  }
  body .header-support-info {
    width: 60%;
    float: right;
  }
}
.registerOption {
  display: inline-block;
}
.account_form.register .form-group {
  margin: 0px;
  /* min-height: 70px; */
  position: relative;
}

#myRadioGroup .registerOption:first-child {
  margin-right: 10px;
}

.registerOption label.register-radio {
  position: relative;
  top: -1px;
  display: inline-block;
  cursor: pointer;
}
.header-logo #header-logo-main {
  max-width: 240px;
  max-height: 70px;
}
.account_form.register .errorMessage {
  color: #fff;
  padding: 15px 15px 15px 65px;
  border-radius: 3px;
  margin: 0px 15px 15px;
  position: relative;
  font-size: 12px;
  line-height: 18px;
}
.account_form.register .errorMessage:before {
  font-family: FontAwesome;
  content: "\f071";
  position: absolute;
  left: 15px;
  font-size: 32px;
  top: 18px;
}

.login_submit a.btn {
  float: none;
  margin: 0px 0px 0px 10px;
  height: 42px;
  line-height: 30px;
  padding: 5px 0px;
  font-weight: bold;
}
/* .login_submit a.btn:hover {
  color: #fff !important;
} */
.notamember {
  text-align: center;
  margin-top: 40px;
  font-size: 14px;
  color: #777;
  letter-spacing: 1px;
}
.loginmsg {
  word-wrap: break-word;
}
#myFormGroup .form-control {
  font-size: 12px;
  color: #000;
  height: 40px;
  border: 1px solid #ebebeb;
}
.passwordLink.linkColor.backtologin a {
  font-size: 13px;
  float: none;
  line-height: 39px;
  margin-left: 5px;
  color: #007bff;
}
.login-domain-errormessage {
  background: #fff55e;
}
.login-domain-errormessage p {
  padding: 10px;
  text-align: center;
}
.Login-selectProfile-popup {
  width: 500px !important;
  max-width: 500px !important;
}

@media only screen and (max-width: 767px) {
  .account_form .wpcf7-form-control-wrap .checkbox p {
    margin-bottom: 0px;
  }
  .account_form button {
    width: 100%;
  }

  .Login-selectProfile-popup {
    width: auto !important;
    max-width: auto !important;
  }
}

/* scantec-login starts here */

.scantec-login-header .media-body {
  line-height: 15px;
}
.scantec-login-header .header_support_info span.support-number {
  margin-right: 0px;
}
.scantec-login-header .support-number span {
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  font-style: italic;
}
.scantec-login-header.loginHeader {
  padding: 10px 0px 10px !important;
  background: #fff;
  /* box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1); */
  box-shadow: none;
  margin-bottom: 0px;
}
.scantec-login-background {
  /* background-image: url("../../../../public/assets/login-scantech/RegisterBg.png"); */
  /* background-repeat: no-repeat; */
  /* background-repeat: no-repeat; */
  /* background-position: center; */
  /* background-size: cover; */
  border-top: 1px solid #f1f1f1;
}
.LoginHeader-background {
  background-image: url("../../../../public/assets/login-scantech/LoginHeader-background.png");
  background-repeat: repeat;
  height: 36px;
  margin-bottom: 0px;
  padding: 8px 20px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.scantec-login .LoginBody {
  background-image: url("../../../../public/assets/login-scantech/LoginBg.png");
  background-repeat: no-repeat;
  height: auto;
  background-size: cover;
  background-position: top;
  border-collapse: collapse;
  border: 1px solid #ccc;
  padding: 20px;
}
.scantec-login .LoginBody input {
  height: 25px;
}
.scantech-submit-button {
  background: #3d3024;
  border: none;
  color: #fff;
  padding: 2px 20px;
}
.scantec-login-link {
  text-decoration: underline;
}
.vsTableFooterControl {
  width: 100%;
  height: 100px;
  background-repeat: repeat;
  background-image: url("../../../../public/assets/login-scantech/FooterBg.png");
  color: #fff;
}
.scantech-register-welcome-text {
  color: #000;
  font-weight: bold;
}

.scantec-login .form-group {
  margin-bottom: 0px;
}
.scantec-login input {
  height: 25px;
}
.scantec-login .form-group select {
  height: 25px;
}
.scantec-login-link {
  font-weight: normal;
  text-decoration: underline;
}
.scantec-login-radiobutton {
  color: #014c99;
  display: block;
  display: inline;
  text-decoration: none;
  padding: 4px !important;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #fedbbc;
}
.scantec-login .vsLabelTip {
  font-size: 8pt;
  /* font-weight: bold; */
  color: #828282;
  background-color: Transparent;
}
.scantec-login .text-danger {
  color: #ff0000 !important;
}
.scantec-login .form-group #error_repassword.errormsgcolor {
  position: relative;
  left: auto;
  bottom: auto !important;
}

.scantec-login-header .call-image img {
  max-width: 100%;
  height: 35px;
  object-fit: contain;
}
.scantec-login .invalid-error-message {
  line-height: 16px;
  padding: 10px 25px 10px 60px;
  background-image: url("../../../../public/assets/login-scantech/errorIcon.png");
  background-position: 5px center;
  background-repeat: no-repeat;
  border: 2px solid #ffc237;
  background-color: #ffeaa8;
  color: #826200;
}
.scantec-login.scantec-login-background .errorMessage {
  background-color: #fff;
  color: #ff0000;
  margin: 5px 0px;
}
@media only screen and (max-width: 767px) {
  .scantec-login .text-right {
    text-align: left !important;
  }
  .scantec-login .text-right.Fields-marked-red {
    text-align: left !important;
    margin-bottom: 30px;
  }
  .scantech-register-welcome-text {
    color: #000;
    font-weight: bold;
    align-items: flex-start !important;
  }
  .scantec-login-header .call-image img {
    max-width: 100%;
    height: 20px;
    object-fit: contain;
  }
  .scantec-login label {
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 12px;
  }
  .scantec-login .LoginBody .scantech-submit-button-align.text-right {
    text-align: right !important;
  }
}
/* scantec-login ends here */

/*TRG-Sandbox-Login start here*/
@media (min-width: 1201px) {
  .TRG-Sandbox-login .blue-background {
    background: #113c63;
    min-height: 100vh;
    max-height: 100vh;
    position: relative;
  }
  .TRG-Sandbox-login .skyblue-background {
    background: #f1f6fc;
    min-height: 100vh;
    max-height: 100vh;
  }
  .TRG-Sandbox-login .skyblue-background .row.TRG-form-content {
    position: relative;
    top: 13%;
  }
  .TRG-Sandbox-login .gradient-arrow-outline-login-screen {
    background-image: url(../../../../public/assets/login-trg-sandbox/gradient-arrow-outline-login-screen.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 87%;
    position: relative;
    left: -15px;
    top: 13%;
  }
  .TRG-Sandbox-login .orderease-logo-description {
    position: absolute;
    top: 13%;
    right: 10%;
    width: 45%;
    text-align: right;
  }
  .TRG-Sandbox-login .orderease-description {
    width: 64%;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    float: right;
    margin-top: 40px;
  }
  .TRG-Sandbox-login .TRG-logo-left {
    position: absolute;
    bottom: 10%;
    right: 10%;
    width: 10%;
    text-align: right;
  }
  .TRG-Sandbox-login .welcome-heading p {
    text-transform: uppercase;
    color: #00a4e3;
  }
  .TRG-Sandbox-login .welcome-heading h1 {
    color: #113c63;
    font-size: 43px;
    font-weight: 700;
  }
  .btn.btn-primary.TRG-Sandbox-button {
    background: #00a4e3 !important;
    color: #fff !important;
  }
  .TRG-Sandbox-login .TRG-Sandbox-form .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f1f6fc;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .TRG-Sandbox-login .TRG-Sandbox-form label {
    font-size: 14px;
    text-transform: uppercase;
  }
  .TRG-Sandbox-login .need-help {
    color: #113c63;
    font-size: 12px;
    line-height: 18px;
  }
  .TRG-Sandbox-login .TRG-logo-desktop {
    display: block;
  }
  .TRG-Sandbox-login .TRG-logo-mobile,
  .TRG-Sandbox-login.TRG-Sandbox-login-tablet {
    display: none;
  }
  .TRG-Sandbox-login .invalid-error-message {
    color: #f00;
  }
  .TRG-Sandbox-login .forgot-password a {
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  .btn.btn-primary.TRG-Sandbox-button {
    background: #00a4e3 !important;
    color: #fff !important;
  }
  .TRG-Sandbox-login.TRG-Sandbox-login-tablet {
    display: none;
  }
  .TRG-Sandbox-login .invalid-error-message {
    color: #f00;
  }
  .TRG-Sandbox-login .blue-background {
    background: #113c63;
    min-height: 250px;
    max-height: 100vh;
    position: relative;
  }
  .TRG-Sandbox-login .gradient-arrow-outline-login-screen,
  .TRG-Sandbox-login .TRG-logo-desktop {
    display: none;
  }
  .TRG-Sandbox-login .orderease-logo-description {
    position: absolute;
    top: 19%;
    right: 10%;
    width: 80%;
    text-align: center;
  }
  .TRG-Sandbox-login .welcome-heading p {
    text-transform: uppercase;
    color: #00a4e3;
  }
  .TRG-Sandbox-login .need-help {
    color: #113c63;
    font-size: 12px;
  }
  .TRG-Sandbox-login .orderease-description {
    width: 100%;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    float: none;
    margin-top: 40px;
  }
  .TRG-Sandbox-login .skyblue-background {
    min-height: auto;
    background: #f1f6fc;
    max-height: fit-content;
  }
  .TRG-Sandbox-login .welcome-heading {
    margin-top: 50px;
    text-align: center;
    /* padding-top: 50px; */
  }
  .TRG-Sandbox-login .welcome-heading h1 {
    font-size: 40px;
    color: #113c63;
  }
  .TRG-Sandbox-login .TRG-Sandbox-button {
    width: 100%;
  }
  .TRG-Sandbox-login .forgot-password,
  .TRG-Sandbox-login .need-help {
    text-align: center;
  }
  .TRG-Sandbox-login .TRG-logo-mobile {
    display: block;
    position: relative;
    bottom: 0px;
    right: auto;
    left: auto;
    width: 20%;
    margin: 42px auto;
  }
  .TRG-Sandbox-login .forgot-password a {
    text-decoration: underline;
  }
  .TRG-Sandbox-login .TRG-Sandbox-form .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f1f6fc;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
}
@media screen and (min-width: 600px) and (max-width: 1200px) {
  .TRG-Sandbox-login-tablet {
    display: block !important;
  }
  .TRG-Sandbox-login .invalid-error-message {
    color: #f00;
  }
  .TRG-Sandbox-login-Desktop {
    display: none;
  }
  .btn.btn-primary.TRG-Sandbox-button {
    background: #00a4e3 !important;
    color: #fff !important;
  }
  .TRG-Sandbox-login-tablet .blue-background {
    background: #113c63;
    min-height: 350px;
    max-height: 100vh;
    position: relative;
  }
  .TRG-Sandbox-login-tablet .skyblue-background {
    background: #f1f6fc;
    min-height: auto;
    max-height: auto !important;
    display: block;
    align-items: center;
  }
  .TRG-Sandbox-login-tablet .gradient-arrow-outline-login-screen {
    background-image: url(../../../../public/assets/login-trg-sandbox/gradient-arrow-outline-login-screen.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 80%;
    position: relative;
    left: -15px;
    top: 20%;
  }
  .TRG-Sandbox-login-tablet .orderease-logo-description {
    width: 40%;
    right: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .TRG-Sandbox-login-tablet .orderease-description {
    width: 100%;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    margin-top: 40px;
    text-align: center;
  }
  .TRG-Sandbox-login-tablet .TRG-logo-left {
    position: relative;
    width: 20%;
    margin: 48px auto;
    text-align: center;
    bottom: auto;
    right: auto;
  }
  .TRG-Sandbox-login-tablet .welcome-heading p {
    text-transform: uppercase;
    color: #00a4e3;
    margin-bottom: 0px;
  }
  .TRG-Sandbox-login-tablet .welcome-heading h1 {
    color: #113c63;
    font-size: 43px;
    font-weight: 700;
  }
  .TRG-Sandbox-login-tablet .TRG-Sandbox-form .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f1f6fc;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .TRG-Sandbox-login-tablet .TRG-Sandbox-form label {
    font-size: 14px;
    text-transform: uppercase;
  }
  .TRG-Sandbox-login-tablet .need-help {
    color: #113c63;
    font-size: inherit;
  }
  .TRG-Sandbox-login-tablet .welcome-heading {
    margin-top: 50px;
  }
  .TRG-Sandbox-login .TRG-logo-tablet {
    display: block;
    position: relative;
    bottom: 0px;
    right: auto;
    left: auto;
    width: 20%;
    margin: 42px auto;
  }
  .TRG-Sandbox-login .TRG-logo-left.TRG-logo-mobile {
    display: block !important;
  }
  .TRG-Sandbox-login .forgot-password a {
    text-decoration: underline;
  }
}
/*TRG-Sandbox-Login end here*/

/* TRG-new-login-page starts here */

@media (min-width: 1201px) {
  .TRG-Sandbox-login.TRG-new-login-page-Desktop .blue-background {
    background: #00283a;
    min-height: 100vh;
    max-height: 100vh;
    position: relative;
  }
  .TRG-Sandbox-login.TRG-new-login-page-Desktop .skyblue-background {
    background: none;
    min-height: 100vh;
    max-height: 100vh;
  }
  .TRG-Sandbox-login.TRG-new-login-page-Desktop .skyblue-background .row.TRG-form-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  .TRG-Sandbox-login.TRG-Sandbox-login-Desktop {
  }
  .TRG-Sandbox-login.TRG-Sandbox-login-Desktop.TRG-new-login-page-Desktop {
    background-image: url(../../../../public/assets/login-trg-sandbox/desktop-bg.png);
    background-repeat: no-repeat;
    height: 100vh;
    background-position: right 25% center;
    background-size: contain;
    background-color: #e2e2e2;
  }
  .TRG-Sandbox-login.TRG-new-login-page-Desktop .orderease-logo-description {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-100%, -50%);
    z-index: 9;
    width: 100%;
  }
  .TRG-Sandbox-login.TRG-new-login-page-Desktop .orderease-logo-description img {
    max-width: 100%;
    height: 68px;
  }
  .TRG-Sandbox-login.TRG-new-login-page-Desktop .orderease-description {
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px;
    font-weight: 500;
    width: 100%;
    float: none;
  }
  .TRG-Sandbox-login.TRG-new-login-page-Desktop .loginUsingEmail .linkColor,
  .TRG-Sandbox-login.TRG-new-login-page-Desktop .forgot-password a {
    color: #00283a;
  }
  .TRG-Sandbox-login.TRG-new-login-page-Desktop .orderease-logo {
    max-width: 100%;
    height: 45px;
  }
  .TRG-Sandbox-login.TRG-new-login-page-Desktop .TRG-logo-left {
    position: absolute;
    bottom: 10%;
    right: 10%;
    width: 10%;
    text-align: right;
    z-index: 9;
  }
  .TRG-Sandbox-login.TRG-new-login-page-Desktop .welcome-heading p {
    color: #00283a;
    text-transform: inherit;
  }
  .TRG-Sandbox-login.TRG-new-login-page-Desktop .welcome-heading h1 {
    color: #00283a;
    font-size: 43px;
    font-weight: 700;
  }
  .TRG-new-login-page-Desktop .btn.btn-primary.TRG-Sandbox-button {
    background: #7b98ac !important;
    color: #fff !important;
  }
  .TRG-Sandbox-login.TRG-new-login-page-Desktop .TRG-Sandbox-form .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .TRG-Sandbox-login.TRG-new-login-page-Desktop .TRG-Sandbox-form label {
    font-size: 12px;
    text-transform: uppercase;
    color: #00283a;
  }
  .TRG-Sandbox-login.TRG-new-login-page-Desktop .need-help {
    color: #00283a;
    font-size: 12px;
    line-height: 18px;
  }
  .TRG-Sandbox-login.TRG-new-login-page-Desktop .TRG-logo-desktop {
    display: block;
  }
  .TRG-Sandbox-login.TRG-new-login-page-Desktop .TRG-logo-mobile,
  .TRG-Sandbox-login.TRG-Sandbox-login-tablet.TRG-new-login-page-tablet {
    display: none;
  }
  .TRG-Sandbox-login.TRG-new-login-page-Desktop .invalid-error-message {
    color: #f00;
  }
  .TRG-Sandbox-login.TRG-new-login-page-Desktop .forgot-password a {
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  .TRG-new-login-page-tablet .TRG-Sandbox-login-tablet-header {
    /* height: 27vh; */
    background-image: url(../../../../public/assets/login-trg-sandbox/mobile-bg.png);
    background-repeat: no-repeat;
    background-position: right 20% center;
    background-size: contain;
    background-color: #e2e2e2;
  }
  .TRG-Sandbox-login.TRG-new-login-page-tablet .skyblue-background {
    background: none;
  }
  .TRG-Sandbox-login.TRG-new-login-page-tablet .blue-background {
    position: relative;
    background: #00283a;
  }
  .TRG-Sandbox-login.TRG-new-login-page-tablet .OrderEase-Logo-tablet-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .TRG-new-login-page-tablet .btn.btn-primary.TRG-Sandbox-button {
    background: #7b98ac !important;
    color: #fff !important;
  }
  .TRG-Sandbox-login.TRG-Sandbox-login-tablet.TRG-new-login-page-tablet {
    display: block;
  }
  .TRG-Sandbox-login.TRG-Sandbox-login-Desktop.TRG-new-login-page-Desktop {
    display: none;
  }
  .TRG-Sandbox-login.TRG-new-login-page-tablet .invalid-error-message {
    color: #f00;
  }

  .TRG-Sandbox-login.TRG-new-login-page-tablet .gradient-arrow-outline-login-screen,
  .TRG-Sandbox-login.TRG-new-login-page-tablet .TRG-logo-desktop {
    display: none;
  }
  .TRG-Sandbox-login.TRG-new-login-page-tablet .orderease-logo-description {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-100%, -50%);
    z-index: 9;
    width: 58%;
  }
  .TRG-Sandbox-login.TRG-new-login-page-tablet .welcome-heading p {
    color: #00283a;
    text-transform: inherit;
    font-size: 16px;
    font-weight: bold;
  }
  .TRG-Sandbox-login.TRG-new-login-page-tablet .need-help {
    color: #00283a;
    font-size: 12px;
  }
  .TRG-Sandbox-login.TRG-new-login-page-tablet .orderease-description {
    width: 100%;
    font-size: 15px;
    float: none;
    margin: 40px 0px;
    font-weight: 500;
  }

  .TRG-Sandbox-login.TRG-new-login-page-tablet .welcome-heading {
    margin-top: 50px;
    text-align: center;
    /* padding-top: 50px; */
  }
  .TRG-Sandbox-login.TRG-new-login-page-tablet .welcome-heading h1 {
    font-size: 28px;
    color: #00283a;
  }
  .TRG-Sandbox-login.TRG-new-login-page-tablet .TRG-Sandbox-button {
    width: 100%;
  }
  .TRG-Sandbox-login.TRG-new-login-page-tablet .forgot-password,
  .TRG-Sandbox-login.TRG-new-login-page-tablet .need-help {
    text-align: center;
  }
  .TRG-Sandbox-login.TRG-new-login-page-tablet .TRG-logo-mobile {
    display: block;
    position: relative;
    bottom: 0px;
    right: auto;
    left: auto;
    width: 20%;
    margin: 42px auto;
  }
  .TRG-Sandbox-login.TRG-new-login-page-tablet .forgot-password a {
    text-decoration: underline;
    font-size: 12px;
  }
  .TRG-Sandbox-login.TRG-new-login-page-tablet .TRG-Sandbox-form .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .TRG-Sandbox-login.TRG-new-login-page-tablet .TRG-logo-tablet {
    display: block;
    position: relative;
    bottom: 0px;
    right: auto;
    left: auto;
    width: 20%;
    margin: 42px auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1200px) {
  .TRG-Sandbox-login.TRG-new-login-page-tablet .OrderEase-Logo-tablet-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .TRG-Sandbox-login.TRG-new-login-page-tablet .TRG-Sandbox-login-tablet-header {
    height: 38vh;
    background-image: url(../../../../public/assets/login-trg-sandbox/desktop-bg.png);
    background-repeat: no-repeat;
    background-position: right 25% center;
    background-size: contain;
    background-color: #e2e2e2;
  }
  .TRG-Sandbox-login-tablet.TRG-new-login-page-tablet .skyblue-background {
    background: none;
  }
  .TRG-Sandbox-login.TRG-new-login-page-tablet .TRG-Sandbox-login-tablet {
    display: block !important;
  }
  .TRG-Sandbox-login.TRG-new-login-page-tablet .invalid-error-message {
    color: #f00;
  }
  .TRG-Sandbox-login-Desktop {
    display: none;
  }
  .TRG-new-login-page-tablet .btn.btn-primary.TRG-Sandbox-button {
    background: #7b98ac !important;
    color: #fff !important;
  }
  .TRG-Sandbox-login.TRG-new-login-page-tablet .blue-background {
    position: relative;
    background: #00283a;
    min-height: 38vh;
  }
  .TRG-Sandbox-login.TRG-new-login-page-tablet .orderease-logo-description {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
  }
  .TRG-Sandbox-login.TRG-new-login-page-tablet .orderease-description {
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 40px;
    text-align: center;
  }
  .TRG-Sandbox-login.TRG-new-login-page-tablet .TRG-logo-left {
    position: relative;
    width: 20%;
    margin: 48px auto;
    text-align: center;
    bottom: auto;
    right: auto;
  }
  .TRG-Sandbox-login.TRG-new-login-page-tablet .welcome-heading p {
    color: #00283a;
    margin-bottom: 40px;
    text-transform: initial;
  }
  .TRG-Sandbox-login.TRG-new-login-page-tablet .welcome-heading h1 {
    color: #00283a;
    font-size: 43px;
    font-weight: 700;
  }
  .TRG-Sandbox-login.TRG-new-login-page-tablet .TRG-Sandbox-form .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .TRG-Sandbox-login.TRG-new-login-page-tablet .TRG-Sandbox-form label {
    font-size: 14px;
    text-transform: uppercase;
  }
  .TRG-Sandbox-login.TRG-new-login-page-tablet .need-help {
    color: #00283a;
    font-size: 14px;
  }
  .TRG-Sandbox-login.TRG-new-login-page-tablet .TRG-logo-tablet {
    display: block;
    position: relative;
    bottom: 0px;
    right: auto;
    left: auto;
    width: 20%;
    margin: 42px auto;
  }
  .TRG-Sandbox-login.TRG-new-login-page-tablet .TRG-logo-left.TRG-logo-mobile {
    display: block !important;
  }
  .TRG-Sandbox-login.TRG-new-login-page-tablet .forgot-password a {
    text-decoration: underline;
    font-size: 12px;
  }
}

/* TRG-new-login-page ends here */

.show-captcha-centre-login-page {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.phoneFaxEgLabel {
  font-size: 8pt;
  color: #828282;
  background-color: Transparent;
}