.login-logo-new {
  max-width: 175px;
}

@media (max-width: 576px) {
  .login-logo-new {
    display: flex;
    justify-content: center;
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto;
  }

  .login-logo-new img {
    height: 100%;
    width: 250px;
  }
}

.login-logo-new img {
  display: block;
}

.login-field {
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0px;
  position: relative;
}

.login-label {
  float: left;
  width: 100%;
  color: #93c8c3;
  font-size: 16px;
  font-weight: 300;
  margin: 5px 0 0 0;
}

.login-input {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  padding: 7px 0;
  border: none;
  background: transparent;
  border-bottom: 1px solid #93c8c3;
}

.login-input:focus {
  outline: none;
}

.login-input:disabled {
  cursor: not-allowed;
}

select option {
  background: rgba(0, 0, 0, 0);
  color: #93c8c3;
  font-size: 20px;
  font-weight: 300;
}

.login-field a {
  position: absolute;
  right: 0;
  bottom: 5px;
  font-size: 11px;
  color: #93c8c3;
  font-weight: 300;
}

.checkbox {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0px;
  margin: 30px 0 0 0;
}

.checkbox label {
  margin-top: 20px;
}

.checkbox input[type="checkbox"] {
  display: none;
}

.checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 0;
  font-size: 13px;
  color: #93c8c3;
  font-weight: 300;
  min-height: 18px;
  margin-top: 0px;
}

.checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/check-box-img.png) no-repeat;
  height: 18px;
  width: 17px;
}

.checkbox input[type="checkbox"]:checked + label:before {
  content: "";
  background-position: left -21px;
  height: 21px;
  width: 20px;
}

.login-sub {
  float: right;
  width: auto;
  margin: 22px 0 0 0;
  padding-right: 15px;
}

.login-sub input {
  border: none;
  background: transparent;
  width: auto;
  background: url(../images/login-arrow.png) top right no-repeat;
  line-height: 41px;
  height: 41px;
  padding: 0 52px 0 0;
  font-size: 13px;
  font-weight: 300;
  color: #93c8c3;
}

.login-sub input:hover {
  background-position: bottom right;
  color: #fff;
}

.login-sub input:focus {
  outline: none;
}

.register-link {
  float: left;
  width: 100%;
  margin: 40px 0 0 0;
  font-size: 13px;
  text-align: left;
  font-weight: 400;
  color: #fff;
  padding-left: 15px;
}

.register-link a {
  color: #fff;
  text-decoration: underline;
}

.register-link a:hover {
  color: #93c8c3;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.register-main-new {
  padding: 0px;
  min-height: 100vh;
  margin: 0;
}

.background {
  background: url("../Images/login-bg-new.jpg") 0 0 / cover no-repeat;
}

.register-form-box {
  width: 460px;
  position: relative;
  margin: auto;
  max-width: 100%;
  padding: 100px 0;
}

@media (max-width: 576px) {
  .register-form-box {
    padding: 0;
  }
}

.register-form-box h2 {
  float: left;
  width: 100%;
  font-size: 46px;
  margin: 0 0 15px 0;
  color: #fff;
  font-weight: 300;
}

.trems-check {
  float: left;
  width: auto;
  overflow: visible;
  height: 50px;
}

.trems-check .checkbox label {
  color: #fff;
}

.trems-check .checkbox label:before {
  background: url(../images/check-box-img-white.png) no-repeat;
}

.trems-check .checkbox span {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  color: #fff;
}

.trems-check .checkbox span a {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
}

.trems-check .checkbox span a:hover {
  text-decoration: none;
}

.register-contact-img {
  float: left;
  width: 100%;
  padding: 0 5% 50px 0;
  text-align: right;
}

.register-contact-img a {
  display: inline-block;
  float: right;
}

.password-icon input {
  padding-right: 30px;
}

.password-icon img {
  position: absolute;
  right: 0;
  top: 20px;
}

.error-msg {
  display: none;
  color: indianred;
  font-size: 14px;
  float: right;
}

.term-error-msg {
  text-align: center;
  margin-bottom: 20px;
  display: none;
  color: indianred;
  font-size: 11px;
}

.short {
  color: #ff0000;
  font-size: 11px;
  float: right;
}

.weak {
  color: orange;
  font-size: 11px;
  float: right;
}

.good {
  color: #2d98f3;
  font-size: 11px;
  float: right;
}

.strong {
  color: limegreen;
  font-size: 11px;
  float: right;
}

.radio label {
  margin-top: 20px;
}

.radio input[type="radio"] {
  display: none;
}

.radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 55px;
  margin-right: 0;
  font-size: 24px;
  color: #93c8c3;
  font-weight: 300;
  line-height: 40px;
  margin-top: 0px;
  color: #fff;
}

.radio label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/check-box-round.png) no-repeat;
  background-position: left -46px;
  width: 41px;
  height: 41px;
}

.radio input[type="radio"]:checked + label:before {
  content: "";
  background: url(../images/check-box-round.png) no-repeat;
  width: 41px;
  height: 41px;
  background-position: left 0;
}

.acterys-autocomplete .ui-menu-item {
  padding: 0 !important;
  cursor: pointer !important;
  background-color: #fff !important;
  border-bottom: 1px solid #d4d4d4 !important;
  color: #4e5166 !important;
}
.acterys-autocomplete .ui-state-active {
  background-color: #e9e9e9 !important;
  border: 1px solid transparent !important;
  border-bottom: 1px solid #d4d4d4 !important;
  color: #4e5166 !important;
}
.acterys-autocomplete .ui-menu-item-wrapper {
  padding: 10px !important;
}

.error-msg-validation {
  display: none;
  color: indianred;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}

.login-sub-rigth {
  float: left;
  width: auto;
  margin: 22px 0 0 0;
  padding-left: 15px;
}
.login-sub-rigth input {
  border: none;
  background: transparent;
  width: auto;
  background: url(../images/login-arrow-left.png) top left no-repeat;
  line-height: 41px;
  height: 41px;
  padding: 0 52px 0 52px;
  font-size: 13px;
  font-weight: 300;
  color: #93c8c3;
}
.login-sub-rigth input:hover {
  background-position: bottom left;
  color: #fff;
}
.login-sub-rigth input:focus {
  outline: none;
}
.carousel-indicators li {
  visibility: hidden;
}
