@media only screen and (min-width: 1600px) {
  .htmove-login-section {
    padding: 200px 0;
  }
}

.htmove-login-form {
  width: 100%;
  max-width: 470px;
}

.htmove-login-form .htmove-login-form-title {
  font-size: 38px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 50px;
  color: #333333;
}
.htmove-login-form .htmove-login-form-title .htmove-heightlight{
  color: #1D39D7;
}

.htmove-login-form {
  padding: 60px 48px;
  border-radius: 4px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
}

.htmove-login-form-custom .htmove-forgot-password:hover {
  color: #EB1A6C;
}

.htmove-login-form-custom .htmove-form-text a {
  color: #EB1A6C;
}

.htmove-login-form-custom .htmove-form-text a:hover {
  color: #EB1A6C;
}

.htmove-login-form-custom .htmove-form-control input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
.htmove-login-form-custom .htmove-form-control textarea:focus {
  border-color: #EB1A6C;
}

.htmove-login-form-custom .htmove-form-control-checkbox input[type="checkbox"]:checked ~ .htmove-form-label::before {
  color: #EB1A6C;
}

.htmove-login-form-custom .htmove-form-control input[type="submit"] {
  background-color: #EB1A6C;
}

.htmove-login-form-custom .htmove-form-control input[type="submit"]:hover {
  background-color: #cf125c;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  
}

@media only screen and (max-width: 575px) {
  .htmove-login-form .htmove-login-form-title {
    font-size: 32px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 479px) {
  .htmove-login-form .htmove-login-form-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .htmove-login-form {
    padding: 40px 30px;
  }
}

/* Form Wrapper */
.htmove-form-wrapper {
  padding: 80px 50px;
  background-color: #FFFFFF;
}

@media only screen and (max-width: 767px) {
  .htmove-form-wrapper {
    padding: 50px;
  }
}

@media only screen and (max-width: 479px) {
  .htmove-form-wrapper {
    padding: 40px 30px;
  }
}

/* Form */
.htmove-form-2 {
  padding: 40px 40px 50px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Form Row */
.htmove-form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* Form Column */
.htmove-form-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.htmove-form-col-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

@media only screen and (max-width: 575px) {
  .htmove-form-col-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}

/* Form Content Between */
.htmove-form-content-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.htmove-form-content-between .htmove-form-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* Form Label */
.htmove-form-label {
  font-family: "Space Grotesk";
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 12px;
  color: #333333;
}

/* Forgot Password */
.htmove-forgot-password {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.25;
  display: block;
  color: #666666;
}

.htmove-forgot-password:hover {
  text-decoration: none;
  color: #1D39D7;
}

/* Forgot Password */
.htmove-form-text {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  display: block;
  margin: 0;
  color: #999999;
}

.htmove-form-text a {
  color: #1D39D7;
}

.htmove-form-text a:hover {
  text-decoration: none;
  color: #1D39D7;
}

/* Form Control */
.htmove-form-control {
  position: relative;
}

.htmove-form-control .htmove-form-icon {
  position: absolute;
  top: 20px;
  left: 16px;
  color: #333333;
}

.htmove-form-control .htmove-form-icon i {
  font-size: 16px;
  line-height: 1;
  display: block;
}

.htmove-form-control .htmove-form-icon ~ input:not([type="submit"]),
.htmove-form-control .htmove-form-icon ~ textarea {
  padding-left: 44px !important;
}

.htmove-form-control input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.htmove-form-control textarea {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  width: 100%;
  height: 56px;
  padding: 14px 16px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #999999;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  background-color: transparent;
}

.htmove-form-control input:not([type="submit"]):not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder,
.htmove-form-control textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #999999;
}

.htmove-form-control input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):-moz-placeholder,
.htmove-form-control textarea:-moz-placeholder {
  opacity: 1;
  color: #999999;
}

.htmove-form-control input:not([type="submit"]):not([type="checkbox"]):not([type="radio"])::-moz-placeholder,
.htmove-form-control textarea::-moz-placeholder {
  opacity: 1;
  color: #999999;
}

.htmove-form-control input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder,
.htmove-form-control textarea:-ms-input-placeholder {
  opacity: 1;
  color: #999999;
}

.htmove-form-control input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
.htmove-form-control textarea:focus {
  border-color: #1D39D7;
  outline: none;
}

.htmove-form-control textarea {
  height: 110px;
  resize: none;
}


.htmove-form-control-checkbox input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}

.htmove-form-control-checkbox input[type="checkbox"]:checked ~ .htmove-form-label::before {
  font-weight: 900;
  content: "\f14a";
  color: #1D39D7;
}

.htmove-form-control-checkbox .htmove-form-label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
  padding-left: 18px;
  color: #666666;
}

.htmove-form-control-checkbox .htmove-form-label::before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 0;
  left: 0;
  content: "\f0c8";
}

.htmove-form-control input[type="submit"] {
  font-size: 14px;
  font-weight: 500;
  line-height: 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 48px;
  padding: 0 25px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  white-space: nowrap;
  letter-spacing: 1px;
  color: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #1D39D7;
}

.htmove-form-control input[type="submit"]:hover {
  background-color: #1931b8;
}

.htmove-form-control input[type="submit"].submit-custom-gradient {
  color: #FFFFFF;
  background-image: -webkit-linear-gradient(45deg, #FF3D99 0%, #FFB87D 50%, #FF3D99 100%);
  background-image: -o-linear-gradient(45deg, #FF3D99 0%, #FFB87D 50%, #FF3D99 100%);
  background-image: linear-gradient(45deg, #FF3D99 0%, #FFB87D 50%, #FF3D99 100%);
  background-size: 200%;
}

.htmove-form-control input[type="submit"].submit-custom-gradient:hover {
  background-position: right;
}


.htmove_message{
  display: none;
}
