@tailwind base;

@tailwind components;

@tailwind utilities;

/* Add any custom styles here if needed */

.fxt-template-layout1 .fxt-btn-fill:focus {
  outline: none;
}

.fxt-template-layout1 .switcher-text2 {
  color: #9f9f9f;
  font-size: 15px;
  margin-top: 5px;
  display: block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout1 .switcher-text2:hover {
  color: #666;
}

.fxt-template-layout1 .switcher-text2.active {
  color: #666;
}

.fxt-template-layout1 ul.fxt-socials {
  text-align: center;
}

.fxt-template-layout1 ul.fxt-socials li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 8px;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout1 ul.fxt-socials li {
    margin-right: 2px;
  }
}

.fxt-template-layout1 ul.fxt-socials li:last-child {
  margin-right: 0;
}

.fxt-template-layout1 ul.fxt-socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 40px;
  width: 40px;
  color: #ffffff;
  border-radius: 50%;
  border: 1px solid;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout1 ul.fxt-socials li.fxt-facebook a {
  background-color: #3b5998;
  border-color: #3b5998;
}

.fxt-template-layout1 ul.fxt-socials li.fxt-facebook a:hover {
  background-color: transparent;
  color: #3b5998;
}

.fxt-template-layout1 ul.fxt-socials li.fxt-twitter a {
  background-color: #00acee;
  border-color: #00acee;
}

.fxt-template-layout1 ul.fxt-socials li.fxt-twitter a:hover {
  background-color: transparent;
  color: #00acee;
}

.fxt-template-layout1 ul.fxt-socials li.fxt-google a {
  background-color: #CC3333;
  border-color: #CC3333;
}

.fxt-template-layout1 ul.fxt-socials li.fxt-google a:hover {
  background-color: transparent;
  color: #CC3333;
}

.fxt-template-layout1 ul.fxt-socials li.fxt-instagram a {
  background-color: #3f729b;
  border-color: #3f729b;
}

.fxt-template-layout1 ul.fxt-socials li.fxt-instagram a:hover {
  background-color: transparent;
  color: #3f729b;
}

.fxt-template-layout1 ul.fxt-socials li.fxt-linkedin a {
  background-color: #0077B5;
  border-color: #0077B5;
}

.fxt-template-layout1 ul.fxt-socials li.fxt-linkedin a:hover {
  background-color: transparent;
  color: #0077B5;
}

.fxt-template-layout1 ul.fxt-socials li.fxt-youtube a {
  background-color: #c4302b;
  border-color: #c4302b;
}

.fxt-template-layout1 ul.fxt-socials li.fxt-youtube a:hover {
  background-color: transparent;
  color: #c4302b;
}

.fxt-template-layout1 ul.fxt-socials li.fxt-pinterest a {
  background-color: #bd081c;
  border-color: #bd081c;
}

.fxt-template-layout1 ul.fxt-socials li.fxt-pinterest a:hover {
  background-color: transparent;
  color: #bd081c;
}

.fxt-template-layout1 .fxt-footer p {
  color: #999898;
  margin-bottom: 10px;
  display: inline-flex;
  flex-wrap: wrap;
}

.fxt-template-layout1 .fxt-footer .fxt-btn-resend {
  margin-left: 3px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #63bbff;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout1 .fxt-footer .fxt-btn-resend:focus {
  outline: none;
}

.fxt-template-layout1 .fxt-footer .fxt-btn-resend:hover {
  color: #000000;
}

.fxt-template-layout1 .fxt-footer .text-or {
  margin-left: 3px;
  color: #000000;
}

/*========================================================================
5. Demo Layout Two
=========================================================================*/

.fxt-template-layout2 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout2 {
    padding: 15px;
  }
}

.fxt-template-layout2 .fxt-checkbox-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.fxt-template-layout2 .fxt-bg-color {
  background-color: #ffffff;
  display: flex;
  padding: 0;
}

.fxt-template-layout2 .fxt-bg-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0;
  padding: 0;
}

.fxt-template-layout2 .fxt-content {
  padding: 100px 65px 70px 80px;
  width: 100%;
  box-shadow: 3px 0 79px 0 rgba(0, 0, 0, 0.08);
}

@media only screen and (max-width: 1199px) {
  .fxt-template-layout2 .fxt-content {
    padding: 100px 35px 70px 50px;
  }
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout2 .fxt-content {
    padding: 100px 70px 70px 70px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout2 .fxt-content {
    padding: 80px 50px 50px 50px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout2 .fxt-content {
    padding: 60px 30px 30px 30px;
  }
}

@media only screen and (max-width: 479px) {
  .fxt-template-layout2 .fxt-content {
    padding: 50px 20px 20px 20px;
  }
}

.fxt-template-layout2 .fxt-header {
  text-align: center;
}

.fxt-template-layout2 .fxt-logo {
  display: block;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 40vw;
}

.fxt-template-layout2 .fxt-form {
  text-align: center;
}

.fxt-template-layout2 .fxt-form .fxt-otp-logo {
  margin-bottom: 20px;
  display: block;
}

.fxt-template-layout2 .fxt-form h2 {
  font-weight: 700;
  margin-bottom: 5px;
}

.fxt-template-layout2 .fxt-form p {
  margin-bottom: 30px;
  font-size: 17px;
}

.fxt-template-layout2 .fxt-form p span {
  display: block;
}

.fxt-template-layout2 .fxt-form label {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}

.fxt-template-layout2 .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}

.fxt-template-layout2 .fxt-form .form-control {
  min-height: 50px;
  box-shadow: none;
  border: 1px solid #e7e7e7;
  padding: 10px 15px;
  color: #111111;
  background-color: #ffffff;
}

.fxt-template-layout2 .fxt-form input::-webkit-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout2 .fxt-form input::-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout2 .fxt-form input:-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout2 .fxt-form input:-ms-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout2 .fxt-form .fxt-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.fxt-template-layout2 .fxt-form .fxt-form-row .fxt-form-col {
  text-align: center;
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
}

.fxt-template-layout2 .fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-right: 0;
}

.fxt-template-layout2 .fxt-form .fxt-form-btn {
  margin-bottom: 20px;
}

.fxt-template-layout2 .fxt-btn-fill {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 3px;
  background-color: #006fba;
  padding: 10px 36px;
  margin-bottom: 10px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout2 .fxt-btn-fill:hover {
  background-color: #da0000;
  border-color: #da0000;
}

.fxt-template-layout2 .fxt-btn-fill:focus {
  outline: none;
}

.fxt-template-layout2 .switcher-text {
  color: #63bbff;
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout2 .switcher-text:hover {
  color: #000000;
}

.fxt-template-layout2 .switcher-text2 {
  color: #63bbff;
  font-size: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout2 .switcher-text2.inline-text {
  margin-left: 3px;
}

.fxt-template-layout2 .switcher-text2:hover {
  color: #000000;
}

.fxt-template-layout2 .fxt-style-line {
  overflow: hidden;
  text-align: center;
}

.fxt-template-layout2 .fxt-style-line h2 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 20px;
  color: #a4a4a4;
  display: inline-block;
  position: relative;
  padding: 0 25px;
  z-index: 1;
}

.fxt-template-layout2 .fxt-style-line h2:before {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ebebeb;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout2 .fxt-style-line h2:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ebebeb;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout2 ul.fxt-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 20px;
}

.fxt-template-layout2 ul.fxt-socials li {
  max-width: 100%;
  flex: 0 0 33.33333%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout2 ul.fxt-socials li {
    flex: 0 0 50%;
  }
}

@media only screen and (max-width: 350px) {
  .fxt-template-layout2 ul.fxt-socials li {
    flex: 0 0 100%;
  }
}

.fxt-template-layout2 ul.fxt-socials li a {
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  height: 45px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout2 ul.fxt-socials li a i {
  border-radius: 2px 0 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
}

.fxt-template-layout2 ul.fxt-socials li a span {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.fxt-template-layout2 ul.fxt-socials li.fxt-facebook a {
  background-color: #3b5998;
}

.fxt-template-layout2 ul.fxt-socials li.fxt-facebook a i {
  background-color: #4867aa;
}

.fxt-template-layout2 ul.fxt-socials li.fxt-facebook a:hover {
  background-color: #5676bb;
}

.fxt-template-layout2 ul.fxt-socials li.fxt-twitter a {
  background-color: #00acee;
}

.fxt-template-layout2 ul.fxt-socials li.fxt-twitter a i {
  background-color: #33ccff;
}

.fxt-template-layout2 ul.fxt-socials li.fxt-twitter a:hover {
  background-color: #3dc5f3;
}

.fxt-template-layout2 ul.fxt-socials li.fxt-google a {
  background-color: #CC3333;
}

.fxt-template-layout2 ul.fxt-socials li.fxt-google a i {
  background-color: #db4437;
}

.fxt-template-layout2 ul.fxt-socials li.fxt-google a:hover {
  background-color: #e75042;
}

.fxt-template-layout2 .checkbox {
  padding-left: 5px;
  margin-right: 30px;
  margin-bottom: 5px;
}

.fxt-template-layout2 .checkbox label {
  padding-left: 20px;
  color: #a4a4a4;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}

.fxt-template-layout2 .checkbox label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  margin-left: -5px;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.fxt-template-layout2 .checkbox label:after {
  position: absolute;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 10px;
  color: #555555;
}

.fxt-template-layout2 .checkbox input[type=checkbox] {
  display: none;
}

.fxt-template-layout2 .checkbox input[type=checkbox]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #ffffff;
  left: 15px;
  top: 4px;
}

.fxt-template-layout2 .checkbox input[type=checkbox]:checked + label::before {
  background-color: #006fba;
  border-color: #006fba;
}

.fxt-template-layout2 .fxt-footer {
  text-align: center;
}

.fxt-template-layout2 .fxt-footer p {
  color: #999898;
  margin-bottom: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}

.fxt-template-layout2 .fxt-footer .fxt-btn-resend {
  margin-left: 3px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #63bbff;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout2 .fxt-footer .fxt-btn-resend:focus {
  outline: none;
}

.fxt-template-layout2 .fxt-footer .fxt-btn-resend:hover {
  color: #000000;
}

.fxt-template-layout2 .fxt-footer .text-or {
  margin-left: 3px;
  color: #000000;
}

/*========================================================================
6. Demo Layout Three
=========================================================================*/

.fxt-template-layout3 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 15px;
}

.fxt-template-layout3:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(4, 4, 14, 0.4);
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}

.fxt-template-layout3 .fxt-checkbox-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.fxt-template-layout3 .fxt-bg-color {
  display: flex;
  padding: 0;
}

.fxt-template-layout3 .fxt-bg-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0;
  padding: 0;
}

.fxt-template-layout3 .fxt-content {
  padding: 65px 90px 45px;
  width: 100%;
  background-color: #fff;
}

@media only screen and (max-width: 1199px) {
  .fxt-template-layout3 .fxt-content {
    padding: 65px 70px 45px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout3 .fxt-content {
    padding: 50px 30px 30px;
  }
}

.fxt-template-layout3 .fxt-header {
  padding: 30px 30px 30px 0;
}

.fxt-template-layout3 .fxt-header .fxt-logo {
  display: block;
  margin-bottom: 50px;
  max-width: 40vw;
}

.fxt-template-layout3 .fxt-header h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}

.fxt-template-layout3 .fxt-header p {
  color: #fff;
}

.fxt-template-layout3 .fxt-form .fxt-otp-logo {
  margin-bottom: 20px;
  text-align: center;
  display: block;
}

.fxt-template-layout3 .fxt-form .fxt-otp-title {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 28px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout3 .fxt-form .fxt-otp-title {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout3 .fxt-form .fxt-otp-title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout3 .fxt-form .fxt-otp-title {
    font-size: 22px;
  }
}

.fxt-template-layout3 .fxt-form h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 5px;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout3 .fxt-form h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout3 .fxt-form h2 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout3 .fxt-form h2 {
    font-size: 32px;
  }
}

.fxt-template-layout3 .fxt-form .fxt-otp-label {
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}

.fxt-template-layout3 .fxt-form p {
  font-size: 18px;
  color: #111111;
  text-align: center;
}

.fxt-template-layout3 .fxt-form p span {
  display: block;
}

.fxt-template-layout3 .fxt-form form .input-label {
  color: #979696;
  margin-bottom: 8px;
}

.fxt-template-layout3 .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}

.fxt-template-layout3 .fxt-form .form-group .field-icon {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 18px;
  padding: 0 5px;
  color: #c5c5c5;
  font-size: 14px;
}

.fxt-template-layout3 .fxt-form .form-group .field-icon:before {
  padding: 17px 10px;
}

.fxt-template-layout3 .fxt-form .form-control {
  min-height: 50px;
  box-shadow: none;
  border: 1px solid #e7e7e7;
  padding: 10px 15px;
  color: #111111;
  background-color: #ffffff;
}

.fxt-template-layout3 .fxt-form input::-webkit-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout3 .fxt-form input::-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout3 .fxt-form input:-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout3 .fxt-form input:-ms-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout3 .fxt-form .fxt-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.fxt-template-layout3 .fxt-form .fxt-form-row .fxt-form-col {
  text-align: center;
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
}

.fxt-template-layout3 .fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-right: 0;
}

.fxt-template-layout3 .fxt-form .fxt-form-btn {
  margin-bottom: 20px;
}

.fxt-template-layout3 .fxt-btn-fill {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 3px;
  background-color: #5a8dee;
  padding: 10px 36px;
  margin-bottom: 10px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout3 .fxt-btn-fill:hover {
  background-color: #4b7cda;
  border-color: #4b7cda;
}

.fxt-template-layout3 .fxt-btn-fill:focus {
  outline: none;
}

.fxt-template-layout3 .switcher-text {
  color: #63bbff;
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout3 .switcher-text:hover {
  color: #000000;
}

.fxt-template-layout3 .switcher-text2 {
  color: #63bbff;
  font-size: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout3 .switcher-text2.inline-text {
  margin-left: 3px;
}

.fxt-template-layout3 .switcher-text2:hover {
  color: #000000;
}

.fxt-template-layout3 .fxt-style-line {
  overflow: hidden;
  text-align: center;
}

.fxt-template-layout3 .fxt-style-line h3 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 20px;
  color: #a4a4a4;
  display: inline-block;
  position: relative;
  padding: 0 25px;
  z-index: 1;
}

.fxt-template-layout3 .fxt-style-line h3:before {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ebebeb;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout3 .fxt-style-line h3:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ebebeb;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout3 ul.fxt-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 20px;
}

.fxt-template-layout3 ul.fxt-socials li {
  display: inline-block;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout3 ul.fxt-socials li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.fxt-template-layout3 ul.fxt-socials li a {
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 45px;
  width: 100%;
  color: #ffffff;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout3 ul.fxt-socials li a:before {
  content: "";
  width: 0;
  right: 0;
  left: inherit;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout3 ul.fxt-socials li a:hover:before {
  width: 100%;
  left: 0;
  right: inherit;
}

.fxt-template-layout3 ul.fxt-socials li.fxt-facebook a {
  background-color: #3b5998;
}

.fxt-template-layout3 ul.fxt-socials li.fxt-facebook a:before {
  background-color: #5676bb;
}

.fxt-template-layout3 ul.fxt-socials li.fxt-twitter a {
  background-color: #00acee;
}

.fxt-template-layout3 ul.fxt-socials li.fxt-twitter a:before {
  background-color: #3dc5f3;
}

.fxt-template-layout3 ul.fxt-socials li.fxt-google a {
  background-color: #CC3333;
}

.fxt-template-layout3 ul.fxt-socials li.fxt-google a:before {
  background-color: #e75042;
}

.fxt-template-layout3 ul.fxt-socials li.fxt-linkedin a {
  background-color: #0077B5;
}

.fxt-template-layout3 ul.fxt-socials li.fxt-linkedin a:before {
  background-color: #006da6;
}

.fxt-template-layout3 .checkbox {
  padding-left: 5px;
  margin-right: 30px;
  margin-bottom: 5px;
}

.fxt-template-layout3 .checkbox label {
  padding-left: 20px;
  color: #a4a4a4;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}

.fxt-template-layout3 .checkbox label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  margin-left: -5px;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.fxt-template-layout3 .checkbox label:after {
  position: absolute;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 10px;
  color: #555555;
}

.fxt-template-layout3 .checkbox input[type=checkbox] {
  display: none;
}

.fxt-template-layout3 .checkbox input[type=checkbox]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #ffffff;
  left: 15px;
  top: 4px;
}

.fxt-template-layout3 .checkbox input[type=checkbox]:checked + label::before {
  background-color: #5a8dee;
  border-color: #5a8dee;
}

.fxt-template-layout3 .fxt-footer {
  text-align: center;
}

.fxt-template-layout3 .fxt-footer p {
  color: #999898;
  margin-bottom: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}

.fxt-template-layout3 .fxt-footer .fxt-btn-resend {
  margin-left: 3px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #63bbff;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout3 .fxt-footer .fxt-btn-resend:focus {
  outline: none;
}

.fxt-template-layout3 .fxt-footer .fxt-btn-resend:hover {
  color: #000000;
}

.fxt-template-layout3 .fxt-footer .text-or {
  margin-left: 3px;
  color: #000000;
}

/*========================================================================
7. Demo Layout Four
=========================================================================*/

.fxt-template-layout4 {
  min-height: 100vh;
}

.fxt-template-layout4 .fxt-bg-wrap {
  padding: 8vh 0 8vh 16vw;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}

.fxt-template-layout4 .fxt-bg-wrap:before {
  position: absolute;
  z-index: 0;
  background-color: #01cc66;
  content: "";
  min-height: 100%;
  width: 35vw;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1199px) {
  .fxt-template-layout4 .fxt-bg-wrap {
    padding: 8vh 0 8vh 10vw;
  }
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout4 .fxt-bg-wrap {
    padding: 6vh 0 6vh 6vw;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout4 .fxt-bg-wrap {
    padding: 5vh 4vw;
  }
}

.fxt-template-layout4 .fxt-checkbox-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.fxt-template-layout4 .fxt-bg-color {
  background-color: #ffffff;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 45px;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout4 .fxt-bg-color {
    padding: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout4 .fxt-bg-color {
    min-height: 100%;
    padding: 20px 30px;
    justify-content: center;
  }
}

.fxt-template-layout4 .fxt-bg-img {
  padding: 40px 50px;
  min-height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout4 .fxt-bg-img {
    padding: 30px 20px;
    padding: 30px;
  }
}

.fxt-template-layout4 .fxt-bg-img:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(2, 2, 3, 0.6);
  left: 0;
  top: 0;
  position: absolute;
  z-index: 0;
}

.fxt-template-layout4 .fxt-bg-img:after {
  content: "";
  right: 0;
  top: 20%;
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 20px solid #fff;
  border-bottom: 15px solid transparent;
}

.fxt-template-layout4 .fxt-header {
  height: 100%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  text-align: center;
}

.fxt-template-layout4 .fxt-header .fxt-logo {
  display: block;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 40vw;
}

.fxt-template-layout4 .fxt-header h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout4 .fxt-header h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout4 .fxt-header h1 {
    font-size: 28px;
  }
}

.fxt-template-layout4 .fxt-header p {
  color: #fff;
}

.fxt-template-layout4 .fxt-content {
  padding: 30px;
  max-width: 460px;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .fxt-template-layout4 .fxt-content {
    padding: 0;
  }
}

.fxt-template-layout4 .fxt-form {
  margin-top: 30px;
}

.fxt-template-layout4 .fxt-form .fxt-otp-logo {
  margin-bottom: 20px;
  display: block;
}

.fxt-template-layout4 .fxt-form h2 {
  font-weight: 700;
  margin-bottom: 25px;
}

.fxt-template-layout4 .fxt-form p {
  margin-bottom: 30px;
  font-size: 17px;
}

.fxt-template-layout4 .fxt-form p span {
  display: block;
}

.fxt-template-layout4 .fxt-form .fxt-otp-label {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.fxt-template-layout4 .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.fxt-template-layout4 .fxt-form .form-group .input-label {
  margin-bottom: 10px;
}

.fxt-template-layout4 .fxt-form .form-group .field-icon {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 18px;
  padding: 0 5px;
  color: #c5c5c5;
  font-size: 14px;
}

.fxt-template-layout4 .fxt-form .form-group .field-icon:before {
  padding: 17px 10px;
}

.fxt-template-layout4 .fxt-form .form-control {
  min-height: 40px;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 30px 10px 0;
  color: #111;
}

.fxt-template-layout4 .fxt-form input::-webkit-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout4 .fxt-form input::-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout4 .fxt-form input:-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout4 .fxt-form input:-ms-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout4 .fxt-form .fxt-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.fxt-template-layout4 .fxt-form .fxt-form-row .fxt-form-col {
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
}

.fxt-template-layout4 .fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-right: 0;
}

.fxt-template-layout4 .fxt-form .fxt-form-btn {
  margin-bottom: 20px;
}

.fxt-template-layout4 .fxt-btn-fill {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 3px;
  background-color: #01cc66;
  padding: 10px 36px;
  margin-bottom: 10px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout4 .fxt-btn-fill:focus {
  outline: none;
}

.fxt-template-layout4 ul.fxt-socials {
  text-align: center;
}

.fxt-template-layout4 ul.fxt-socials li {
  display: inline-block;
  margin-right: 4px;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout4 ul.fxt-socials li {
    margin-right: 2px;
  }
}

.fxt-template-layout4 ul.fxt-socials li:last-child {
  margin-right: 0;
}

.fxt-template-layout4 ul.fxt-socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 40px;
  width: 40px;
  color: #ffffff;
  border-radius: 50%;
  border: 1px solid;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout4 ul.fxt-socials li.fxt-facebook a {
  background-color: #3b5998;
  border-color: #3b5998;
}

.fxt-template-layout4 ul.fxt-socials li.fxt-facebook a:hover {
  background-color: transparent;
  color: #3b5998;
}

.fxt-template-layout4 ul.fxt-socials li.fxt-twitter a {
  background-color: #00acee;
  border-color: #00acee;
}

.fxt-template-layout4 ul.fxt-socials li.fxt-twitter a:hover {
  background-color: transparent;
  color: #00acee;
}

.fxt-template-layout4 ul.fxt-socials li.fxt-google a {
  background-color: #CC3333;
  border-color: #CC3333;
}

.fxt-template-layout4 ul.fxt-socials li.fxt-google a:hover {
  background-color: transparent;
  color: #CC3333;
}

.fxt-template-layout4 ul.fxt-socials li.fxt-instagram a {
  background-color: #3f729b;
  border-color: #3f729b;
}

.fxt-template-layout4 ul.fxt-socials li.fxt-instagram a:hover {
  background-color: transparent;
  color: #3f729b;
}

.fxt-template-layout4 ul.fxt-socials li.fxt-linkedin a {
  background-color: #0077B5;
  border-color: #0077B5;
}

.fxt-template-layout4 ul.fxt-socials li.fxt-linkedin a:hover {
  background-color: transparent;
  color: #0077B5;
}

.fxt-template-layout4 ul.fxt-socials li.fxt-youtube a {
  background-color: #c4302b;
  border-color: #c4302b;
}

.fxt-template-layout4 ul.fxt-socials li.fxt-youtube a:hover {
  background-color: transparent;
  color: #c4302b;
}

.fxt-template-layout4 .switcher-text {
  color: #63bbff;
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout4 .switcher-text:hover {
  color: #000000;
}

.fxt-template-layout4 .switcher-text2 {
  color: #63bbff;
  font-size: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout4 .switcher-text2.inline-text {
  margin-left: 3px;
}

.fxt-template-layout4 .switcher-text2:hover {
  color: #000000;
}

.fxt-template-layout4 .checkbox {
  padding-left: 5px;
  margin-right: 30px;
  margin-bottom: 5px;
}

.fxt-template-layout4 .checkbox label {
  padding-left: 20px;
  color: #a4a4a4;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}

.fxt-template-layout4 .checkbox label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  margin-left: -5px;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.fxt-template-layout4 .checkbox label:after {
  position: absolute;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 10px;
  color: #555555;
}

.fxt-template-layout4 .checkbox input[type=checkbox] {
  display: none;
}

.fxt-template-layout4 .checkbox input[type=checkbox]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #ffffff;
  left: 15px;
  top: 4px;
}

.fxt-template-layout4 .checkbox input[type=checkbox]:checked + label::before {
  background-color: #01cc66;
  border-color: #01cc66;
}

.fxt-template-layout4 .fxt-footer {
  text-align: center;
}

.fxt-template-layout4 .fxt-footer p {
  color: #999898;
  margin-bottom: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}

.fxt-template-layout4 .fxt-footer .fxt-btn-resend {
  margin-left: 3px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #63bbff;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout4 .fxt-footer .fxt-btn-resend:focus {
  outline: none;
}

.fxt-template-layout4 .fxt-footer .fxt-btn-resend:hover {
  color: #000000;
}

.fxt-template-layout4 .fxt-footer .text-or {
  margin-left: 3px;
  color: #000000;
}

/*========================================================================
8. Demo Layout Five
=========================================================================*/

.fxt-template-layout5 {
  display: flex;
  justify-content: center;
}

.fxt-template-layout5 .fxt-intro {
  max-width: 500px;
  width: 100%;
  padding: 30px;
}

.fxt-template-layout5 .fxt-intro .sub-title {
  font-weight: 300;
  font-size: 40px;
  color: #fff;
  line-height: 1.5;
}

@media only screen and (max-width: 1199px) {
  .fxt-template-layout5 .fxt-intro .sub-title {
    font-size: 30px;
  }
}

.fxt-template-layout5 .fxt-intro h1 {
  font-size: 88px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1199px) {
  .fxt-template-layout5 .fxt-intro h1 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout5 .fxt-intro h1 {
    font-size: 50px;
  }
}

.fxt-template-layout5 .fxt-intro p {
  color: #fff;
}

.fxt-template-layout5 .fxt-content-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fxt-template-layout5 .fxt-bg-color {
  position: relative;
  max-width: 530px;
  background-color: #ffffff;
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
}

.fxt-template-layout5 .fxt-bg-img {
  min-height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fxt-template-layout5 .fxt-header {
  text-align: center;
}

.fxt-template-layout5 .fxt-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  margin-bottom: 40px;
}

.fxt-template-layout5 .fxt-form .fxt-otp-logo {
  margin-bottom: 20px;
  display: block;
}

.fxt-template-layout5 .fxt-form h2 {
  font-weight: 700;
  margin-bottom: 25px;
}

.fxt-template-layout5 .fxt-form p {
  margin-bottom: 30px;
  font-size: 17px;
}

.fxt-template-layout5 .fxt-form p span {
  display: block;
}

.fxt-template-layout5 .fxt-form .fxt-otp-label {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}

.fxt-template-layout5 .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.fxt-template-layout5 .fxt-form .form-group i {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.fxt-template-layout5 .fxt-form .form-group [class^=flaticon-]:before,
        .fxt-template-layout5 .fxt-form .form-group [class*=" flaticon-"]:before,
        .fxt-template-layout5 .fxt-form .form-group [class^=flaticon-]:after,
        .fxt-template-layout5 .fxt-form .form-group [class*=" flaticon-"]:after {
  margin-left: 0;
  font-size: 17px;
  color: #a1a1a1;
}

.fxt-template-layout5 .fxt-form .form-control {
  min-height: 40px;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 10px 10px 30px;
  color: #111111;
}

.fxt-template-layout5 .fxt-form input::-webkit-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout5 .fxt-form input::-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout5 .fxt-form input:-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout5 .fxt-form input:-ms-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout5 .fxt-form .fxt-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.fxt-template-layout5 .fxt-form .fxt-form-row .fxt-form-col {
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
  padding: 10px;
  text-align: center;
}

.fxt-template-layout5 .fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-right: 0;
}

.fxt-template-layout5 .fxt-form .fxt-form-btn {
  margin-bottom: 10px;
}

.fxt-template-layout5 .fxt-form .fxt-resend-wrap {
  color: #999898;
  margin-bottom: 10px;
  display: inline-flex;
  flex-wrap: wrap;
}

.fxt-template-layout5 .fxt-form .fxt-btn-resend {
  margin-left: 3px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #63bbff;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout5 .fxt-form .fxt-btn-resend:focus {
  outline: none;
}

.fxt-template-layout5 .fxt-form .fxt-btn-resend:hover {
  color: #000000;
}

.fxt-template-layout5 .fxt-form .text-or {
  margin-left: 3px;
  color: #000000;
}

.fxt-template-layout5 .fxt-logo {
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 40vw;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout5 .fxt-logo {
    margin-top: 30px;
  }
}

.fxt-template-layout5 .fxt-page-switcher {
  position: absolute;
  left: -97px;
  top: 100px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout5 .fxt-page-switcher {
    position: inherit;
    left: inherit;
    top: inherit;
    flex-direction: inherit;
    margin-bottom: 30px;
  }
}

.fxt-template-layout5 .fxt-page-switcher .switcher-text {
  color: #fff;
  font-size: 18px;
  padding: 10px 30px 10px 20px;
  border-radius: 45px 0 0 45px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout5 .fxt-page-switcher .switcher-text.active {
  color: #000;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout5 .fxt-page-switcher .switcher-text.switcher-text1,
    .fxt-template-layout5 .fxt-page-switcher .switcher-text.switcher-text2 {
    background-color: #eaeaea;
    color: #000;
    padding: 6px 30px 6px 20px;
    font-size: 16px;
  }

  .fxt-template-layout5 .fxt-page-switcher .switcher-text.switcher-text1.active,
        .fxt-template-layout5 .fxt-page-switcher .switcher-text.switcher-text2.active {
    color: #0e9d88;
    background-color: #e4e4e4;
  }

  .fxt-template-layout5 .fxt-page-switcher .switcher-text.switcher-text1 {
    border-radius: 45px 0 0 45px;
  }

  .fxt-template-layout5 .fxt-page-switcher .switcher-text.switcher-text2 {
    border-radius: 0 45px 45px 0;
  }
}

.fxt-template-layout5 .fxt-btn-fill {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 45px;
  background-color: #10b099;
  padding: 10px 36px;
  margin-bottom: 10px;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout5 .fxt-btn-fill:hover {
  background-color: #0e9d88;
  border-color: #0e9d88;
}

.fxt-template-layout5 .fxt-btn-fill:focus {
  outline: none;
}

.fxt-template-layout5 .switcher-text3 {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px 0;
  color: #9f9f9f;
  font-size: 15px;
  margin-top: 5px;
  display: block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout5 .switcher-text3:last-child {
  margin-right: 0;
}

.fxt-template-layout5 .switcher-text3:hover {
  color: #666;
}

.fxt-template-layout5 .switcher-text3.active {
  color: #666;
}

.fxt-template-layout5 ul.fxt-socials {
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout5 ul.fxt-socials {
    margin-bottom: 10px;
  }
}

.fxt-template-layout5 ul.fxt-socials li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout5 ul.fxt-socials li {
    margin-right: 2px;
  }
}

.fxt-template-layout5 ul.fxt-socials li:last-child {
  margin-right: 0;
}

.fxt-template-layout5 ul.fxt-socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 40px;
  width: 40px;
  color: #ffffff;
  border-radius: 50%;
  border: 1px solid;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout5 ul.fxt-socials li.fxt-facebook a {
  background-color: #3b5998;
  border-color: #3b5998;
}

.fxt-template-layout5 ul.fxt-socials li.fxt-facebook a:hover {
  background-color: transparent;
  color: #3b5998;
}

.fxt-template-layout5 ul.fxt-socials li.fxt-twitter a {
  background-color: #00acee;
  border-color: #00acee;
}

.fxt-template-layout5 ul.fxt-socials li.fxt-twitter a:hover {
  background-color: transparent;
  color: #00acee;
}

.fxt-template-layout5 ul.fxt-socials li.fxt-google a {
  background-color: #CC3333;
  border-color: #CC3333;
}

.fxt-template-layout5 ul.fxt-socials li.fxt-google a:hover {
  background-color: transparent;
  color: #CC3333;
}

.fxt-template-layout5 ul.fxt-socials li.fxt-instagram a {
  background-color: #3f729b;
  border-color: #3f729b;
}

.fxt-template-layout5 ul.fxt-socials li.fxt-instagram a:hover {
  background-color: transparent;
  color: #3f729b;
}

.fxt-template-layout5 ul.fxt-socials li.fxt-linkedin a {
  background-color: #0077B5;
  border-color: #0077B5;
}

.fxt-template-layout5 ul.fxt-socials li.fxt-linkedin a:hover {
  background-color: transparent;
  color: #0077B5;
}

.fxt-template-layout5 ul.fxt-socials li.fxt-pinterest a {
  background-color: #bd081c;
  border-color: #bd081c;
}

.fxt-template-layout5 ul.fxt-socials li.fxt-pinterest a:hover {
  background-color: transparent;
  color: #bd081c;
}

.fxt-template-layout5 .checkbox {
  padding-left: 5px;
  margin-bottom: 10px;
}

.fxt-template-layout5 .checkbox label {
  padding-left: 20px;
  color: #a4a4a4;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}

.fxt-template-layout5 .checkbox label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  margin-left: -5px;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.fxt-template-layout5 .checkbox label:after {
  position: absolute;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 10px;
  color: #555555;
}

.fxt-template-layout5 .checkbox input[type=checkbox] {
  display: none;
}

.fxt-template-layout5 .checkbox input[type=checkbox]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #ffffff;
  left: 15px;
  top: 4px;
}

.fxt-template-layout5 .checkbox input[type=checkbox]:checked + label::before {
  background-color: #0e9d88;
  border-color: #0e9d88;
}

.fxt-template-layout5 .fxt-footer {
  text-align: center;
}

/*========================================================================
9. Demo Layout Six
=========================================================================*/

/*========================================================================
10. Demo Layout Seven
=========================================================================*/

.fxt-template-layout7 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 15px;
}

.fxt-template-layout7 .fxt-checkbox-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.fxt-template-layout7 .fxt-bg-color {
  display: flex;
  padding: 0;
  box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.07);
}

.fxt-template-layout7 .fxt-content {
  padding: 65px 90px 45px;
  width: 100%;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout7 .fxt-content {
    padding: 65px 30px 45px;
  }
}

.fxt-template-layout7 .fxt-header {
  text-align: center;
  margin-bottom: 50px;
}

.fxt-template-layout7 .fxt-header .fxt-logo {
  display: block;
  margin-bottom: 7px;
}

.fxt-template-layout7 .fxt-header h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}

.fxt-template-layout7 .fxt-header p {
  color: #999898;
}

.fxt-template-layout7 .fxt-form h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 5px;
}

.fxt-template-layout7 .fxt-form p {
  font-size: 18px;
  color: #111111;
  text-align: center;
}

.fxt-template-layout7 .fxt-form p span {
  display: block;
}

.fxt-template-layout7 .fxt-form .fxt-otp-logo {
  text-align: center;
  margin-bottom: 20px;
  display: block;
}

.fxt-template-layout7 .fxt-form .fxt-otp-label {
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}

.fxt-template-layout7 .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.fxt-template-layout7 .fxt-form .form-group .field-icon {
  position: absolute;
  z-index: 1;
  right: 19px;
  bottom: 18px;
  font-size: 14px;
  color: #a1a1a1;
}

.fxt-template-layout7 .fxt-form .form-group .field-icon:before {
  padding: 17px 10px;
}

.fxt-template-layout7 .fxt-form .form-control {
  min-height: 50px;
  box-shadow: none;
  border: 1px solid #e7e7e7;
  padding: 10px 15px;
  color: #111;
}

.fxt-template-layout7 .fxt-form input::-webkit-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout7 .fxt-form input::-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout7 .fxt-form input:-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout7 .fxt-form input:-ms-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout7 .fxt-form .fxt-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.fxt-template-layout7 .fxt-form .fxt-form-row .fxt-form-col {
  padding: 10px 5px;
  text-align: center;
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
}

.fxt-template-layout7 .fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-right: 0;
}

.fxt-template-layout7 .fxt-form .fxt-form-btn {
  margin-bottom: 10px;
}

.fxt-template-layout7 .fxt-btn-fill {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 3px;
  background-color: #2e4bf1;
  padding: 10px 36px;
  margin-bottom: 10px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout7 .fxt-btn-fill:hover {
  background-color: #4b7cda;
  border-color: #4b7cda;
}

.fxt-template-layout7 .fxt-btn-fill:focus {
  outline: none;
}

.fxt-template-layout7 .switcher-text {
  color: #63bbff;
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout7 .switcher-text:hover {
  color: #000000;
}

.fxt-template-layout7 .switcher-text2 {
  color: #63bbff;
  font-size: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout7 .switcher-text2.inline-text {
  margin-left: 3px;
}

.fxt-template-layout7 .switcher-text2:hover {
  color: #000000;
}

.fxt-template-layout7 .fxt-style-line {
  overflow: hidden;
  text-align: center;
}

.fxt-template-layout7 .fxt-style-line h3 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 20px;
  color: #a4a4a4;
  display: inline-block;
  position: relative;
  padding: 0 25px;
  z-index: 1;
}

.fxt-template-layout7 .fxt-style-line h3:before {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ebebeb;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout7 .fxt-style-line h3:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ebebeb;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout7 ul.fxt-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 20px;
}

.fxt-template-layout7 ul.fxt-socials li {
  max-width: 100%;
  flex: 0 0 33.33333%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout7 ul.fxt-socials li {
    flex: 0 0 50%;
  }
}

@media only screen and (max-width: 350px) {
  .fxt-template-layout7 ul.fxt-socials li {
    flex: 0 0 100%;
  }
}

.fxt-template-layout7 ul.fxt-socials li a {
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  height: 45px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout7 ul.fxt-socials li a i {
  border-radius: 2px 0 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
}

.fxt-template-layout7 ul.fxt-socials li a span {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.fxt-template-layout7 ul.fxt-socials li.fxt-facebook a {
  background-color: #3b5998;
}

.fxt-template-layout7 ul.fxt-socials li.fxt-facebook a i {
  background-color: #4867aa;
}

.fxt-template-layout7 ul.fxt-socials li.fxt-facebook a:hover {
  background-color: #5676bb;
}

.fxt-template-layout7 ul.fxt-socials li.fxt-twitter a {
  background-color: #00acee;
}

.fxt-template-layout7 ul.fxt-socials li.fxt-twitter a i {
  background-color: #33ccff;
}

.fxt-template-layout7 ul.fxt-socials li.fxt-twitter a:hover {
  background-color: #3dc5f3;
}

.fxt-template-layout7 ul.fxt-socials li.fxt-google a {
  background-color: #CC3333;
}

.fxt-template-layout7 ul.fxt-socials li.fxt-google a i {
  background-color: #db4437;
}

.fxt-template-layout7 ul.fxt-socials li.fxt-google a:hover {
  background-color: #e75042;
}

.fxt-template-layout7 .checkbox {
  padding-left: 5px;
  margin-right: 30px;
  margin-bottom: 5px;
}

.fxt-template-layout7 .checkbox label {
  padding-left: 20px;
  color: #a4a4a4;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}

.fxt-template-layout7 .checkbox label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  margin-left: -5px;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.fxt-template-layout7 .checkbox label:after {
  position: absolute;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 10px;
  color: #555555;
}

.fxt-template-layout7 .checkbox input[type=checkbox] {
  display: none;
}

.fxt-template-layout7 .checkbox input[type=checkbox]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #ffffff;
  left: 15px;
  top: 4px;
}

.fxt-template-layout7 .checkbox input[type=checkbox]:checked + label::before {
  background-color: #2e4bf1;
  border-color: #2e4bf1;
}

.fxt-template-layout7 .fxt-footer {
  text-align: center;
}

.fxt-template-layout7 .fxt-footer p {
  color: #999898;
}

.fxt-template-layout7 .fxt-footer .fxt-resend-wrap {
  margin-bottom: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}

.fxt-template-layout7 .fxt-footer .fxt-btn-resend {
  margin-left: 3px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #63bbff;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout7 .fxt-footer .fxt-btn-resend:focus {
  outline: none;
}

.fxt-template-layout7 .fxt-footer .fxt-btn-resend:hover {
  color: #000000;
}

.fxt-template-layout7 .fxt-footer .text-or {
  margin-left: 3px;
  color: #000000;
}

/*========================================================================
11. Demo Layout Eight
=========================================================================*/

.fxt-template-layout8 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  min-height: 100vh;
  z-index: 1;
  padding: 50px 15px 20px;
}

.fxt-template-layout8:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}

.fxt-template-layout8 .fxt-checkbox-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.fxt-template-layout8 .fxt-content {
  max-width: 460px;
  width: 100%;
}

.fxt-template-layout8 .fxt-header {
  text-align: center;
  margin-bottom: 50px;
}

.fxt-template-layout8 .fxt-logo {
  display: block;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 40vw;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout8 .fxt-logo {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout8 .fxt-logo {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout8 .fxt-logo {
    margin-bottom: 40px;
  }
}

.fxt-template-layout8 .fxt-form h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #e4e4e4;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout8 .fxt-form h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout8 .fxt-form h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout8 .fxt-form h2 {
    font-size: 22px;
  }
}

.fxt-template-layout8 .fxt-form .fxt-otp-logo {
  margin-bottom: 20px;
  display: block;
}

.fxt-template-layout8 .fxt-form .fxt-otp-label {
  width: 100%;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #e4e4e4;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout8 .fxt-form .fxt-otp-label {
    font-size: 17px;
  }
}

.fxt-template-layout8 .fxt-form .fxt-sending-to {
  font-size: 16px;
  margin-bottom: 20px;
  color: #ffffff;
}

.fxt-template-layout8 .fxt-form .fxt-sending-to span {
  display: block;
}

.fxt-template-layout8 .fxt-form p {
  font-size: 20px;
  color: #ffffff;
}

.fxt-template-layout8 .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}

.fxt-template-layout8 .fxt-form .form-group .field-icon {
  position: absolute;
  z-index: 1;
  right: 19px;
  bottom: 18px;
  font-size: 14px;
  color: #bebebe;
}

.fxt-template-layout8 .fxt-form .form-group .field-icon:before {
  padding: 17px 10px;
}

.fxt-template-layout8 .fxt-form .form-control {
  min-height: 50px;
  box-shadow: none;
  border: 1px solid #8385bf;
  padding: 10px 15px;
  background-color: transparent;
  color: #fff;
}

.fxt-template-layout8 .fxt-form input::-webkit-input-placeholder {
  color: #bebebe;
  font-size: 18px;
  font-weight: 300;
}

.fxt-template-layout8 .fxt-form input::-moz-placeholder {
  color: #bebebe;
  font-size: 18px;
  font-weight: 300;
}

.fxt-template-layout8 .fxt-form input:-moz-placeholder {
  color: #bebebe;
  font-size: 18px;
  font-weight: 300;
}

.fxt-template-layout8 .fxt-form input:-ms-input-placeholder {
  color: #bebebe;
  font-size: 18px;
  font-weight: 300;
}

.fxt-template-layout8 .fxt-form .fxt-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.fxt-template-layout8 .fxt-form .fxt-form-row .fxt-form-col {
  padding: 10px 5px;
  text-align: center;
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
}

.fxt-template-layout8 .fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-right: 0;
}

.fxt-template-layout8 .fxt-form .fxt-form-btn {
  margin-bottom: 10px;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit{
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox']{
  border-radius: 0px;
}

[type='radio']{
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  [type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  [type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active) {
  [type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

.container{
  width: 100%;
}

@media (min-width: 420px){
  .container{
    max-width: 420px;
  }
}

@media (min-width: 576px){
  .container{
    max-width: 576px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 992px){
  .container{
    max-width: 992px;
  }
}

@media (min-width: 1200px){
  .container{
    max-width: 1200px;
  }
}

@media (min-width: 1400px){
  .container{
    max-width: 1400px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

.right-0{
  right: 0px;
}

.z-50{
  z-index: 50;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-3{
  margin-left: 0.75rem;
}

.ml-4{
  margin-left: 1rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-8{
  margin-top: 2rem;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.table-caption{
  display: table-caption;
}

.table-cell{
  display: table-cell;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-16{
  height: 4rem;
}

.h-4{
  height: 1rem;
}

.h-48{
  height: 12rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

.h-full{
  height: 100%;
}

.min-h-screen{
  min-height: 100vh;
}

.w-10{
  width: 2.5rem;
}

.w-4{
  width: 1rem;
}

.w-48{
  width: 12rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-8{
  width: 2rem;
}

.w-full{
  width: 100%;
}

.min-w-full{
  min-width: 100%;
}

.max-w-4xl{
  max-width: 56rem;
}

.max-w-6xl{
  max-width: 72rem;
}

.max-w-7xl{
  max-width: 80rem;
}

.max-w-md{
  max-width: 28rem;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.flex-grow{
  flex-grow: 1;
}

.grow{
  flex-grow: 1;
}

.border-collapse{
  border-collapse: collapse;
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.resize{
  resize: both;
}

.list-inside{
  list-style-position: inside;
}

.list-decimal{
  list-style-type: decimal;
}

.list-disc{
  list-style-type: disc;
}

.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flex-col{
  flex-direction: column;
}

.items-start{
  align-items: flex-start;
}

.items-center{
  align-items: center;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.gap-4{
  gap: 1rem;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-blue-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-divide-opacity, 1));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-auto{
  overflow-x: auto;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.break-all{
  word-break: break-all;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.border{
  border-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-l-4{
  border-left-width: 4px;
}

.border-t{
  border-top-width: 1px;
}

.border-blue-100{
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}

.border-blue-400{
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-green-400{
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}

.border-red-400{
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}

.border-transparent{
  border-color: transparent;
}

.border-yellow-400{
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.bg-indigo-600{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}

.bg-yellow-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.font-inter{
  font-family: Inter, sans-serif;
}

.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold{
  font-weight: 700;
}

.font-extrabold{
  font-weight: 800;
}

.font-medium{
  font-weight: 500;
}

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.tracking-wider{
  letter-spacing: 0.05em;
}

.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-green-400{
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}

.text-primary{
  --tw-text-opacity: 1;
  color: rgb(13 38 53 / var(--tw-text-opacity, 1));
}

.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-yellow-700{
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}

.placeholder-gray-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.placeholder-gray-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.\!invert{
  --tw-invert: invert(100%) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.sepia{
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.\!filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-150{
  transition-duration: 150ms;
}

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* Add any custom styles here if needed */

/*For Prealoder*/

/*=======================================================================
1. Typography
=========================================================================*/

html {
  height: 100%;
}

body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  height: 100%;
  line-height: 1.7;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #646464;
  background-color: #fff;
}

p {
  margin: 0 0 20px 0;
  color: #646464;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin: 0 0 20px 0;
  color: #111;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

h1 {
  font-size: 36px;
}

@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 991px) {
  h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 28px;
}

@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 991px) {
  h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 22px;
}

@media only screen and (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 20px;
}

@media only screen and (max-width: 991px) {
  h4 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 18px;
}

@media only screen and (max-width: 991px) {
  h5 {
    font-size: 16px;
  }
}

/*=======================================================================
2. Template Default Style
=========================================================================*/

a {
  text-decoration: none;
}

a:active,
    a:hover,
    a:focus {
  text-decoration: none;
  outline: 0 none;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.fxt-content-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .fxt-none-767 {
    display: none !important;
  }
}

@media only screen and (max-width: 991px) {
  .fxt-none-991 {
    display: none !important;
  }
}

/*Preloader Styles Start*/

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 999999;
}

.preloader .inner {
  width: 99px;
  height: 99px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.preloader .inner > div {
  border-radius: 50%;
  position: absolute;
  animation-name: circle_rotate;
  animation-iteration-count: infinite;
  animation-timing-function: linear cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-duration: 2s;
}

.preloader .inner .line1 {
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
  border-top: 6px solid #740eaf;
  border-left: 6px solid rgba(116, 14, 175, 0);
  border-right: 6px solid rgba(116, 14, 175, 0);
  border-bottom: 6px solid rgba(116, 14, 175, 0);
  animation-delay: 0s;
}

.preloader .inner .line2 {
  width: 70%;
  height: 70%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 6px solid #9726d8;
  border-left: 6px solid rgba(151, 38, 216, 0);
  border-right: 6px solid rgba(151, 38, 216, 0);
  border-bottom: 6px solid rgba(151, 38, 216, 0);
  animation-delay: 0.25s;
}

.preloader .inner .line3 {
  width: 40%;
  height: 40%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 6px solid #be70eb;
  border-left: 6px solid rgba(190, 112, 235, 0);
  border-right: 6px solid rgba(190, 112, 235, 0);
  border-bottom: 6px solid rgba(190, 112, 235, 0);
  animation-delay: 0.5s;
}

@keyframes circle_rotate {
  50%, 100% {
    transform: rotate(405deg);
  }
}

/*Preloader Styles End*/

/*========================================================================
3. Template Animation
=========================================================================*/

.fxt-template-animation {
  position: relative;
  z-index: 1;
  width: 100%;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.fxt-template-animation .fxt-opacity {
  opacity: 0;
}

.fxt-template-animation .fxt-transformY-50 {
  opacity: 0;
  transform: translateY(50px);
}

.fxt-template-animation .fxt-transformX-L-50 {
  opacity: 0;
  transform: translateX(-50px);
}

.fxt-template-animation .fxt-transformX-R-50 {
  opacity: 0;
  transform: translateX(50px);
}

.loaded.fxt-template-animation {
  opacity: 1;
}

.loaded.fxt-template-animation .fxt-opacity {
  opacity: 1;
  transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.loaded.fxt-template-animation .fxt-transformY-50 {
  transform: translateY(0);
  opacity: 1;
  transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.loaded.fxt-template-animation .fxt-transformX-L-50 {
  transform: translateX(0);
  opacity: 1;
  transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.loaded.fxt-template-animation .fxt-transformX-R-50 {
  transform: translateX(0);
  opacity: 1;
  transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.loaded.fxt-template-animation .fxt-transition-delay-1 {
  transition-delay: 0.1s;
}

.loaded.fxt-template-animation .fxt-transition-delay-2 {
  transition-delay: 0.2s;
}

.loaded.fxt-template-animation .fxt-transition-delay-3 {
  transition-delay: 0.3s;
}

.loaded.fxt-template-animation .fxt-transition-delay-4 {
  transition-delay: 0.4s;
}

.loaded.fxt-template-animation .fxt-transition-delay-5 {
  transition-delay: 0.5s;
}

.loaded.fxt-template-animation .fxt-transition-delay-6 {
  transition-delay: 0.6s;
}

.loaded.fxt-template-animation .fxt-transition-delay-7 {
  transition-delay: 0.7s;
}

.loaded.fxt-template-animation .fxt-transition-delay-8 {
  transition-delay: 0.8s;
}

.loaded.fxt-template-animation .fxt-transition-delay-9 {
  transition-delay: 0.9s;
}

.loaded.fxt-template-animation .fxt-transition-delay-10 {
  transition-delay: 1s;
}

.loaded.fxt-template-animation .fxt-transition-delay-11 {
  transition-delay: 1.1s;
}

.loaded.fxt-template-animation .fxt-transition-delay-12 {
  transition-delay: 1.2s;
}

.loaded.fxt-template-animation .fxt-transition-delay-13 {
  transition-delay: 1.3s;
}

.loaded.fxt-template-animation .fxt-transition-delay-14 {
  transition-delay: 1.4s;
}

.loaded.fxt-template-animation .fxt-transition-delay-15 {
  transition-delay: 1.5s;
}

.loaded.fxt-template-animation .fxt-transition-delay-16 {
  transition-delay: 1.6s;
}

.loaded.fxt-template-animation .fxt-transition-delay-17 {
  transition-delay: 1.7s;
}

.loaded.fxt-template-animation .fxt-transition-delay-18 {
  transition-delay: 1.8s;
}

.loaded.fxt-template-animation .fxt-transition-delay-19 {
  transition-delay: 1.9s;
}

.loaded.fxt-template-animation .fxt-transition-delay-20 {
  transition-delay: 2s;
}

/*========================================================================
4. Demo Layout One
=========================================================================*/

.fxt-template-layout1 .fxt-bg-color {
  background-color: #ffffff;
  min-height: 100vh;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 30px 42px;
}

.fxt-template-layout1 .fxt-bg-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fxt-template-layout1 .fxt-content {
  max-width: 450px;
  width: 100%;
}

.fxt-template-layout1 .fxt-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout1 .fxt-header {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout1 .fxt-header {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 479px) {
  .fxt-template-layout1 .fxt-header {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 320px) {
  .fxt-template-layout1 .fxt-header {
    display: block;
  }
}

.fxt-template-layout1 .fxt-header .fxt-logo {
  display: block;
  margin-bottom: 30px;
  width: 200px;
  margin-right: 30px;
  margin-left: 0px;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout1 .fxt-header .fxt-logo {
    display: block;
    margin-bottom: 30px;
    width: 250px;
    margin-right: 30px;
    margin-left: 0px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout1 .fxt-header .fxt-logo {
    display: block;
    margin-bottom: 30px;
    max-width: 30vw;
    margin-right: 30px;
    margin-left: 0px;
  }
}

@media only screen and (max-width: 479px) {
  .fxt-template-layout1 .fxt-header .fxt-logo {
    display: block;
    margin-bottom: 30px;
    max-width: 40vw;
    margin-right: 30px;
    margin-left: 0px;
  }
}

@media only screen and (max-width: 320px) {
  .fxt-template-layout1 .fxt-header .fxt-logo {
    display: block;
    margin-bottom: 30px;
    max-width: 40vw;
    margin-right: 30px;
  }
}

.fxt-template-layout1 .fxt-header .fxt-page-switcher {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.fxt-template-layout1 .fxt-header .fxt-page-switcher .switcher-text1 {
  color: #111111;
  font-size: 18px;
  margin-right: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
  border-right: 1px solid #9f9f9f;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 479px) {
  .fxt-template-layout1 .fxt-header .fxt-page-switcher .switcher-text1 {
    font-size: 16px;
  }
}

.fxt-template-layout1 .fxt-header .fxt-page-switcher .switcher-text1:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.fxt-template-layout1 .fxt-header .fxt-page-switcher .switcher-text1:hover {
  color: #000000;
}

.fxt-template-layout1 .fxt-header .fxt-page-switcher .switcher-text1.active {
  color: #006fba;
}

.fxt-template-layout1 .fxt-form {
  margin-bottom: 40px;
}

.fxt-template-layout1 .fxt-form .fxt-otp-logo {
  margin-bottom: 20px;
  display: block;
}

.fxt-template-layout1 .fxt-form h2 {
  font-weight: 700;
  margin-bottom: 5px;
}

.fxt-template-layout1 .fxt-form p {
  margin-bottom: 30px;
  font-size: 17px;
}

.fxt-template-layout1 .fxt-form p span {
  display: block;
}

.fxt-template-layout1 .fxt-form label {
  font-size: 18px;
  font-weight: 500;
}

.fxt-template-layout1 .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}

.fxt-template-layout1 .fxt-form .form-group i {
  position: absolute;
  z-index: 1;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.fxt-template-layout1 .fxt-form .form-group [class^=flaticon-]:before,
        .fxt-template-layout1 .fxt-form .form-group [class*=" flaticon-"]:before,
        .fxt-template-layout1 .fxt-form .form-group [class^=flaticon-]:after,
        .fxt-template-layout1 .fxt-form .form-group [class*=" flaticon-"]:after {
  margin-left: 0;
  font-size: 17px;
  color: #a1a1a1;
}

.fxt-template-layout1 .fxt-form .form-control {
  border-radius: 0;
  min-height: 40px;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 30px 10px 0;
  color: #111111;
  background-color: #ffffff;
}

.fxt-template-layout1 .fxt-form input::-webkit-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout1 .fxt-form input::-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout1 .fxt-form input:-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout1 .fxt-form input:-ms-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout1 .fxt-form .fxt-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.fxt-template-layout1 .fxt-form .fxt-form-row .fxt-form-col {
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
}

.fxt-template-layout1 .fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-right: 0;
}

.fxt-template-layout1 .fxt-btn-fill {
  margin-right: 30px;
  margin-top: 15px;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 3px;
  background-color: #006fba;
  padding: 10px 36px;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout1 .fxt-btn-fill:hover {
  background-color: #da0000;
  border-color: #da0000;
}

.fxt-template-layout1 .fxt-btn-fill:focus {
  outline: none;
}

.fxt-template-layout1 .switcher-text2 {
  color: #9f9f9f;
  font-size: 15px;
  margin-top: 5px;
  display: block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout1 .switcher-text2:hover {
  color: #666;
}

.fxt-template-layout1 .switcher-text2.active {
  color: #666;
}

.fxt-template-layout1 ul.fxt-socials {
  text-align: center;
}

.fxt-template-layout1 ul.fxt-socials li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 8px;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout1 ul.fxt-socials li {
    margin-right: 2px;
  }
}

.fxt-template-layout1 ul.fxt-socials li:last-child {
  margin-right: 0;
}

.fxt-template-layout1 ul.fxt-socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 40px;
  width: 40px;
  color: #ffffff;
  border-radius: 50%;
  border: 1px solid;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout1 ul.fxt-socials li.fxt-facebook a {
  background-color: #3b5998;
  border-color: #3b5998;
}

.fxt-template-layout1 ul.fxt-socials li.fxt-facebook a:hover {
  background-color: transparent;
  color: #3b5998;
}

.fxt-template-layout1 ul.fxt-socials li.fxt-twitter a {
  background-color: #00acee;
  border-color: #00acee;
}

.fxt-template-layout1 ul.fxt-socials li.fxt-twitter a:hover {
  background-color: transparent;
  color: #00acee;
}

.fxt-template-layout1 ul.fxt-socials li.fxt-google a {
  background-color: #CC3333;
  border-color: #CC3333;
}

.fxt-template-layout1 ul.fxt-socials li.fxt-google a:hover {
  background-color: transparent;
  color: #CC3333;
}

.fxt-template-layout1 ul.fxt-socials li.fxt-instagram a {
  background-color: #3f729b;
  border-color: #3f729b;
}

.fxt-template-layout1 ul.fxt-socials li.fxt-instagram a:hover {
  background-color: transparent;
  color: #3f729b;
}

.fxt-template-layout1 ul.fxt-socials li.fxt-linkedin a {
  background-color: #0077B5;
  border-color: #0077B5;
}

.fxt-template-layout1 ul.fxt-socials li.fxt-linkedin a:hover {
  background-color: transparent;
  color: #0077B5;
}

.fxt-template-layout1 ul.fxt-socials li.fxt-youtube a {
  background-color: #c4302b;
  border-color: #c4302b;
}

.fxt-template-layout1 ul.fxt-socials li.fxt-youtube a:hover {
  background-color: transparent;
  color: #c4302b;
}

.fxt-template-layout1 ul.fxt-socials li.fxt-pinterest a {
  background-color: #bd081c;
  border-color: #bd081c;
}

.fxt-template-layout1 ul.fxt-socials li.fxt-pinterest a:hover {
  background-color: transparent;
  color: #bd081c;
}

.fxt-template-layout1 .fxt-footer p {
  color: #999898;
  margin-bottom: 10px;
  display: inline-flex;
  flex-wrap: wrap;
}

.fxt-template-layout1 .fxt-footer .fxt-btn-resend {
  margin-left: 3px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #63bbff;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout1 .fxt-footer .fxt-btn-resend:focus {
  outline: none;
}

.fxt-template-layout1 .fxt-footer .fxt-btn-resend:hover {
  color: #000000;
}

.fxt-template-layout1 .fxt-footer .text-or {
  margin-left: 3px;
  color: #000000;
}

/*========================================================================
5. Demo Layout Two
=========================================================================*/

.fxt-template-layout2 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout2 {
    padding: 15px;
  }
}

.fxt-template-layout2 .fxt-checkbox-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.fxt-template-layout2 .fxt-bg-color {
  background-color: #ffffff;
  display: flex;
  padding: 0;
}

.fxt-template-layout2 .fxt-bg-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0;
  padding: 0;
}

.fxt-template-layout2 .fxt-content {
  padding: 100px 65px 70px 80px;
  width: 100%;
  box-shadow: 3px 0 79px 0 rgba(0, 0, 0, 0.08);
}

@media only screen and (max-width: 1199px) {
  .fxt-template-layout2 .fxt-content {
    padding: 100px 35px 70px 50px;
  }
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout2 .fxt-content {
    padding: 100px 70px 70px 70px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout2 .fxt-content {
    padding: 80px 50px 50px 50px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout2 .fxt-content {
    padding: 60px 30px 30px 30px;
  }
}

@media only screen and (max-width: 479px) {
  .fxt-template-layout2 .fxt-content {
    padding: 50px 20px 20px 20px;
  }
}

.fxt-template-layout2 .fxt-header {
  text-align: center;
}

.fxt-template-layout2 .fxt-logo {
  display: block;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 40vw;
}

.fxt-template-layout2 .fxt-form {
  text-align: center;
}

.fxt-template-layout2 .fxt-form .fxt-otp-logo {
  margin-bottom: 20px;
  display: block;
}

.fxt-template-layout2 .fxt-form h2 {
  font-weight: 700;
  margin-bottom: 5px;
}

.fxt-template-layout2 .fxt-form p {
  margin-bottom: 30px;
  font-size: 17px;
}

.fxt-template-layout2 .fxt-form p span {
  display: block;
}

.fxt-template-layout2 .fxt-form label {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}

.fxt-template-layout2 .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}

.fxt-template-layout2 .fxt-form .form-control {
  min-height: 50px;
  box-shadow: none;
  border: 1px solid #e7e7e7;
  padding: 10px 15px;
  color: #111111;
  background-color: #ffffff;
}

.fxt-template-layout2 .fxt-form input::-webkit-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout2 .fxt-form input::-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout2 .fxt-form input:-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout2 .fxt-form input:-ms-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout2 .fxt-form .fxt-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.fxt-template-layout2 .fxt-form .fxt-form-row .fxt-form-col {
  text-align: center;
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
}

.fxt-template-layout2 .fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-right: 0;
}

.fxt-template-layout2 .fxt-form .fxt-form-btn {
  margin-bottom: 20px;
}

.fxt-template-layout2 .fxt-btn-fill {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 3px;
  background-color: #006fba;
  padding: 10px 36px;
  margin-bottom: 10px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout2 .fxt-btn-fill:hover {
  background-color: #da0000;
  border-color: #da0000;
}

.fxt-template-layout2 .fxt-btn-fill:focus {
  outline: none;
}

.fxt-template-layout2 .switcher-text {
  color: #63bbff;
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout2 .switcher-text:hover {
  color: #000000;
}

.fxt-template-layout2 .switcher-text2 {
  color: #63bbff;
  font-size: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout2 .switcher-text2.inline-text {
  margin-left: 3px;
}

.fxt-template-layout2 .switcher-text2:hover {
  color: #000000;
}

.fxt-template-layout2 .fxt-style-line {
  overflow: hidden;
  text-align: center;
}

.fxt-template-layout2 .fxt-style-line h2 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 20px;
  color: #a4a4a4;
  display: inline-block;
  position: relative;
  padding: 0 25px;
  z-index: 1;
}

.fxt-template-layout2 .fxt-style-line h2:before {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ebebeb;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout2 .fxt-style-line h2:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ebebeb;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout2 ul.fxt-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 20px;
}

.fxt-template-layout2 ul.fxt-socials li {
  max-width: 100%;
  flex: 0 0 33.33333%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout2 ul.fxt-socials li {
    flex: 0 0 50%;
  }
}

@media only screen and (max-width: 350px) {
  .fxt-template-layout2 ul.fxt-socials li {
    flex: 0 0 100%;
  }
}

.fxt-template-layout2 ul.fxt-socials li a {
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  height: 45px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout2 ul.fxt-socials li a i {
  border-radius: 2px 0 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
}

.fxt-template-layout2 ul.fxt-socials li a span {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.fxt-template-layout2 ul.fxt-socials li.fxt-facebook a {
  background-color: #3b5998;
}

.fxt-template-layout2 ul.fxt-socials li.fxt-facebook a i {
  background-color: #4867aa;
}

.fxt-template-layout2 ul.fxt-socials li.fxt-facebook a:hover {
  background-color: #5676bb;
}

.fxt-template-layout2 ul.fxt-socials li.fxt-twitter a {
  background-color: #00acee;
}

.fxt-template-layout2 ul.fxt-socials li.fxt-twitter a i {
  background-color: #33ccff;
}

.fxt-template-layout2 ul.fxt-socials li.fxt-twitter a:hover {
  background-color: #3dc5f3;
}

.fxt-template-layout2 ul.fxt-socials li.fxt-google a {
  background-color: #CC3333;
}

.fxt-template-layout2 ul.fxt-socials li.fxt-google a i {
  background-color: #db4437;
}

.fxt-template-layout2 ul.fxt-socials li.fxt-google a:hover {
  background-color: #e75042;
}

.fxt-template-layout2 .checkbox {
  padding-left: 5px;
  margin-right: 30px;
  margin-bottom: 5px;
}

.fxt-template-layout2 .checkbox label {
  padding-left: 20px;
  color: #a4a4a4;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}

.fxt-template-layout2 .checkbox label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  margin-left: -5px;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.fxt-template-layout2 .checkbox label:after {
  position: absolute;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 10px;
  color: #555555;
}

.fxt-template-layout2 .checkbox input[type=checkbox] {
  display: none;
}

.fxt-template-layout2 .checkbox input[type=checkbox]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #ffffff;
  left: 15px;
  top: 4px;
}

.fxt-template-layout2 .checkbox input[type=checkbox]:checked + label::before {
  background-color: #006fba;
  border-color: #006fba;
}

.fxt-template-layout2 .fxt-footer {
  text-align: center;
}

.fxt-template-layout2 .fxt-footer p {
  color: #999898;
  margin-bottom: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}

.fxt-template-layout2 .fxt-footer .fxt-btn-resend {
  margin-left: 3px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #63bbff;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout2 .fxt-footer .fxt-btn-resend:focus {
  outline: none;
}

.fxt-template-layout2 .fxt-footer .fxt-btn-resend:hover {
  color: #000000;
}

.fxt-template-layout2 .fxt-footer .text-or {
  margin-left: 3px;
  color: #000000;
}

/*========================================================================
6. Demo Layout Three
=========================================================================*/

.fxt-template-layout3 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 15px;
}

.fxt-template-layout3:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(4, 4, 14, 0.4);
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}

.fxt-template-layout3 .fxt-checkbox-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.fxt-template-layout3 .fxt-bg-color {
  display: flex;
  padding: 0;
}

.fxt-template-layout3 .fxt-bg-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0;
  padding: 0;
}

.fxt-template-layout3 .fxt-content {
  padding: 65px 90px 45px;
  width: 100%;
  background-color: #fff;
}

@media only screen and (max-width: 1199px) {
  .fxt-template-layout3 .fxt-content {
    padding: 65px 70px 45px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout3 .fxt-content {
    padding: 50px 30px 30px;
  }
}

.fxt-template-layout3 .fxt-header {
  padding: 30px 30px 30px 0;
}

.fxt-template-layout3 .fxt-header .fxt-logo {
  display: block;
  margin-bottom: 50px;
  max-width: 40vw;
}

.fxt-template-layout3 .fxt-header h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}

.fxt-template-layout3 .fxt-header p {
  color: #fff;
}

.fxt-template-layout3 .fxt-form .fxt-otp-logo {
  margin-bottom: 20px;
  text-align: center;
  display: block;
}

.fxt-template-layout3 .fxt-form .fxt-otp-title {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 28px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout3 .fxt-form .fxt-otp-title {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout3 .fxt-form .fxt-otp-title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout3 .fxt-form .fxt-otp-title {
    font-size: 22px;
  }
}

.fxt-template-layout3 .fxt-form h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 5px;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout3 .fxt-form h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout3 .fxt-form h2 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout3 .fxt-form h2 {
    font-size: 32px;
  }
}

.fxt-template-layout3 .fxt-form .fxt-otp-label {
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}

.fxt-template-layout3 .fxt-form p {
  font-size: 18px;
  color: #111111;
  text-align: center;
}

.fxt-template-layout3 .fxt-form p span {
  display: block;
}

.fxt-template-layout3 .fxt-form form .input-label {
  color: #979696;
  margin-bottom: 8px;
}

.fxt-template-layout3 .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}

.fxt-template-layout3 .fxt-form .form-group .field-icon {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 18px;
  padding: 0 5px;
  color: #c5c5c5;
  font-size: 14px;
}

.fxt-template-layout3 .fxt-form .form-group .field-icon:before {
  padding: 17px 10px;
}

.fxt-template-layout3 .fxt-form .form-control {
  min-height: 50px;
  box-shadow: none;
  border: 1px solid #e7e7e7;
  padding: 10px 15px;
  color: #111111;
  background-color: #ffffff;
}

.fxt-template-layout3 .fxt-form input::-webkit-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout3 .fxt-form input::-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout3 .fxt-form input:-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout3 .fxt-form input:-ms-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout3 .fxt-form .fxt-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.fxt-template-layout3 .fxt-form .fxt-form-row .fxt-form-col {
  text-align: center;
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
}

.fxt-template-layout3 .fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-right: 0;
}

.fxt-template-layout3 .fxt-form .fxt-form-btn {
  margin-bottom: 20px;
}

.fxt-template-layout3 .fxt-btn-fill {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 3px;
  background-color: #5a8dee;
  padding: 10px 36px;
  margin-bottom: 10px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout3 .fxt-btn-fill:hover {
  background-color: #4b7cda;
  border-color: #4b7cda;
}

.fxt-template-layout3 .fxt-btn-fill:focus {
  outline: none;
}

.fxt-template-layout3 .switcher-text {
  color: #63bbff;
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout3 .switcher-text:hover {
  color: #000000;
}

.fxt-template-layout3 .switcher-text2 {
  color: #63bbff;
  font-size: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout3 .switcher-text2.inline-text {
  margin-left: 3px;
}

.fxt-template-layout3 .switcher-text2:hover {
  color: #000000;
}

.fxt-template-layout3 .fxt-style-line {
  overflow: hidden;
  text-align: center;
}

.fxt-template-layout3 .fxt-style-line h3 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 20px;
  color: #a4a4a4;
  display: inline-block;
  position: relative;
  padding: 0 25px;
  z-index: 1;
}

.fxt-template-layout3 .fxt-style-line h3:before {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ebebeb;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout3 .fxt-style-line h3:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ebebeb;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout3 ul.fxt-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 20px;
}

.fxt-template-layout3 ul.fxt-socials li {
  display: inline-block;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout3 ul.fxt-socials li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.fxt-template-layout3 ul.fxt-socials li a {
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 45px;
  width: 100%;
  color: #ffffff;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout3 ul.fxt-socials li a:before {
  content: "";
  width: 0;
  right: 0;
  left: inherit;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout3 ul.fxt-socials li a:hover:before {
  width: 100%;
  left: 0;
  right: inherit;
}

.fxt-template-layout3 ul.fxt-socials li.fxt-facebook a {
  background-color: #3b5998;
}

.fxt-template-layout3 ul.fxt-socials li.fxt-facebook a:before {
  background-color: #5676bb;
}

.fxt-template-layout3 ul.fxt-socials li.fxt-twitter a {
  background-color: #00acee;
}

.fxt-template-layout3 ul.fxt-socials li.fxt-twitter a:before {
  background-color: #3dc5f3;
}

.fxt-template-layout3 ul.fxt-socials li.fxt-google a {
  background-color: #CC3333;
}

.fxt-template-layout3 ul.fxt-socials li.fxt-google a:before {
  background-color: #e75042;
}

.fxt-template-layout3 ul.fxt-socials li.fxt-linkedin a {
  background-color: #0077B5;
}

.fxt-template-layout3 ul.fxt-socials li.fxt-linkedin a:before {
  background-color: #006da6;
}

.fxt-template-layout3 .checkbox {
  padding-left: 5px;
  margin-right: 30px;
  margin-bottom: 5px;
}

.fxt-template-layout3 .checkbox label {
  padding-left: 20px;
  color: #a4a4a4;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}

.fxt-template-layout3 .checkbox label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  margin-left: -5px;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.fxt-template-layout3 .checkbox label:after {
  position: absolute;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 10px;
  color: #555555;
}

.fxt-template-layout3 .checkbox input[type=checkbox] {
  display: none;
}

.fxt-template-layout3 .checkbox input[type=checkbox]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #ffffff;
  left: 15px;
  top: 4px;
}

.fxt-template-layout3 .checkbox input[type=checkbox]:checked + label::before {
  background-color: #5a8dee;
  border-color: #5a8dee;
}

.fxt-template-layout3 .fxt-footer {
  text-align: center;
}

.fxt-template-layout3 .fxt-footer p {
  color: #999898;
  margin-bottom: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}

.fxt-template-layout3 .fxt-footer .fxt-btn-resend {
  margin-left: 3px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #63bbff;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout3 .fxt-footer .fxt-btn-resend:focus {
  outline: none;
}

.fxt-template-layout3 .fxt-footer .fxt-btn-resend:hover {
  color: #000000;
}

.fxt-template-layout3 .fxt-footer .text-or {
  margin-left: 3px;
  color: #000000;
}

/*========================================================================
7. Demo Layout Four
=========================================================================*/

.fxt-template-layout4 {
  min-height: 100vh;
}

.fxt-template-layout4 .fxt-bg-wrap {
  padding: 8vh 0 8vh 16vw;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}

.fxt-template-layout4 .fxt-bg-wrap:before {
  position: absolute;
  z-index: 0;
  background-color: #01cc66;
  content: "";
  min-height: 100%;
  width: 35vw;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1199px) {
  .fxt-template-layout4 .fxt-bg-wrap {
    padding: 8vh 0 8vh 10vw;
  }
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout4 .fxt-bg-wrap {
    padding: 6vh 0 6vh 6vw;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout4 .fxt-bg-wrap {
    padding: 5vh 4vw;
  }
}

.fxt-template-layout4 .fxt-checkbox-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.fxt-template-layout4 .fxt-bg-color {
  background-color: #ffffff;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 45px;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout4 .fxt-bg-color {
    padding: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout4 .fxt-bg-color {
    min-height: 100%;
    padding: 20px 30px;
    justify-content: center;
  }
}

.fxt-template-layout4 .fxt-bg-img {
  padding: 40px 50px;
  min-height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout4 .fxt-bg-img {
    padding: 30px 20px;
    padding: 30px;
  }
}

.fxt-template-layout4 .fxt-bg-img:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(2, 2, 3, 0.6);
  left: 0;
  top: 0;
  position: absolute;
  z-index: 0;
}

.fxt-template-layout4 .fxt-bg-img:after {
  content: "";
  right: 0;
  top: 20%;
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 20px solid #fff;
  border-bottom: 15px solid transparent;
}

.fxt-template-layout4 .fxt-header {
  height: 100%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  text-align: center;
}

.fxt-template-layout4 .fxt-header .fxt-logo {
  display: block;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 40vw;
}

.fxt-template-layout4 .fxt-header h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout4 .fxt-header h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout4 .fxt-header h1 {
    font-size: 28px;
  }
}

.fxt-template-layout4 .fxt-header p {
  color: #fff;
}

.fxt-template-layout4 .fxt-content {
  padding: 30px;
  max-width: 460px;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .fxt-template-layout4 .fxt-content {
    padding: 0;
  }
}

.fxt-template-layout4 .fxt-form {
  margin-top: 30px;
}

.fxt-template-layout4 .fxt-form .fxt-otp-logo {
  margin-bottom: 20px;
  display: block;
}

.fxt-template-layout4 .fxt-form h2 {
  font-weight: 700;
  margin-bottom: 25px;
}

.fxt-template-layout4 .fxt-form p {
  margin-bottom: 30px;
  font-size: 17px;
}

.fxt-template-layout4 .fxt-form p span {
  display: block;
}

.fxt-template-layout4 .fxt-form .fxt-otp-label {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.fxt-template-layout4 .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.fxt-template-layout4 .fxt-form .form-group .input-label {
  margin-bottom: 10px;
}

.fxt-template-layout4 .fxt-form .form-group .field-icon {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 18px;
  padding: 0 5px;
  color: #c5c5c5;
  font-size: 14px;
}

.fxt-template-layout4 .fxt-form .form-group .field-icon:before {
  padding: 17px 10px;
}

.fxt-template-layout4 .fxt-form .form-control {
  min-height: 40px;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 30px 10px 0;
  color: #111;
}

.fxt-template-layout4 .fxt-form input::-webkit-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout4 .fxt-form input::-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout4 .fxt-form input:-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout4 .fxt-form input:-ms-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout4 .fxt-form .fxt-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.fxt-template-layout4 .fxt-form .fxt-form-row .fxt-form-col {
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
}

.fxt-template-layout4 .fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-right: 0;
}

.fxt-template-layout4 .fxt-form .fxt-form-btn {
  margin-bottom: 20px;
}

.fxt-template-layout4 .fxt-btn-fill {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 3px;
  background-color: #01cc66;
  padding: 10px 36px;
  margin-bottom: 10px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout4 .fxt-btn-fill:hover {
  background-color: #01b058;
  border-color: #01b058;
}

.fxt-template-layout4 .fxt-btn-fill:focus {
  outline: none;
}

.fxt-template-layout4 ul.fxt-socials {
  text-align: center;
}

.fxt-template-layout4 ul.fxt-socials li {
  display: inline-block;
  margin-right: 4px;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout4 ul.fxt-socials li {
    margin-right: 2px;
  }
}

.fxt-template-layout4 ul.fxt-socials li:last-child {
  margin-right: 0;
}

.fxt-template-layout4 ul.fxt-socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 40px;
  width: 40px;
  color: #ffffff;
  border-radius: 50%;
  border: 1px solid;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout4 ul.fxt-socials li.fxt-facebook a {
  background-color: #3b5998;
  border-color: #3b5998;
}

.fxt-template-layout4 ul.fxt-socials li.fxt-facebook a:hover {
  background-color: transparent;
  color: #3b5998;
}

.fxt-template-layout4 ul.fxt-socials li.fxt-twitter a {
  background-color: #00acee;
  border-color: #00acee;
}

.fxt-template-layout4 ul.fxt-socials li.fxt-twitter a:hover {
  background-color: transparent;
  color: #00acee;
}

.fxt-template-layout4 ul.fxt-socials li.fxt-google a {
  background-color: #CC3333;
  border-color: #CC3333;
}

.fxt-template-layout4 ul.fxt-socials li.fxt-google a:hover {
  background-color: transparent;
  color: #CC3333;
}

.fxt-template-layout4 ul.fxt-socials li.fxt-instagram a {
  background-color: #3f729b;
  border-color: #3f729b;
}

.fxt-template-layout4 ul.fxt-socials li.fxt-instagram a:hover {
  background-color: transparent;
  color: #3f729b;
}

.fxt-template-layout4 ul.fxt-socials li.fxt-linkedin a {
  background-color: #0077B5;
  border-color: #0077B5;
}

.fxt-template-layout4 ul.fxt-socials li.fxt-linkedin a:hover {
  background-color: transparent;
  color: #0077B5;
}

.fxt-template-layout4 ul.fxt-socials li.fxt-youtube a {
  background-color: #c4302b;
  border-color: #c4302b;
}

.fxt-template-layout4 ul.fxt-socials li.fxt-youtube a:hover {
  background-color: transparent;
  color: #c4302b;
}

.fxt-template-layout4 .switcher-text {
  color: #63bbff;
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout4 .switcher-text:hover {
  color: #000000;
}

.fxt-template-layout4 .switcher-text2 {
  color: #63bbff;
  font-size: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout4 .switcher-text2.inline-text {
  margin-left: 3px;
}

.fxt-template-layout4 .switcher-text2:hover {
  color: #000000;
}

.fxt-template-layout4 .checkbox {
  padding-left: 5px;
  margin-right: 30px;
  margin-bottom: 5px;
}

.fxt-template-layout4 .checkbox label {
  padding-left: 20px;
  color: #a4a4a4;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}

.fxt-template-layout4 .checkbox label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  margin-left: -5px;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.fxt-template-layout4 .checkbox label:after {
  position: absolute;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 10px;
  color: #555555;
}

.fxt-template-layout4 .checkbox input[type=checkbox] {
  display: none;
}

.fxt-template-layout4 .checkbox input[type=checkbox]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #ffffff;
  left: 15px;
  top: 4px;
}

.fxt-template-layout4 .checkbox input[type=checkbox]:checked + label::before {
  background-color: #01cc66;
  border-color: #01cc66;
}

.fxt-template-layout4 .fxt-footer {
  text-align: center;
}

.fxt-template-layout4 .fxt-footer p {
  color: #999898;
  margin-bottom: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}

.fxt-template-layout4 .fxt-footer .fxt-btn-resend {
  margin-left: 3px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #63bbff;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout4 .fxt-footer .fxt-btn-resend:focus {
  outline: none;
}

.fxt-template-layout4 .fxt-footer .fxt-btn-resend:hover {
  color: #000000;
}

.fxt-template-layout4 .fxt-footer .text-or {
  margin-left: 3px;
  color: #000000;
}

/*========================================================================
8. Demo Layout Five
=========================================================================*/

.fxt-template-layout5 {
  display: flex;
  justify-content: center;
}

.fxt-template-layout5 .fxt-intro {
  max-width: 500px;
  width: 100%;
  padding: 30px;
}

.fxt-template-layout5 .fxt-intro .sub-title {
  font-weight: 300;
  font-size: 40px;
  color: #fff;
  line-height: 1.5;
}

@media only screen and (max-width: 1199px) {
  .fxt-template-layout5 .fxt-intro .sub-title {
    font-size: 30px;
  }
}

.fxt-template-layout5 .fxt-intro h1 {
  font-size: 88px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1199px) {
  .fxt-template-layout5 .fxt-intro h1 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout5 .fxt-intro h1 {
    font-size: 50px;
  }
}

.fxt-template-layout5 .fxt-intro p {
  color: #fff;
}

.fxt-template-layout5 .fxt-content-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fxt-template-layout5 .fxt-bg-color {
  position: relative;
  max-width: 530px;
  background-color: #ffffff;
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
}

.fxt-template-layout5 .fxt-bg-img {
  min-height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fxt-template-layout5 .fxt-header {
  text-align: center;
}

.fxt-template-layout5 .fxt-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  margin-bottom: 40px;
}

.fxt-template-layout5 .fxt-form .fxt-otp-logo {
  margin-bottom: 20px;
  display: block;
}

.fxt-template-layout5 .fxt-form h2 {
  font-weight: 700;
  margin-bottom: 25px;
}

.fxt-template-layout5 .fxt-form p {
  margin-bottom: 30px;
  font-size: 17px;
}

.fxt-template-layout5 .fxt-form p span {
  display: block;
}

.fxt-template-layout5 .fxt-form .fxt-otp-label {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}

.fxt-template-layout5 .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.fxt-template-layout5 .fxt-form .form-group i {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.fxt-template-layout5 .fxt-form .form-group [class^=flaticon-]:before,
        .fxt-template-layout5 .fxt-form .form-group [class*=" flaticon-"]:before,
        .fxt-template-layout5 .fxt-form .form-group [class^=flaticon-]:after,
        .fxt-template-layout5 .fxt-form .form-group [class*=" flaticon-"]:after {
  margin-left: 0;
  font-size: 17px;
  color: #a1a1a1;
}

.fxt-template-layout5 .fxt-form .form-control {
  min-height: 40px;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 10px 10px 30px;
  color: #111111;
}

.fxt-template-layout5 .fxt-form input::-webkit-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout5 .fxt-form input::-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout5 .fxt-form input:-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout5 .fxt-form input:-ms-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout5 .fxt-form .fxt-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.fxt-template-layout5 .fxt-form .fxt-form-row .fxt-form-col {
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
  padding: 10px;
  text-align: center;
}

.fxt-template-layout5 .fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-right: 0;
}

.fxt-template-layout5 .fxt-form .fxt-form-btn {
  margin-bottom: 10px;
}

.fxt-template-layout5 .fxt-form .fxt-resend-wrap {
  color: #999898;
  margin-bottom: 10px;
  display: inline-flex;
  flex-wrap: wrap;
}

.fxt-template-layout5 .fxt-form .fxt-btn-resend {
  margin-left: 3px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #63bbff;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout5 .fxt-form .fxt-btn-resend:focus {
  outline: none;
}

.fxt-template-layout5 .fxt-form .fxt-btn-resend:hover {
  color: #000000;
}

.fxt-template-layout5 .fxt-form .text-or {
  margin-left: 3px;
  color: #000000;
}

.fxt-template-layout5 .fxt-logo {
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 40vw;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout5 .fxt-logo {
    margin-top: 30px;
  }
}

.fxt-template-layout5 .fxt-page-switcher {
  position: absolute;
  left: -97px;
  top: 100px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout5 .fxt-page-switcher {
    position: inherit;
    left: inherit;
    top: inherit;
    flex-direction: inherit;
    margin-bottom: 30px;
  }
}

.fxt-template-layout5 .fxt-page-switcher .switcher-text {
  color: #fff;
  font-size: 18px;
  padding: 10px 30px 10px 20px;
  border-radius: 45px 0 0 45px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout5 .fxt-page-switcher .switcher-text.active {
  color: #000;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout5 .fxt-page-switcher .switcher-text.switcher-text1,
    .fxt-template-layout5 .fxt-page-switcher .switcher-text.switcher-text2 {
    background-color: #eaeaea;
    color: #000;
    padding: 6px 30px 6px 20px;
    font-size: 16px;
  }

  .fxt-template-layout5 .fxt-page-switcher .switcher-text.switcher-text1.active,
        .fxt-template-layout5 .fxt-page-switcher .switcher-text.switcher-text2.active {
    color: #0e9d88;
    background-color: #e4e4e4;
  }

  .fxt-template-layout5 .fxt-page-switcher .switcher-text.switcher-text1 {
    border-radius: 45px 0 0 45px;
  }

  .fxt-template-layout5 .fxt-page-switcher .switcher-text.switcher-text2 {
    border-radius: 0 45px 45px 0;
  }
}

.fxt-template-layout5 .fxt-btn-fill {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 45px;
  background-color: #10b099;
  padding: 10px 36px;
  margin-bottom: 10px;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout5 .fxt-btn-fill:hover {
  background-color: #0e9d88;
  border-color: #0e9d88;
}

.fxt-template-layout5 .fxt-btn-fill:focus {
  outline: none;
}

.fxt-template-layout5 .switcher-text3 {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px 0;
  color: #9f9f9f;
  font-size: 15px;
  margin-top: 5px;
  display: block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout5 .switcher-text3:last-child {
  margin-right: 0;
}

.fxt-template-layout5 .switcher-text3:hover {
  color: #666;
}

.fxt-template-layout5 .switcher-text3.active {
  color: #666;
}

.fxt-template-layout5 ul.fxt-socials {
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout5 ul.fxt-socials {
    margin-bottom: 10px;
  }
}

.fxt-template-layout5 ul.fxt-socials li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout5 ul.fxt-socials li {
    margin-right: 2px;
  }
}

.fxt-template-layout5 ul.fxt-socials li:last-child {
  margin-right: 0;
}

.fxt-template-layout5 ul.fxt-socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 40px;
  width: 40px;
  color: #ffffff;
  border-radius: 50%;
  border: 1px solid;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout5 ul.fxt-socials li.fxt-facebook a {
  background-color: #3b5998;
  border-color: #3b5998;
}

.fxt-template-layout5 ul.fxt-socials li.fxt-facebook a:hover {
  background-color: transparent;
  color: #3b5998;
}

.fxt-template-layout5 ul.fxt-socials li.fxt-twitter a {
  background-color: #00acee;
  border-color: #00acee;
}

.fxt-template-layout5 ul.fxt-socials li.fxt-twitter a:hover {
  background-color: transparent;
  color: #00acee;
}

.fxt-template-layout5 ul.fxt-socials li.fxt-google a {
  background-color: #CC3333;
  border-color: #CC3333;
}

.fxt-template-layout5 ul.fxt-socials li.fxt-google a:hover {
  background-color: transparent;
  color: #CC3333;
}

.fxt-template-layout5 ul.fxt-socials li.fxt-instagram a {
  background-color: #3f729b;
  border-color: #3f729b;
}

.fxt-template-layout5 ul.fxt-socials li.fxt-instagram a:hover {
  background-color: transparent;
  color: #3f729b;
}

.fxt-template-layout5 ul.fxt-socials li.fxt-linkedin a {
  background-color: #0077B5;
  border-color: #0077B5;
}

.fxt-template-layout5 ul.fxt-socials li.fxt-linkedin a:hover {
  background-color: transparent;
  color: #0077B5;
}

.fxt-template-layout5 ul.fxt-socials li.fxt-pinterest a {
  background-color: #bd081c;
  border-color: #bd081c;
}

.fxt-template-layout5 ul.fxt-socials li.fxt-pinterest a:hover {
  background-color: transparent;
  color: #bd081c;
}

.fxt-template-layout5 .checkbox {
  padding-left: 5px;
  margin-bottom: 10px;
}

.fxt-template-layout5 .checkbox label {
  padding-left: 20px;
  color: #a4a4a4;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}

.fxt-template-layout5 .checkbox label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  margin-left: -5px;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.fxt-template-layout5 .checkbox label:after {
  position: absolute;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 10px;
  color: #555555;
}

.fxt-template-layout5 .checkbox input[type=checkbox] {
  display: none;
}

.fxt-template-layout5 .checkbox input[type=checkbox]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #ffffff;
  left: 15px;
  top: 4px;
}

.fxt-template-layout5 .checkbox input[type=checkbox]:checked + label::before {
  background-color: #0e9d88;
  border-color: #0e9d88;
}

.fxt-template-layout5 .fxt-footer {
  text-align: center;
}

/*========================================================================
9. Demo Layout Six
=========================================================================*/

/*========================================================================
10. Demo Layout Seven
=========================================================================*/

.fxt-template-layout7 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 15px;
}

.fxt-template-layout7 .fxt-checkbox-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.fxt-template-layout7 .fxt-bg-color {
  display: flex;
  padding: 0;
  box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.07);
}

.fxt-template-layout7 .fxt-content {
  padding: 65px 90px 45px;
  width: 100%;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout7 .fxt-content {
    padding: 65px 30px 45px;
  }
}

.fxt-template-layout7 .fxt-header {
  text-align: center;
  margin-bottom: 50px;
}

.fxt-template-layout7 .fxt-header .fxt-logo {
  display: block;
  margin-bottom: 7px;
}

.fxt-template-layout7 .fxt-header h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}

.fxt-template-layout7 .fxt-header p {
  color: #999898;
}

.fxt-template-layout7 .fxt-form h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 5px;
}

.fxt-template-layout7 .fxt-form p {
  font-size: 18px;
  color: #111111;
  text-align: center;
}

.fxt-template-layout7 .fxt-form p span {
  display: block;
}

.fxt-template-layout7 .fxt-form .fxt-otp-logo {
  text-align: center;
  margin-bottom: 20px;
  display: block;
}

.fxt-template-layout7 .fxt-form .fxt-otp-label {
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}

.fxt-template-layout7 .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.fxt-template-layout7 .fxt-form .form-group .field-icon {
  position: absolute;
  z-index: 1;
  right: 19px;
  bottom: 18px;
  font-size: 14px;
  color: #a1a1a1;
}

.fxt-template-layout7 .fxt-form .form-group .field-icon:before {
  padding: 17px 10px;
}

.fxt-template-layout7 .fxt-form .form-control {
  min-height: 50px;
  box-shadow: none;
  border: 1px solid #e7e7e7;
  padding: 10px 15px;
  color: #111;
}

.fxt-template-layout7 .fxt-form input::-webkit-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout7 .fxt-form input::-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout7 .fxt-form input:-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout7 .fxt-form input:-ms-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout7 .fxt-form .fxt-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.fxt-template-layout7 .fxt-form .fxt-form-row .fxt-form-col {
  padding: 10px 5px;
  text-align: center;
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
}

.fxt-template-layout7 .fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-right: 0;
}

.fxt-template-layout7 .fxt-form .fxt-form-btn {
  margin-bottom: 10px;
}

.fxt-template-layout7 .fxt-btn-fill {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 3px;
  background-color: #2e4bf1;
  padding: 10px 36px;
  margin-bottom: 10px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout7 .fxt-btn-fill:hover {
  background-color: #4b7cda;
  border-color: #4b7cda;
}

.fxt-template-layout7 .fxt-btn-fill:focus {
  outline: none;
}

.fxt-template-layout7 .switcher-text {
  color: #63bbff;
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout7 .switcher-text:hover {
  color: #000000;
}

.fxt-template-layout7 .switcher-text2 {
  color: #63bbff;
  font-size: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout7 .switcher-text2.inline-text {
  margin-left: 3px;
}

.fxt-template-layout7 .switcher-text2:hover {
  color: #000000;
}

.fxt-template-layout7 .fxt-style-line {
  overflow: hidden;
  text-align: center;
}

.fxt-template-layout7 .fxt-style-line h3 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 20px;
  color: #a4a4a4;
  display: inline-block;
  position: relative;
  padding: 0 25px;
  z-index: 1;
}

.fxt-template-layout7 .fxt-style-line h3:before {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ebebeb;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout7 .fxt-style-line h3:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ebebeb;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout7 ul.fxt-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 20px;
}

.fxt-template-layout7 ul.fxt-socials li {
  max-width: 100%;
  flex: 0 0 33.33333%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout7 ul.fxt-socials li {
    flex: 0 0 50%;
  }
}

@media only screen and (max-width: 350px) {
  .fxt-template-layout7 ul.fxt-socials li {
    flex: 0 0 100%;
  }
}

.fxt-template-layout7 ul.fxt-socials li a {
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  height: 45px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout7 ul.fxt-socials li a i {
  border-radius: 2px 0 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
}

.fxt-template-layout7 ul.fxt-socials li a span {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.fxt-template-layout7 ul.fxt-socials li.fxt-facebook a {
  background-color: #3b5998;
}

.fxt-template-layout7 ul.fxt-socials li.fxt-facebook a i {
  background-color: #4867aa;
}

.fxt-template-layout7 ul.fxt-socials li.fxt-facebook a:hover {
  background-color: #5676bb;
}

.fxt-template-layout7 ul.fxt-socials li.fxt-twitter a {
  background-color: #00acee;
}

.fxt-template-layout7 ul.fxt-socials li.fxt-twitter a i {
  background-color: #33ccff;
}

.fxt-template-layout7 ul.fxt-socials li.fxt-twitter a:hover {
  background-color: #3dc5f3;
}

.fxt-template-layout7 ul.fxt-socials li.fxt-google a {
  background-color: #CC3333;
}

.fxt-template-layout7 ul.fxt-socials li.fxt-google a i {
  background-color: #db4437;
}

.fxt-template-layout7 ul.fxt-socials li.fxt-google a:hover {
  background-color: #e75042;
}

.fxt-template-layout7 .checkbox {
  padding-left: 5px;
  margin-right: 30px;
  margin-bottom: 5px;
}

.fxt-template-layout7 .checkbox label {
  padding-left: 20px;
  color: #a4a4a4;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}

.fxt-template-layout7 .checkbox label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  margin-left: -5px;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.fxt-template-layout7 .checkbox label:after {
  position: absolute;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 10px;
  color: #555555;
}

.fxt-template-layout7 .checkbox input[type=checkbox] {
  display: none;
}

.fxt-template-layout7 .checkbox input[type=checkbox]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #ffffff;
  left: 15px;
  top: 4px;
}

.fxt-template-layout7 .checkbox input[type=checkbox]:checked + label::before {
  background-color: #2e4bf1;
  border-color: #2e4bf1;
}

.fxt-template-layout7 .fxt-footer {
  text-align: center;
}

.fxt-template-layout7 .fxt-footer p {
  color: #999898;
}

.fxt-template-layout7 .fxt-footer .fxt-resend-wrap {
  margin-bottom: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}

.fxt-template-layout7 .fxt-footer .fxt-btn-resend {
  margin-left: 3px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #63bbff;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout7 .fxt-footer .fxt-btn-resend:focus {
  outline: none;
}

.fxt-template-layout7 .fxt-footer .fxt-btn-resend:hover {
  color: #000000;
}

.fxt-template-layout7 .fxt-footer .text-or {
  margin-left: 3px;
  color: #000000;
}

/*========================================================================
11. Demo Layout Eight
=========================================================================*/

.fxt-template-layout8 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  min-height: 100vh;
  z-index: 1;
  padding: 50px 15px 20px;
}

.fxt-template-layout8:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}

.fxt-template-layout8 .fxt-checkbox-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.fxt-template-layout8 .fxt-content {
  max-width: 460px;
  width: 100%;
}

.fxt-template-layout8 .fxt-header {
  text-align: center;
  margin-bottom: 50px;
}

.fxt-template-layout8 .fxt-logo {
  display: block;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 40vw;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout8 .fxt-logo {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout8 .fxt-logo {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout8 .fxt-logo {
    margin-bottom: 40px;
  }
}

.fxt-template-layout8 .fxt-form h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #e4e4e4;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout8 .fxt-form h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout8 .fxt-form h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout8 .fxt-form h2 {
    font-size: 22px;
  }
}

.fxt-template-layout8 .fxt-form .fxt-otp-logo {
  margin-bottom: 20px;
  display: block;
}

.fxt-template-layout8 .fxt-form .fxt-otp-label {
  width: 100%;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #e4e4e4;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout8 .fxt-form .fxt-otp-label {
    font-size: 17px;
  }
}

.fxt-template-layout8 .fxt-form .fxt-sending-to {
  font-size: 16px;
  margin-bottom: 20px;
  color: #ffffff;
}

.fxt-template-layout8 .fxt-form .fxt-sending-to span {
  display: block;
}

.fxt-template-layout8 .fxt-form p {
  font-size: 20px;
  color: #ffffff;
}

.fxt-template-layout8 .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}

.fxt-template-layout8 .fxt-form .form-group .field-icon {
  position: absolute;
  z-index: 1;
  right: 19px;
  bottom: 18px;
  font-size: 14px;
  color: #bebebe;
}

.fxt-template-layout8 .fxt-form .form-group .field-icon:before {
  padding: 17px 10px;
}

.fxt-template-layout8 .fxt-form .form-control {
  min-height: 50px;
  box-shadow: none;
  border: 1px solid #8385bf;
  padding: 10px 15px;
  background-color: transparent;
  color: #fff;
}

.fxt-template-layout8 .fxt-form input::-webkit-input-placeholder {
  color: #bebebe;
  font-size: 18px;
  font-weight: 300;
}

.fxt-template-layout8 .fxt-form input::-moz-placeholder {
  color: #bebebe;
  font-size: 18px;
  font-weight: 300;
}

.fxt-template-layout8 .fxt-form input:-moz-placeholder {
  color: #bebebe;
  font-size: 18px;
  font-weight: 300;
}

.fxt-template-layout8 .fxt-form input:-ms-input-placeholder {
  color: #bebebe;
  font-size: 18px;
  font-weight: 300;
}

.fxt-template-layout8 .fxt-form .fxt-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.fxt-template-layout8 .fxt-form .fxt-form-row .fxt-form-col {
  padding: 10px 5px;
  text-align: center;
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
}

.fxt-template-layout8 .fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-right: 0;
}

.fxt-template-layout8 .fxt-form .fxt-form-btn {
  margin-bottom: 10px;
}

.fxt-template-layout8 .fxt-btn-fill {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 3px;
  background-color: #1fbe66;
  padding: 10px 36px;
  margin-bottom: 10px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout8 .fxt-btn-fill:hover {
  background-color: #17a156;
  border-color: #17a156;
}

.fxt-template-layout8 .fxt-btn-fill:focus {
  outline: none;
}

.fxt-template-layout8 .switcher-text {
  color: #d4d4d4;
  margin-bottom: 5px;
  text-decoration: underline;
  font-size: 15px;
  display: block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout8 .switcher-text:hover {
  color: #e6e6e6;
}

.fxt-template-layout8 .switcher-text2 {
  color: #d4d4d4;
  text-decoration: underline;
  font-size: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout8 .switcher-text2.inline-text {
  margin-left: 3px;
}

.fxt-template-layout8 .switcher-text2:hover {
  color: #e6e6e6;
}

.fxt-template-layout8 .fxt-style-line {
  overflow: hidden;
  text-align: center;
}

.fxt-template-layout8 .fxt-style-line h3 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 20px;
  color: #a4a4a4;
  display: inline-block;
  position: relative;
  padding: 0 25px;
  z-index: 1;
}

.fxt-template-layout8 .fxt-style-line h3:before {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #a4a4a4;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout8 .fxt-style-line h3:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #a4a4a4;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout8 ul.fxt-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 20px;
}

.fxt-template-layout8 ul.fxt-socials li {
  max-width: 100%;
  flex: 0 0 33.33333%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout8 ul.fxt-socials li {
    flex: 0 0 50%;
  }
}

@media only screen and (max-width: 350px) {
  .fxt-template-layout8 ul.fxt-socials li {
    flex: 0 0 100%;
  }
}

.fxt-template-layout8 ul.fxt-socials li a {
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  height: 45px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout8 ul.fxt-socials li a i {
  border-radius: 2px 0 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
}

.fxt-template-layout8 ul.fxt-socials li a span {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.fxt-template-layout8 ul.fxt-socials li.fxt-facebook a {
  background-color: #3b5998;
}

.fxt-template-layout8 ul.fxt-socials li.fxt-facebook a i {
  background-color: #4867aa;
}

.fxt-template-layout8 ul.fxt-socials li.fxt-facebook a:hover {
  background-color: #5676bb;
}

.fxt-template-layout8 ul.fxt-socials li.fxt-twitter a {
  background-color: #00acee;
}

.fxt-template-layout8 ul.fxt-socials li.fxt-twitter a i {
  background-color: #33ccff;
}

.fxt-template-layout8 ul.fxt-socials li.fxt-twitter a:hover {
  background-color: #3dc5f3;
}

.fxt-template-layout8 ul.fxt-socials li.fxt-google a {
  background-color: #CC3333;
}

.fxt-template-layout8 ul.fxt-socials li.fxt-google a i {
  background-color: #db4437;
}

.fxt-template-layout8 ul.fxt-socials li.fxt-google a:hover {
  background-color: #e75042;
}

.fxt-template-layout8 .checkbox {
  padding-left: 5px;
  margin-right: 30px;
  margin-bottom: 5px;
}

.fxt-template-layout8 .checkbox label {
  padding-left: 20px;
  color: #b9b9b9;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}

.fxt-template-layout8 .checkbox label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  margin-left: -5px;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 2px;
  background-color: transparent;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.fxt-template-layout8 .checkbox label:after {
  position: absolute;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 10px;
  color: #555555;
}

.fxt-template-layout8 .checkbox input[type=checkbox] {
  display: none;
}

.fxt-template-layout8 .checkbox input[type=checkbox]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #ffffff;
  left: 15px;
  top: 4px;
}

.fxt-template-layout8 .checkbox input[type=checkbox]:checked + label::before {
  background-color: #1fbe66;
  border-color: #1fbe66;
}

.fxt-template-layout8 .fxt-footer {
  text-align: center;
}

.fxt-template-layout8 .fxt-footer p {
  color: #b6b6b6;
}

.fxt-template-layout8 .fxt-footer .fxt-resend-wrap {
  margin-bottom: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #d3d3d3;
  font-size: 17px;
}

.fxt-template-layout8 .fxt-footer .fxt-btn-resend {
  margin-left: 3px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #f3f3f3;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout8 .fxt-footer .fxt-btn-resend:focus {
  outline: none;
}

.fxt-template-layout8 .fxt-footer .fxt-btn-resend:hover {
  color: #ffffff;
}

.fxt-template-layout8 .fxt-footer .text-or {
  margin-left: 3px;
}

/*========================================================================
12. Demo Layout Nine
=========================================================================*/

.fxt-template-layout9 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
  min-height: 100vh;
  z-index: 1;
  padding: 50px 0 20px;
}

.fxt-template-layout9:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}

.fxt-template-layout9 .fxt-checkbox-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.fxt-template-layout9 .fxt-content {
  padding-top: 40px;
  padding-bottom: 15px;
  padding-left: 70px;
  margin-left: 40px;
  border-left: 2px solid rgba(111, 117, 182, 0.5);
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout9 .fxt-content {
    padding-left: 0;
    margin-left: 0;
    margin-top: 40px;
    border-left: 0;
    padding-bottom: 0;
    border-top: 2px solid rgba(111, 117, 182, 0.5);
  }
}

.fxt-template-layout9 .fxt-content h2 {
  font-size: 20px;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout9 .fxt-content h2 {
    text-align: center;
  }
}

.fxt-template-layout9 .fxt-header {
  text-align: center;
}

.fxt-template-layout9 .fxt-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 40vw;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout9 .fxt-form {
    text-align: center;
  }
}

.fxt-template-layout9 .fxt-form h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #e4e4e4;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout9 .fxt-form h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout9 .fxt-form h2 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout9 .fxt-form h2 {
    font-size: 20px;
  }
}

.fxt-template-layout9 .fxt-form .fxt-otp-logo {
  margin-bottom: 20px;
  display: block;
}

.fxt-template-layout9 .fxt-form .fxt-otp-label {
  width: 100%;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #e4e4e4;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout9 .fxt-form .fxt-otp-label {
    font-size: 17px;
  }
}

.fxt-template-layout9 .fxt-form .fxt-sending-to {
  font-size: 16px;
  margin-bottom: 20px;
  color: #ffffff;
}

.fxt-template-layout9 .fxt-form .fxt-sending-to span {
  display: block;
}

.fxt-template-layout9 .fxt-form p {
  font-size: 20px;
  color: #ffffff;
}

.fxt-template-layout9 .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.fxt-template-layout9 .fxt-form .form-group .field-icon {
  position: absolute;
  z-index: 1;
  right: 19px;
  bottom: 18px;
  font-size: 14px;
  color: #bebebe;
}

.fxt-template-layout9 .fxt-form .form-group .field-icon:before {
  padding: 17px 10px;
}

.fxt-template-layout9 .fxt-form .form-control {
  min-height: 50px;
  box-shadow: none;
  border: 1px solid #8385bf;
  padding: 10px 15px;
  background-color: transparent;
  color: #fff;
}

.fxt-template-layout9 .fxt-form input::-webkit-input-placeholder {
  color: #bebebe;
  font-size: 18px;
  font-weight: 300;
}

.fxt-template-layout9 .fxt-form input::-moz-placeholder {
  color: #bebebe;
  font-size: 18px;
  font-weight: 300;
}

.fxt-template-layout9 .fxt-form input:-moz-placeholder {
  color: #bebebe;
  font-size: 18px;
  font-weight: 300;
}

.fxt-template-layout9 .fxt-form input:-ms-input-placeholder {
  color: #bebebe;
  font-size: 18px;
  font-weight: 300;
}

.fxt-template-layout9 .fxt-form .fxt-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.fxt-template-layout9 .fxt-form .fxt-form-row .fxt-form-col {
  padding: 10px 5px;
  text-align: center;
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
}

.fxt-template-layout9 .fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-right: 0;
}

.fxt-template-layout9 .fxt-form .fxt-form-btn {
  margin-bottom: 10px;
}

.fxt-template-layout9 .fxt-btn-fill {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 3px;
  background-color: #ffbd3f;
  padding: 10px 36px;
  margin-bottom: 10px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout9 .fxt-btn-fill:hover {
  background-color: #db9e2d;
  border-color: #db9e2d;
}

.fxt-template-layout9 .fxt-btn-fill:focus {
  outline: none;
}

.fxt-template-layout9 .switcher-text {
  color: #d4d4d4;
  margin-bottom: 5px;
  text-decoration: underline;
  font-size: 15px;
  display: block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout9 .switcher-text:hover {
  color: #e6e6e6;
}

.fxt-template-layout9 .switcher-text2 {
  color: #d4d4d4;
  text-decoration: underline;
  font-size: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout9 .switcher-text2.inline-text {
  margin-left: 3px;
}

.fxt-template-layout9 .switcher-text2:hover {
  color: #e6e6e6;
}

.fxt-template-layout9 .checkbox {
  padding-left: 5px;
  margin-right: 30px;
  margin-bottom: 5px;
}

.fxt-template-layout9 .checkbox label {
  padding-left: 20px;
  color: #b9b9b9;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}

.fxt-template-layout9 .checkbox label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  margin-left: -5px;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 2px;
  background-color: transparent;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.fxt-template-layout9 .checkbox label:after {
  position: absolute;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 10px;
  color: #555555;
}

.fxt-template-layout9 .checkbox input[type=checkbox] {
  display: none;
}

.fxt-template-layout9 .checkbox input[type=checkbox]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #ffffff;
  left: 15px;
  top: 4px;
}

.fxt-template-layout9 .checkbox input[type=checkbox]:checked + label::before {
  background-color: #ffbd3f;
  border-color: #ffbd3f;
}

.fxt-template-layout9 .fxt-footer {
  text-align: center;
}

.fxt-template-layout9 .fxt-footer p {
  color: #b6b6b6;
}

.fxt-template-layout9 .fxt-footer .fxt-resend-wrap {
  margin-bottom: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #d3d3d3;
  font-size: 17px;
}

.fxt-template-layout9 .fxt-footer .fxt-btn-resend {
  margin-left: 3px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #f3f3f3;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout9 .fxt-footer .fxt-btn-resend:focus {
  outline: none;
}

.fxt-template-layout9 .fxt-footer .fxt-btn-resend:hover {
  color: #ffffff;
}

.fxt-template-layout9 .fxt-footer .text-or {
  margin-left: 3px;
}

/*========================================================================
13. Demo Layout Ten
=========================================================================*/

.fxt-template-layout10 .fxt-checkbox-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.fxt-template-layout10 .fxt-bg-color {
  background-color: #ffffff;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 30px;
}

.fxt-template-layout10 .fxt-bg-img {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 15px;
}

.fxt-template-layout10 .fxt-content {
  max-width: 450px;
  width: 100%;
}

.fxt-template-layout10 .fxt-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 480px;
  width: 100%;
  text-align: center;
}

.fxt-template-layout10 .fxt-header .fxt-logo {
  display: block;
  margin-bottom: 30px;
  max-width: 40vw;
}

.fxt-template-layout10 .fxt-header h1 {
  color: #fff;
}

.fxt-template-layout10 .fxt-header p {
  color: #fff;
}

.fxt-template-layout10 .fxt-form {
  flex: 1;
  margin-bottom: 40px;
}

.fxt-template-layout10 .fxt-form h2 {
  font-weight: 500;
  margin-bottom: 80px;
  font-size: 24px;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout10 .fxt-form h2 {
    font-size: 22px;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout10 .fxt-form h2 {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

.fxt-template-layout10 .fxt-form .fxt-otp-logo {
  margin-bottom: 20px;
  display: block;
}

.fxt-template-layout10 .fxt-form p {
  margin-bottom: 30px;
  font-size: 17px;
}

.fxt-template-layout10 .fxt-form p span {
  display: block;
}

.fxt-template-layout10 .fxt-form .fxt-otp-label {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}

.fxt-template-layout10 .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.fxt-template-layout10 .fxt-form .form-group .field-icon {
  position: absolute;
  z-index: 1;
  right: 8px;
  top: 50%;
  color: #9f9f9f;
  font-size: 14px;
  transform: translateY(-50%);
}

.fxt-template-layout10 .fxt-form .form-group .field-icon:before {
  padding: 12px 0 12px 10px;
}

.fxt-template-layout10 .fxt-form .form-control {
  min-height: 40px;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 30px 10px 0;
  color: #111;
}

.fxt-template-layout10 .fxt-form input::-webkit-input-placeholder {
  color: #999999;
  font-size: 18px;
  font-weight: 300;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout10 .fxt-form input::-webkit-input-placeholder {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout10 .fxt-form input::-webkit-input-placeholder {
    font-size: 16px;
  }
}

.fxt-template-layout10 .fxt-form input::-moz-placeholder {
  color: #999999;
  font-size: 18px;
  font-weight: 300;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout10 .fxt-form input::-moz-placeholder {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout10 .fxt-form input::-moz-placeholder {
    font-size: 16px;
  }
}

.fxt-template-layout10 .fxt-form input:-moz-placeholder {
  color: #999999;
  font-size: 18px;
  font-weight: 300;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout10 .fxt-form input:-moz-placeholder {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout10 .fxt-form input:-moz-placeholder {
    font-size: 16px;
  }
}

.fxt-template-layout10 .fxt-form input:-ms-input-placeholder {
  color: #999999;
  font-size: 18px;
  font-weight: 300;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout10 .fxt-form input:-ms-input-placeholder {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout10 .fxt-form input:-ms-input-placeholder {
    font-size: 16px;
  }
}

.fxt-template-layout10 .fxt-form .fxt-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.fxt-template-layout10 .fxt-form .fxt-form-row .fxt-form-col {
  padding: 10px 5px;
  text-align: center;
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
}

.fxt-template-layout10 .fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-right: 0;
}

.fxt-template-layout10 .fxt-form .fxt-form-btn {
  margin-bottom: 10px;
}

.fxt-template-layout10 .fxt-form .fxt-resend-wrap {
  margin-bottom: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 18px;
  width: 100%;
}

.fxt-template-layout10 .fxt-form .fxt-btn-resend {
  margin-left: 3px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #63bbff;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout10 .fxt-form .fxt-btn-resend:focus {
  outline: none;
}

.fxt-template-layout10 .fxt-form .fxt-btn-resend:hover {
  color: #000000;
}

.fxt-template-layout10 .fxt-form .text-or {
  margin-left: 3px;
  color: #000000;
}

.fxt-template-layout10 .fxt-btn-fill {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 3px;
  background-color: #ffbd3f;
  padding: 10px 36px;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout10 .fxt-btn-fill:hover {
  background-color: #eba627;
}

.fxt-template-layout10 .fxt-btn-fill:focus {
  outline: none;
}

.fxt-template-layout10 .fxt-btn-ghost {
  margin-top: 15px;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 3px;
  background-color: transparent;
  padding: 10px 36px;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout10 .fxt-btn-ghost:hover {
  background-color: #fff;
  border-color: #fff;
  color: #ffbd3f;
}

.fxt-template-layout10 .fxt-btn-ghost:focus {
  outline: none;
}

.fxt-template-layout10 .switcher-text2 {
  color: #9f9f9f;
  font-size: 15px;
  margin-top: 5px;
  display: block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout10 .switcher-text2:last-child {
  margin-right: 0;
}

.fxt-template-layout10 .switcher-text2:hover {
  color: #666;
}

.fxt-template-layout10 .switcher-text2.active {
  color: #666;
}

.fxt-template-layout10 .checkbox {
  padding-left: 5px;
  margin-right: 30px;
}

.fxt-template-layout10 .checkbox label {
  padding-left: 20px;
  color: #9f9f9f;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}

.fxt-template-layout10 .checkbox label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  margin-left: -5px;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 2px;
  background-color: transparent;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.fxt-template-layout10 .checkbox label:after {
  position: absolute;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 10px;
  color: #555555;
}

.fxt-template-layout10 .checkbox input[type=checkbox] {
  display: none;
}

.fxt-template-layout10 .checkbox input[type=checkbox]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #ffffff;
  left: 15px;
  top: 4px;
}

.fxt-template-layout10 .checkbox input[type=checkbox]:checked + label::before {
  background-color: #ffbd3f;
  border-color: #ffbd3f;
}

.fxt-template-layout10 ul.fxt-socials li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout10 ul.fxt-socials li {
    margin-right: 2px;
  }
}

.fxt-template-layout10 ul.fxt-socials li:last-child {
  margin-right: 0;
}

.fxt-template-layout10 ul.fxt-socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid;
  border-color: #dadada;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout10 ul.fxt-socials li.fxt-facebook a {
  color: #3b5998;
}

.fxt-template-layout10 ul.fxt-socials li.fxt-facebook a:hover {
  border-color: #3b5998;
  background-color: #3b5998;
  color: #fff;
}

.fxt-template-layout10 ul.fxt-socials li.fxt-twitter a {
  color: #00acee;
}

.fxt-template-layout10 ul.fxt-socials li.fxt-twitter a:hover {
  border-color: #00acee;
  background-color: #00acee;
  color: #fff;
}

.fxt-template-layout10 ul.fxt-socials li.fxt-google a {
  color: #CC3333;
}

.fxt-template-layout10 ul.fxt-socials li.fxt-google a:hover {
  border-color: #CC3333;
  background-color: #CC3333;
  color: #fff;
}

.fxt-template-layout10 ul.fxt-socials li.fxt-instagram a {
  color: #3f729b;
}

.fxt-template-layout10 ul.fxt-socials li.fxt-instagram a:hover {
  border-color: #3f729b;
  background-color: #3f729b;
  color: #fff;
}

.fxt-template-layout10 ul.fxt-socials li.fxt-linkedin a {
  color: #0077B5;
}

.fxt-template-layout10 ul.fxt-socials li.fxt-linkedin a:hover {
  border-color: #0077B5;
  background-color: #0077B5;
  color: #fff;
}

.fxt-template-layout10 ul.fxt-socials li.fxt-youtube a {
  color: #c4302b;
}

.fxt-template-layout10 ul.fxt-socials li.fxt-youtube a:hover {
  border-color: #c4302b;
  background-color: #c4302b;
  color: #fff;
}

.fxt-template-layout10 ul.fxt-socials li.fxt-pinterest a {
  color: #bd081c;
}

.fxt-template-layout10 ul.fxt-socials li.fxt-pinterest a:hover {
  border-color: #bd081c;
  background-color: #bd081c;
  color: #fff;
}

.fxt-template-layout10 .fxt-footer {
  margin-top: 50px;
  text-align: center;
}

/*========================================================================
14. Demo Layout Eleven
=========================================================================*/

.fxt-template-layout11 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
  padding: 15px;
}

.fxt-template-layout11 .fxt-checkbox-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.fxt-template-layout11 .fxt-bg-color {
  display: flex;
  padding: 0;
  box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.07);
}

.fxt-template-layout11 .fxt-content {
  padding: 65px 90px 45px;
  width: 100%;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout11 .fxt-content {
    padding: 65px 30px 45px;
  }
}

.fxt-template-layout11 .fxt-header {
  text-align: center;
  margin-bottom: 50px;
}

.fxt-template-layout11 .fxt-header .fxt-logo {
  display: block;
  margin-bottom: 7px;
}

.fxt-template-layout11 .fxt-header h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}

.fxt-template-layout11 .fxt-header p {
  color: #999898;
}

.fxt-template-layout11 .fxt-form h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 25px;
}

.fxt-template-layout11 .fxt-form .fxt-otp-logo {
  margin-bottom: 20px;
  display: block;
  text-align: center;
}

.fxt-template-layout11 .fxt-form .fxt-otp-label {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}

.fxt-template-layout11 .fxt-form p {
  font-size: 18px;
  color: #111111;
  text-align: center;
}

.fxt-template-layout11 .fxt-form p span {
  display: block;
}

.fxt-template-layout11 .fxt-form form .input-label {
  color: #979696;
}

.fxt-template-layout11 .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.fxt-template-layout11 .fxt-form .form-group .field-icon {
  position: absolute;
  z-index: 1;
  right: 19px;
  bottom: 18px;
  font-size: 14px;
  color: #a1a1a1;
}

.fxt-template-layout11 .fxt-form .form-group .field-icon:before {
  padding: 17px 10px;
}

.fxt-template-layout11 .fxt-form .form-control {
  min-height: 50px;
  box-shadow: none;
  border: 1px solid #e7e7e7;
  padding: 10px 15px;
  color: #111;
}

.fxt-template-layout11 .fxt-form input::-webkit-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout11 .fxt-form input::-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout11 .fxt-form input:-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout11 .fxt-form input:-ms-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout11 .fxt-form .fxt-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.fxt-template-layout11 .fxt-form .fxt-form-row .fxt-form-col {
  padding: 10px 5px;
  text-align: center;
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
}

.fxt-template-layout11 .fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-right: 0;
}

.fxt-template-layout11 .fxt-form .fxt-form-btn {
  margin-bottom: 10px;
}

.fxt-template-layout11 .fxt-btn-fill {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 3px;
  background-color: #111;
  padding: 10px 36px;
  margin-bottom: 10px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout11 .fxt-btn-fill:hover {
  background-color: #333;
  border-color: #333;
}

.fxt-template-layout11 .fxt-btn-fill:focus {
  outline: none;
}

.fxt-template-layout11 .switcher-text {
  color: #63bbff;
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout11 .switcher-text:hover {
  color: #000000;
}

.fxt-template-layout11 .switcher-text2 {
  color: #63bbff;
  font-size: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout11 .switcher-text2.inline-text {
  margin-left: 3px;
}

.fxt-template-layout11 .switcher-text2:hover {
  color: #000000;
}

.fxt-template-layout11 .fxt-style-line {
  overflow: hidden;
  text-align: center;
}

.fxt-template-layout11 .fxt-style-line h3 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 20px;
  color: #a4a4a4;
  display: inline-block;
  position: relative;
  padding: 0 25px;
  z-index: 1;
}

.fxt-template-layout11 .fxt-style-line h3:before {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ebebeb;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout11 .fxt-style-line h3:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ebebeb;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout11 ul.fxt-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 20px;
}

.fxt-template-layout11 ul.fxt-socials li {
  max-width: 100%;
  flex: 0 0 33.33333%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout11 ul.fxt-socials li {
    flex: 0 0 50%;
  }
}

@media only screen and (max-width: 350px) {
  .fxt-template-layout11 ul.fxt-socials li {
    flex: 0 0 100%;
  }
}

.fxt-template-layout11 ul.fxt-socials li a {
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  height: 45px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout11 ul.fxt-socials li a i {
  border-radius: 2px 0 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
}

.fxt-template-layout11 ul.fxt-socials li a span {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.fxt-template-layout11 ul.fxt-socials li.fxt-facebook a {
  background-color: #3b5998;
}

.fxt-template-layout11 ul.fxt-socials li.fxt-facebook a i {
  background-color: #4867aa;
}

.fxt-template-layout11 ul.fxt-socials li.fxt-facebook a:hover {
  background-color: #5676bb;
}

.fxt-template-layout11 ul.fxt-socials li.fxt-twitter a {
  background-color: #00acee;
}

.fxt-template-layout11 ul.fxt-socials li.fxt-twitter a i {
  background-color: #33ccff;
}

.fxt-template-layout11 ul.fxt-socials li.fxt-twitter a:hover {
  background-color: #3dc5f3;
}

.fxt-template-layout11 ul.fxt-socials li.fxt-google a {
  background-color: #CC3333;
}

.fxt-template-layout11 ul.fxt-socials li.fxt-google a i {
  background-color: #db4437;
}

.fxt-template-layout11 ul.fxt-socials li.fxt-google a:hover {
  background-color: #e75042;
}

.fxt-template-layout11 .checkbox {
  padding-left: 5px;
  margin-right: 30px;
  margin-bottom: 5px;
}

.fxt-template-layout11 .checkbox label {
  padding-left: 20px;
  color: #a4a4a4;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}

.fxt-template-layout11 .checkbox label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  margin-left: -5px;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.fxt-template-layout11 .checkbox label:after {
  position: absolute;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 10px;
  color: #555555;
}

.fxt-template-layout11 .checkbox input[type=checkbox] {
  display: none;
}

.fxt-template-layout11 .checkbox input[type=checkbox]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #ffffff;
  left: 15px;
  top: 4px;
}

.fxt-template-layout11 .checkbox input[type=checkbox]:checked + label::before {
  background-color: #111;
  border-color: #111;
}

.fxt-template-layout11 .fxt-footer {
  text-align: center;
}

.fxt-template-layout11 .fxt-footer p {
  color: #999898;
}

.fxt-template-layout11 .fxt-footer .fxt-resend-wrap {
  margin-bottom: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 18px;
  width: 100%;
}

.fxt-template-layout11 .fxt-footer .fxt-btn-resend {
  margin-left: 3px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #63bbff;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout11 .fxt-footer .fxt-btn-resend:focus {
  outline: none;
}

.fxt-template-layout11 .fxt-footer .fxt-btn-resend:hover {
  color: #000000;
}

.fxt-template-layout11 .fxt-footer .text-or {
  margin-left: 3px;
  color: #000000;
}

/*========================================================================
15. Demo Layout Twelve
=========================================================================*/

.fxt-template-layout12 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0 15px;
}

.fxt-template-layout12 .fxt-checkbox-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.fxt-template-layout12 .fxt-bg-color {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 0;
}

.fxt-template-layout12 .fxt-content {
  padding: 65px 90px 45px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout12 .fxt-content {
    padding: 65px 30px 45px;
  }
}

.fxt-template-layout12 .fxt-header {
  text-align: center;
  margin-bottom: 50px;
}

.fxt-template-layout12 .fxt-header .fxt-logo {
  display: block;
  margin-bottom: 7px;
  max-width: 40vw;
  margin-left: auto;
  margin-right: auto;
}

.fxt-template-layout12 .fxt-header h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}

.fxt-template-layout12 .fxt-header p {
  color: #999898;
}

.fxt-template-layout12 .fxt-form h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 25px;
}

.fxt-template-layout12 .fxt-form .fxt-otp-logo {
  margin-bottom: 20px;
  display: block;
  text-align: center;
}

.fxt-template-layout12 .fxt-form .fxt-otp-label {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}

.fxt-template-layout12 .fxt-form p {
  font-size: 18px;
  color: #111111;
  text-align: center;
}

.fxt-template-layout12 .fxt-form p span {
  display: block;
}

.fxt-template-layout12 .fxt-form form .input-label {
  color: #979696;
}

.fxt-template-layout12 .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.fxt-template-layout12 .fxt-form .form-group .field-icon {
  position: absolute;
  z-index: 1;
  right: 19px;
  bottom: 18px;
  font-size: 14px;
  color: #a1a1a1;
}

.fxt-template-layout12 .fxt-form .form-group .field-icon:before {
  padding: 17px 10px;
}

.fxt-template-layout12 .fxt-form .form-control {
  min-height: 50px;
  box-shadow: none;
  border: 1px solid #e7e7e7;
  padding: 10px 15px;
  color: #111;
}

.fxt-template-layout12 .fxt-form input::-webkit-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout12 .fxt-form input::-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout12 .fxt-form input:-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout12 .fxt-form input:-ms-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout12 .fxt-form .fxt-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.fxt-template-layout12 .fxt-form .fxt-form-row .fxt-form-col {
  padding: 10px 5px;
  text-align: center;
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
}

.fxt-template-layout12 .fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-right: 0;
}

.fxt-template-layout12 .fxt-form .fxt-form-btn {
  margin-bottom: 10px;
}

.fxt-template-layout12 .fxt-btn-fill {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 3px;
  background-color: #2e4bf1;
  padding: 10px 36px;
  margin-bottom: 10px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout12 .fxt-btn-fill:hover {
  background-color: #4b7cda;
  border-color: #4b7cda;
}

.fxt-template-layout12 .fxt-btn-fill:focus {
  outline: none;
}

.fxt-template-layout12 .switcher-text {
  color: #63bbff;
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout12 .switcher-text:hover {
  color: #000000;
}

.fxt-template-layout12 .switcher-text2 {
  color: #63bbff;
  font-size: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout12 .switcher-text2.inline-text {
  margin-left: 3px;
}

.fxt-template-layout12 .switcher-text2:hover {
  color: #000000;
}

.fxt-template-layout12 .fxt-style-line {
  overflow: hidden;
  text-align: center;
}

.fxt-template-layout12 .fxt-style-line h3 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 20px;
  color: #a4a4a4;
  display: inline-block;
  position: relative;
  padding: 0 25px;
  z-index: 1;
}

.fxt-template-layout12 .fxt-style-line h3:before {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ebebeb;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout12 .fxt-style-line h3:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ebebeb;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout12 ul.fxt-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 20px;
}

.fxt-template-layout12 ul.fxt-socials li {
  max-width: 100%;
  flex: 0 0 33.33333%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout12 ul.fxt-socials li {
    flex: 0 0 50%;
  }
}

@media only screen and (max-width: 350px) {
  .fxt-template-layout12 ul.fxt-socials li {
    flex: 0 0 100%;
  }
}

.fxt-template-layout12 ul.fxt-socials li a {
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  height: 45px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout12 ul.fxt-socials li a i {
  border-radius: 2px 0 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
}

.fxt-template-layout12 ul.fxt-socials li a span {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.fxt-template-layout12 ul.fxt-socials li.fxt-facebook a {
  background-color: #3b5998;
}

.fxt-template-layout12 ul.fxt-socials li.fxt-facebook a i {
  background-color: #4867aa;
}

.fxt-template-layout12 ul.fxt-socials li.fxt-facebook a:hover {
  background-color: #5676bb;
}

.fxt-template-layout12 ul.fxt-socials li.fxt-twitter a {
  background-color: #00acee;
}

.fxt-template-layout12 ul.fxt-socials li.fxt-twitter a i {
  background-color: #33ccff;
}

.fxt-template-layout12 ul.fxt-socials li.fxt-twitter a:hover {
  background-color: #3dc5f3;
}

.fxt-template-layout12 ul.fxt-socials li.fxt-google a {
  background-color: #CC3333;
}

.fxt-template-layout12 ul.fxt-socials li.fxt-google a i {
  background-color: #db4437;
}

.fxt-template-layout12 ul.fxt-socials li.fxt-google a:hover {
  background-color: #e75042;
}

.fxt-template-layout12 .checkbox {
  padding-left: 5px;
  margin-right: 30px;
  margin-bottom: 5px;
}

.fxt-template-layout12 .checkbox label {
  padding-left: 20px;
  color: #a4a4a4;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}

.fxt-template-layout12 .checkbox label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  margin-left: -5px;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.fxt-template-layout12 .checkbox label:after {
  position: absolute;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 10px;
  color: #555555;
}

.fxt-template-layout12 .checkbox input[type=checkbox] {
  display: none;
}

.fxt-template-layout12 .checkbox input[type=checkbox]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #ffffff;
  left: 15px;
  top: 4px;
}

.fxt-template-layout12 .checkbox input[type=checkbox]:checked + label::before {
  background-color: #2e4bf1;
  border-color: #2e4bf1;
}

.fxt-template-layout12 .fxt-footer {
  text-align: center;
}

.fxt-template-layout12 .fxt-footer p {
  color: #999898;
}

.fxt-template-layout12 .fxt-footer .fxt-resend-wrap {
  margin-bottom: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 18px;
  width: 100%;
}

.fxt-template-layout12 .fxt-footer .fxt-btn-resend {
  margin-left: 3px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #63bbff;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout12 .fxt-footer .fxt-btn-resend:focus {
  outline: none;
}

.fxt-template-layout12 .fxt-footer .fxt-btn-resend:hover {
  color: #000000;
}

.fxt-template-layout12 .fxt-footer .text-or {
  margin-left: 3px;
  color: #000000;
}

/*========================================================================
16. Demo Layout Thirteen
=========================================================================*/

.fxt-template-layout13 {
  min-height: 100vh;
}

.fxt-template-layout13 .fxt-bg-wrap {
  padding: 8vh 16vw 8vh 0;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}

.fxt-template-layout13 .fxt-bg-wrap:before {
  position: absolute;
  z-index: 0;
  background-color: #009BB6;
  content: "";
  min-height: 100%;
  width: 35vw;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 1199px) {
  .fxt-template-layout13 .fxt-bg-wrap {
    padding: 8vh 10vw 8vh 0;
  }
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout13 .fxt-bg-wrap {
    padding: 6vh 6vw 6vh 0;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout13 .fxt-bg-wrap {
    padding: 5vh 4vw;
  }
}

.fxt-template-layout13 .fxt-checkbox-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.fxt-template-layout13 .fxt-bg-color {
  background-color: #ffffff;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 45px;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout13 .fxt-bg-color {
    padding: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout13 .fxt-bg-color {
    min-height: 100%;
    padding: 20px 30px;
    justify-content: center;
  }
}

.fxt-template-layout13 .fxt-bg-img {
  padding: 40px 50px;
  min-height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout13 .fxt-bg-img {
    padding: 30px 20px;
    padding: 30px;
  }
}

.fxt-template-layout13 .fxt-bg-img:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(2, 2, 3, 0.6);
  right: 0;
  top: 0;
  position: absolute;
  z-index: 0;
}

.fxt-template-layout13 .fxt-bg-img:after {
  content: "";
  left: 0;
  top: 20%;
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 20px solid #fff;
  border-bottom: 15px solid transparent;
}

.fxt-template-layout13 .fxt-header {
  height: 100%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  text-align: center;
}

.fxt-template-layout13 .fxt-header .fxt-logo {
  display: block;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 40vw;
}

.fxt-template-layout13 .fxt-header h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout13 .fxt-header h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout13 .fxt-header h1 {
    font-size: 28px;
  }
}

.fxt-template-layout13 .fxt-header p {
  color: #fff;
}

.fxt-template-layout13 .fxt-content {
  padding: 30px;
  max-width: 460px;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .fxt-template-layout13 .fxt-content {
    padding: 0;
  }
}

.fxt-template-layout13 .fxt-content h2 {
  font-weight: 700;
  margin-bottom: 50px;
}

.fxt-template-layout13 .fxt-form {
  margin-top: 30px;
}

.fxt-template-layout13 .fxt-form .fxt-otp-logo {
  margin-bottom: 20px;
  display: block;
}

.fxt-template-layout13 .fxt-form .fxt-otp-label {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.fxt-template-layout13 .fxt-form p {
  font-size: 18px;
  color: #111111;
}

.fxt-template-layout13 .fxt-form p span {
  display: block;
}

.fxt-template-layout13 .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.fxt-template-layout13 .fxt-form .form-group .input-label {
  margin-bottom: 10px;
}

.fxt-template-layout13 .fxt-form .form-group .field-icon {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 18px;
  padding: 0 5px;
  color: #c5c5c5;
  font-size: 14px;
}

.fxt-template-layout13 .fxt-form .form-group .field-icon:before {
  padding: 17px 10px;
}

.fxt-template-layout13 .fxt-form .form-control {
  min-height: 40px;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 30px 10px 0;
  color: #111;
}

.fxt-template-layout13 .fxt-form input::-webkit-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout13 .fxt-form input::-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout13 .fxt-form input:-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout13 .fxt-form input:-ms-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout13 .fxt-form .fxt-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.fxt-template-layout13 .fxt-form .fxt-form-row .fxt-form-col {
  padding: 10px 5px;
  text-align: center;
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
}

.fxt-template-layout13 .fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-right: 0;
}

.fxt-template-layout13 .fxt-form .fxt-form-btn {
  margin-bottom: 10px;
}

.fxt-template-layout13 .fxt-btn-fill {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 3px;
  background-color: #009BB6;
  padding: 10px 36px;
  margin-bottom: 10px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout13 .fxt-btn-fill:hover {
  background-color: #02adcb;
  border-color: #02adcb;
}

.fxt-template-layout13 .fxt-btn-fill:focus {
  outline: none;
}

.fxt-template-layout13 ul.fxt-socials {
  text-align: center;
}

.fxt-template-layout13 ul.fxt-socials li {
  display: inline-block;
  margin-right: 4px;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout13 ul.fxt-socials li {
    margin-right: 2px;
  }
}

.fxt-template-layout13 ul.fxt-socials li:last-child {
  margin-right: 0;
}

.fxt-template-layout13 ul.fxt-socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 40px;
  width: 40px;
  color: #ffffff;
  border-radius: 50%;
  border: 1px solid;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout13 ul.fxt-socials li.fxt-facebook a {
  background-color: #3b5998;
  border-color: #3b5998;
}

.fxt-template-layout13 ul.fxt-socials li.fxt-facebook a:hover {
  background-color: transparent;
  color: #3b5998;
}

.fxt-template-layout13 ul.fxt-socials li.fxt-twitter a {
  background-color: #00acee;
  border-color: #00acee;
}

.fxt-template-layout13 ul.fxt-socials li.fxt-twitter a:hover {
  background-color: transparent;
  color: #00acee;
}

.fxt-template-layout13 ul.fxt-socials li.fxt-google a {
  background-color: #CC3333;
  border-color: #CC3333;
}

.fxt-template-layout13 ul.fxt-socials li.fxt-google a:hover {
  background-color: transparent;
  color: #CC3333;
}

.fxt-template-layout13 ul.fxt-socials li.fxt-instagram a {
  background-color: #3f729b;
  border-color: #3f729b;
}

.fxt-template-layout13 ul.fxt-socials li.fxt-instagram a:hover {
  background-color: transparent;
  color: #3f729b;
}

.fxt-template-layout13 ul.fxt-socials li.fxt-linkedin a {
  background-color: #0077B5;
  border-color: #0077B5;
}

.fxt-template-layout13 ul.fxt-socials li.fxt-linkedin a:hover {
  background-color: transparent;
  color: #0077B5;
}

.fxt-template-layout13 ul.fxt-socials li.fxt-youtube a {
  background-color: #c4302b;
  border-color: #c4302b;
}

.fxt-template-layout13 ul.fxt-socials li.fxt-youtube a:hover {
  background-color: transparent;
  color: #c4302b;
}

.fxt-template-layout13 .switcher-text {
  color: #63bbff;
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout13 .switcher-text:hover {
  color: #000000;
}

.fxt-template-layout13 .switcher-text2 {
  color: #63bbff;
  font-size: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout13 .switcher-text2.inline-text {
  margin-left: 3px;
}

.fxt-template-layout13 .switcher-text2:hover {
  color: #000000;
}

.fxt-template-layout13 .checkbox {
  padding-left: 5px;
  margin-right: 30px;
  margin-bottom: 5px;
}

.fxt-template-layout13 .checkbox label {
  padding-left: 20px;
  color: #a4a4a4;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}

.fxt-template-layout13 .checkbox label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  margin-left: -5px;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.fxt-template-layout13 .checkbox label:after {
  position: absolute;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 10px;
  color: #555555;
}

.fxt-template-layout13 .checkbox input[type=checkbox] {
  display: none;
}

.fxt-template-layout13 .checkbox input[type=checkbox]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #ffffff;
  left: 15px;
  top: 4px;
}

.fxt-template-layout13 .checkbox input[type=checkbox]:checked + label::before {
  background-color: #009BB6;
  border-color: #009BB6;
}

.fxt-template-layout13 .fxt-footer {
  text-align: center;
}

.fxt-template-layout13 .fxt-footer .fxt-resend-wrap {
  margin-bottom: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 18px;
  width: 100%;
}

.fxt-template-layout13 .fxt-footer .fxt-btn-resend {
  margin-left: 3px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #63bbff;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout13 .fxt-footer .fxt-btn-resend:focus {
  outline: none;
}

.fxt-template-layout13 .fxt-footer .fxt-btn-resend:hover {
  color: #000000;
}

.fxt-template-layout13 .fxt-footer .text-or {
  margin-left: 3px;
  color: #000000;
}

/*========================================================================
17. Demo Layout Fourteen
=========================================================================*/

.fxt-template-layout14 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
  padding: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.fxt-template-layout14:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(4, 4, 14, 0.3);
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}

.fxt-template-layout14 .fxt-checkbox-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.fxt-template-layout14 .fxt-bg-color {
  display: flex;
  padding: 0;
  box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.07);
}

.fxt-template-layout14 .fxt-content {
  padding: 65px 90px 45px;
  width: 100%;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout14 .fxt-content {
    padding: 65px 30px 45px;
  }
}

.fxt-template-layout14 .fxt-header {
  text-align: center;
  margin-bottom: 50px;
}

.fxt-template-layout14 .fxt-header .fxt-logo {
  display: block;
  margin-bottom: 7px;
  max-width: 40vw;
  margin-left: auto;
  margin-right: auto;
}

.fxt-template-layout14 .fxt-header h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}

.fxt-template-layout14 .fxt-header p {
  color: #999898;
}

.fxt-template-layout14 .fxt-form h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 25px;
}

.fxt-template-layout14 .fxt-form .fxt-otp-logo {
  margin-bottom: 20px;
  display: block;
  text-align: center;
}

.fxt-template-layout14 .fxt-form .fxt-otp-label {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}

.fxt-template-layout14 .fxt-form p {
  font-size: 18px;
  color: #111111;
  text-align: center;
}

.fxt-template-layout14 .fxt-form p span {
  display: block;
}

.fxt-template-layout14 .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.fxt-template-layout14 .fxt-form .form-group .field-icon {
  position: absolute;
  z-index: 1;
  right: 19px;
  bottom: 18px;
  font-size: 14px;
  color: #a1a1a1;
}

.fxt-template-layout14 .fxt-form .form-group .field-icon:before {
  padding: 17px 10px;
}

.fxt-template-layout14 .fxt-form .form-control {
  min-height: 50px;
  box-shadow: none;
  border: 1px solid #e7e7e7;
  padding: 10px 15px;
  color: #111;
}

.fxt-template-layout14 .fxt-form input::-webkit-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout14 .fxt-form input::-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout14 .fxt-form input:-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout14 .fxt-form input:-ms-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout14 .fxt-form .fxt-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.fxt-template-layout14 .fxt-form .fxt-form-row .fxt-form-col {
  padding: 10px 5px;
  text-align: center;
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
}

.fxt-template-layout14 .fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-right: 0;
}

.fxt-template-layout14 .fxt-form .fxt-form-btn {
  margin-bottom: 10px;
}

.fxt-template-layout14 .fxt-btn-fill {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 3px;
  background-color: #e5698e;
  padding: 10px 36px;
  margin-bottom: 10px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout14 .fxt-btn-fill:hover {
  background-color: #f381a3;
  border-color: #f381a3;
}

.fxt-template-layout14 .fxt-btn-fill:focus {
  outline: none;
}

.fxt-template-layout14 .switcher-text {
  color: #63bbff;
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout14 .switcher-text:hover {
  color: #000000;
}

.fxt-template-layout14 .switcher-text2 {
  color: #63bbff;
  font-size: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout14 .switcher-text2.inline-text {
  margin-left: 3px;
}

.fxt-template-layout14 .switcher-text2:hover {
  color: #000000;
}

.fxt-template-layout14 .fxt-style-line {
  overflow: hidden;
  text-align: center;
}

.fxt-template-layout14 .fxt-style-line h3 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 20px;
  color: #a4a4a4;
  display: inline-block;
  position: relative;
  padding: 0 25px;
  z-index: 1;
}

.fxt-template-layout14 .fxt-style-line h3:before {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ebebeb;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout14 .fxt-style-line h3:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ebebeb;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout14 ul.fxt-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 20px;
}

.fxt-template-layout14 ul.fxt-socials li {
  max-width: 100%;
  flex: 0 0 33.33333%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout14 ul.fxt-socials li {
    flex: 0 0 50%;
  }
}

@media only screen and (max-width: 350px) {
  .fxt-template-layout14 ul.fxt-socials li {
    flex: 0 0 100%;
  }
}

.fxt-template-layout14 ul.fxt-socials li a {
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  height: 45px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout14 ul.fxt-socials li a i {
  border-radius: 2px 0 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
}

.fxt-template-layout14 ul.fxt-socials li a span {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.fxt-template-layout14 ul.fxt-socials li.fxt-facebook a {
  background-color: #3b5998;
}

.fxt-template-layout14 ul.fxt-socials li.fxt-facebook a i {
  background-color: #4867aa;
}

.fxt-template-layout14 ul.fxt-socials li.fxt-facebook a:hover {
  background-color: #5676bb;
}

.fxt-template-layout14 ul.fxt-socials li.fxt-twitter a {
  background-color: #00acee;
}

.fxt-template-layout14 ul.fxt-socials li.fxt-twitter a i {
  background-color: #33ccff;
}

.fxt-template-layout14 ul.fxt-socials li.fxt-twitter a:hover {
  background-color: #3dc5f3;
}

.fxt-template-layout14 ul.fxt-socials li.fxt-google a {
  background-color: #CC3333;
}

.fxt-template-layout14 ul.fxt-socials li.fxt-google a i {
  background-color: #db4437;
}

.fxt-template-layout14 ul.fxt-socials li.fxt-google a:hover {
  background-color: #e75042;
}

.fxt-template-layout14 .checkbox {
  padding-left: 5px;
  margin-right: 30px;
  margin-bottom: 5px;
}

.fxt-template-layout14 .checkbox label {
  padding-left: 20px;
  color: #a4a4a4;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}

.fxt-template-layout14 .checkbox label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  margin-left: -5px;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.fxt-template-layout14 .checkbox label:after {
  position: absolute;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 10px;
  color: #555555;
}

.fxt-template-layout14 .checkbox input[type=checkbox] {
  display: none;
}

.fxt-template-layout14 .checkbox input[type=checkbox]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #ffffff;
  left: 15px;
  top: 4px;
}

.fxt-template-layout14 .checkbox input[type=checkbox]:checked + label::before {
  background-color: #e5698e;
  border-color: #e5698e;
}

.fxt-template-layout14 .fxt-footer {
  text-align: center;
}

.fxt-template-layout14 .fxt-footer p {
  color: #999898;
}

.fxt-template-layout14 .fxt-footer .fxt-resend-wrap {
  margin-bottom: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 18px;
  width: 100%;
}

.fxt-template-layout14 .fxt-footer .fxt-btn-resend {
  margin-left: 3px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #63bbff;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout14 .fxt-footer .fxt-btn-resend:focus {
  outline: none;
}

.fxt-template-layout14 .fxt-footer .fxt-btn-resend:hover {
  color: #000000;
}

.fxt-template-layout14 .fxt-footer .text-or {
  margin-left: 3px;
  color: #000000;
}

/*========================================================================
18. Demo Layout Fifteen
=========================================================================*/

.fxt-template-layout15 .fxt-checkbox-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.fxt-template-layout15 .fxt-bg-color {
  background-color: #ffffff;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 15px 52px;
}

.fxt-template-layout15 .fxt-bg-img {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px 15px 30px;
  position: relative;
  z-index: 1;
}

.fxt-template-layout15 .fxt-bg-img:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(4, 4, 14, 0.6);
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}

.fxt-template-layout15 .fxt-intro {
  display: flex;
  flex-direction: column;
  max-width: 480px;
  width: 100%;
}

.fxt-template-layout15 .fxt-intro h1 {
  color: #fff;
  font-weight: 700;
}

.fxt-template-layout15 .fxt-intro p {
  color: #fff;
  margin-bottom: 50px;
}

.fxt-template-layout15 .fxt-intro .fxt-page-switcher {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.fxt-template-layout15 .fxt-intro .fxt-page-switcher .switcher-text1 {
  color: #fff;
  font-size: 18px;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #f1f1f1;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout15 .fxt-intro .fxt-page-switcher .switcher-text1 {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .fxt-template-layout15 .fxt-intro .fxt-page-switcher .switcher-text1 {
    margin-right: 15px;
    padding-right: 10px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 320px) {
  .fxt-template-layout15 .fxt-intro .fxt-page-switcher .switcher-text1 {
    margin-right: 10px;
    padding-right: 5px;
  }
}

.fxt-template-layout15 .fxt-intro .fxt-page-switcher .switcher-text1:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.fxt-template-layout15 .fxt-intro .fxt-page-switcher .switcher-text1:hover {
  color: #dddddd;
}

.fxt-template-layout15 .fxt-intro .fxt-page-switcher .switcher-text1.active {
  color: #e9b102;
}

.fxt-template-layout15 .fxt-content {
  max-width: 450px;
  width: 100%;
}

.fxt-template-layout15 .fxt-header .fxt-logo {
  display: block;
  margin-bottom: 100px;
  max-width: 40vw;
}

.fxt-template-layout15 .fxt-form {
  margin-bottom: 40px;
}

.fxt-template-layout15 .fxt-form h2 {
  font-weight: 700;
  margin-bottom: 5px;
}

.fxt-template-layout15 .fxt-form .fxt-otp-logo {
  margin-bottom: 20px;
  display: block;
}

.fxt-template-layout15 .fxt-form .fxt-otp-label {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}

.fxt-template-layout15 .fxt-form p {
  font-size: 17px;
  margin-bottom: 30px;
}

.fxt-template-layout15 .fxt-form p span {
  display: block;
}

.fxt-template-layout15 .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.fxt-template-layout15 .fxt-form .form-group i {
  position: absolute;
  z-index: 1;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.fxt-template-layout15 .fxt-form .form-group [class^=flaticon-]:before,
        .fxt-template-layout15 .fxt-form .form-group [class*=" flaticon-"]:before,
        .fxt-template-layout15 .fxt-form .form-group [class^=flaticon-]:after,
        .fxt-template-layout15 .fxt-form .form-group [class*=" flaticon-"]:after {
  margin-left: 0;
  font-size: 17px;
  color: #a1a1a1;
}

.fxt-template-layout15 .fxt-form .form-control {
  min-height: 40px;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 30px 10px 0;
  color: #111111;
}

.fxt-template-layout15 .fxt-form input::-webkit-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout15 .fxt-form input::-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout15 .fxt-form input:-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout15 .fxt-form input:-ms-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout15 .fxt-form .fxt-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.fxt-template-layout15 .fxt-form .fxt-form-row .fxt-form-col {
  padding: 10px 5px;
  text-align: center;
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
}

.fxt-template-layout15 .fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-right: 0;
}

.fxt-template-layout15 .fxt-btn-fill {
  margin-right: 30px;
  margin-top: 15px;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 3px;
  background-color: #e9b102;
  padding: 10px 36px;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout15 .fxt-btn-fill:hover {
  background-color: #ecb719;
  border-color: #ecb719;
}

.fxt-template-layout15 .fxt-btn-fill:focus {
  outline: none;
}

.fxt-template-layout15 .switcher-text2 {
  color: #9f9f9f;
  font-size: 15px;
  margin-top: 5px;
  display: block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout15 .switcher-text2:hover {
  color: #000000;
}

.fxt-template-layout15 ul.fxt-socials li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 8px;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout15 ul.fxt-socials li {
    margin-right: 2px;
  }
}

.fxt-template-layout15 ul.fxt-socials li:last-child {
  margin-right: 0;
}

.fxt-template-layout15 ul.fxt-socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 40px;
  width: 40px;
  color: #ffffff;
  border-radius: 50%;
  border: 1px solid;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout15 ul.fxt-socials li.fxt-facebook a {
  background-color: #3b5998;
  border-color: #3b5998;
}

.fxt-template-layout15 ul.fxt-socials li.fxt-facebook a:hover {
  background-color: transparent;
  color: #3b5998;
}

.fxt-template-layout15 ul.fxt-socials li.fxt-twitter a {
  background-color: #00acee;
  border-color: #00acee;
}

.fxt-template-layout15 ul.fxt-socials li.fxt-twitter a:hover {
  background-color: transparent;
  color: #00acee;
}

.fxt-template-layout15 ul.fxt-socials li.fxt-google a {
  background-color: #CC3333;
  border-color: #CC3333;
}

.fxt-template-layout15 ul.fxt-socials li.fxt-google a:hover {
  background-color: transparent;
  color: #CC3333;
}

.fxt-template-layout15 ul.fxt-socials li.fxt-instagram a {
  background-color: #3f729b;
  border-color: #3f729b;
}

.fxt-template-layout15 ul.fxt-socials li.fxt-instagram a:hover {
  background-color: transparent;
  color: #3f729b;
}

.fxt-template-layout15 ul.fxt-socials li.fxt-linkedin a {
  background-color: #0077B5;
  border-color: #0077B5;
}

.fxt-template-layout15 ul.fxt-socials li.fxt-linkedin a:hover {
  background-color: transparent;
  color: #0077B5;
}

.fxt-template-layout15 ul.fxt-socials li.fxt-youtube a {
  background-color: #c4302b;
  border-color: #c4302b;
}

.fxt-template-layout15 ul.fxt-socials li.fxt-youtube a:hover {
  background-color: transparent;
  color: #c4302b;
}

.fxt-template-layout15 ul.fxt-socials li.fxt-pinterest a {
  background-color: #bd081c;
  border-color: #bd081c;
}

.fxt-template-layout15 ul.fxt-socials li.fxt-pinterest a:hover {
  background-color: transparent;
  color: #bd081c;
}

.fxt-template-layout15 .fxt-footer {
  text-align: center;
}

.fxt-template-layout15 .fxt-footer .fxt-resend-wrap {
  margin-bottom: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 18px;
  width: 100%;
}

.fxt-template-layout15 .fxt-footer .fxt-btn-resend {
  margin-left: 3px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #63bbff;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout15 .fxt-footer .fxt-btn-resend:focus {
  outline: none;
}

.fxt-template-layout15 .fxt-footer .fxt-btn-resend:hover {
  color: #000000;
}

.fxt-template-layout15 .fxt-footer .text-or {
  margin-left: 3px;
  color: #000000;
}

/*========================================================================
19. Demo Layout Sixteen
=========================================================================*/

.fxt-template-layout16 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #111;
  padding: 15px;
}

.fxt-template-layout16 .fxt-checkbox-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.fxt-template-layout16 .fxt-bg-color {
  display: flex;
  padding: 0;
}

.fxt-template-layout16 .fxt-content {
  padding: 65px 90px 45px;
  width: 100%;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout16 .fxt-content {
    padding: 65px 30px 45px;
  }
}

.fxt-template-layout16 .fxt-header {
  text-align: center;
  margin-bottom: 50px;
}

.fxt-template-layout16 .fxt-header .fxt-logo {
  display: block;
  margin-bottom: 7px;
  max-width: 40vw;
  margin-left: auto;
  margin-right: auto;
}

.fxt-template-layout16 .fxt-header h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}

.fxt-template-layout16 .fxt-header p {
  color: #999898;
}

.fxt-template-layout16 .fxt-form h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 25px;
}

.fxt-template-layout16 .fxt-form .fxt-otp-logo {
  margin-bottom: 20px;
  display: block;
  text-align: center;
}

.fxt-template-layout16 .fxt-form .fxt-otp-label {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}

.fxt-template-layout16 .fxt-form p {
  font-size: 18px;
  color: #111111;
  text-align: center;
}

.fxt-template-layout16 .fxt-form p span {
  display: block;
}

.fxt-template-layout16 .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.fxt-template-layout16 .fxt-form .form-group .field-icon {
  position: absolute;
  z-index: 1;
  right: 19px;
  bottom: 18px;
  font-size: 14px;
  color: #a1a1a1;
}

.fxt-template-layout16 .fxt-form .form-group .field-icon:before {
  padding: 17px 10px;
}

.fxt-template-layout16 .fxt-form .form-control {
  min-height: 50px;
  box-shadow: none;
  border: 1px solid #e7e7e7;
  padding: 10px 15px;
  color: #111;
}

.fxt-template-layout16 .fxt-form input::-webkit-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout16 .fxt-form input::-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout16 .fxt-form input:-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout16 .fxt-form input:-ms-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout16 .fxt-form .fxt-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.fxt-template-layout16 .fxt-form .fxt-form-row .fxt-form-col {
  padding: 10px 5px;
  text-align: center;
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
}

.fxt-template-layout16 .fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-right: 0;
}

.fxt-template-layout16 .fxt-form .fxt-form-btn {
  margin-bottom: 10px;
}

.fxt-template-layout16 .fxt-btn-fill {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 3px;
  background-color: #111;
  padding: 10px 36px;
  margin-bottom: 10px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout16 .fxt-btn-fill:hover {
  background-color: #333;
  border-color: #333;
}

.fxt-template-layout16 .fxt-btn-fill:focus {
  outline: none;
}

.fxt-template-layout16 .switcher-text {
  color: #63bbff;
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout16 .switcher-text:hover {
  color: #000000;
}

.fxt-template-layout16 .switcher-text2 {
  color: #63bbff;
  font-size: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout16 .switcher-text2.inline-text {
  margin-left: 3px;
}

.fxt-template-layout16 .switcher-text2:hover {
  color: #000000;
}

.fxt-template-layout16 .fxt-style-line {
  overflow: hidden;
  text-align: center;
}

.fxt-template-layout16 .fxt-style-line h3 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 20px;
  color: #a4a4a4;
  display: inline-block;
  position: relative;
  padding: 0 25px;
  z-index: 1;
}

.fxt-template-layout16 .fxt-style-line h3:before {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ebebeb;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout16 .fxt-style-line h3:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ebebeb;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout16 ul.fxt-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 20px;
}

.fxt-template-layout16 ul.fxt-socials li {
  max-width: 100%;
  flex: 0 0 33.33333%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout16 ul.fxt-socials li {
    flex: 0 0 50%;
  }
}

@media only screen and (max-width: 350px) {
  .fxt-template-layout16 ul.fxt-socials li {
    flex: 0 0 100%;
  }
}

.fxt-template-layout16 ul.fxt-socials li a {
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  height: 45px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout16 ul.fxt-socials li a i {
  border-radius: 2px 0 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
}

.fxt-template-layout16 ul.fxt-socials li a span {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.fxt-template-layout16 ul.fxt-socials li.fxt-facebook a {
  background-color: #3b5998;
}

.fxt-template-layout16 ul.fxt-socials li.fxt-facebook a i {
  background-color: #4867aa;
}

.fxt-template-layout16 ul.fxt-socials li.fxt-facebook a:hover {
  background-color: #5676bb;
}

.fxt-template-layout16 ul.fxt-socials li.fxt-twitter a {
  background-color: #00acee;
}

.fxt-template-layout16 ul.fxt-socials li.fxt-twitter a i {
  background-color: #33ccff;
}

.fxt-template-layout16 ul.fxt-socials li.fxt-twitter a:hover {
  background-color: #3dc5f3;
}

.fxt-template-layout16 ul.fxt-socials li.fxt-google a {
  background-color: #CC3333;
}

.fxt-template-layout16 ul.fxt-socials li.fxt-google a i {
  background-color: #db4437;
}

.fxt-template-layout16 ul.fxt-socials li.fxt-google a:hover {
  background-color: #e75042;
}

.fxt-template-layout16 .checkbox {
  padding-left: 5px;
  margin-right: 30px;
  margin-bottom: 5px;
}

.fxt-template-layout16 .checkbox label {
  padding-left: 20px;
  color: #a4a4a4;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}

.fxt-template-layout16 .checkbox label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  margin-left: -5px;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.fxt-template-layout16 .checkbox label:after {
  position: absolute;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 10px;
  color: #555555;
}

.fxt-template-layout16 .checkbox input[type=checkbox] {
  display: none;
}

.fxt-template-layout16 .checkbox input[type=checkbox]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #ffffff;
  left: 15px;
  top: 4px;
}

.fxt-template-layout16 .checkbox input[type=checkbox]:checked + label::before {
  background-color: #111;
  border-color: #111;
}

.fxt-template-layout16 .fxt-footer {
  text-align: center;
}

.fxt-template-layout16 .fxt-footer p {
  color: #999898;
}

.fxt-template-layout16 .fxt-footer .fxt-resend-wrap {
  margin-bottom: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 18px;
  width: 100%;
}

.fxt-template-layout16 .fxt-footer .fxt-btn-resend {
  margin-left: 3px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #63bbff;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout16 .fxt-footer .fxt-btn-resend:focus {
  outline: none;
}

.fxt-template-layout16 .fxt-footer .fxt-btn-resend:hover {
  color: #000000;
}

.fxt-template-layout16 .fxt-footer .text-or {
  margin-left: 3px;
  color: #000000;
}

/*========================================================================
20. Demo Layout Seventeen
=========================================================================*/

.fxt-template-layout17 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
  padding: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.fxt-template-layout17 .fxt-checkbox-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.fxt-template-layout17 .fxt-bg-color {
  display: flex;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 3px 0 79px 0 rgba(0, 0, 0, 0.1);
}

.fxt-template-layout17 .fxt-content {
  padding: 100px 65px 70px 80px;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .fxt-template-layout17 .fxt-content {
    padding: 100px 35px 70px 50px;
  }
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout17 .fxt-content {
    padding: 100px 70px 70px 70px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout17 .fxt-content {
    padding: 80px 50px 50px 50px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout17 .fxt-content {
    padding: 60px 30px 30px 30px;
  }
}

@media only screen and (max-width: 479px) {
  .fxt-template-layout17 .fxt-content {
    padding: 50px 20px 20px 20px;
  }
}

.fxt-template-layout17 .fxt-header {
  text-align: center;
}

.fxt-template-layout17 .fxt-logo {
  display: block;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 40vw;
}

.fxt-template-layout17 .fxt-form h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 25px;
}

.fxt-template-layout17 .fxt-form .fxt-otp-logo {
  margin-bottom: 20px;
  display: block;
  text-align: center;
}

.fxt-template-layout17 .fxt-form .fxt-otp-label {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}

.fxt-template-layout17 .fxt-form p {
  font-size: 18px;
  color: #111111;
  text-align: center;
}

.fxt-template-layout17 .fxt-form p span {
  display: block;
}

.fxt-template-layout17 .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}

.fxt-template-layout17 .fxt-form .form-control {
  min-height: 50px;
  box-shadow: none;
  border: 1px solid #e7e7e7;
  padding: 10px 15px;
  color: #111111;
}

.fxt-template-layout17 .fxt-form input::-webkit-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout17 .fxt-form input::-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout17 .fxt-form input:-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout17 .fxt-form input:-ms-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout17 .fxt-form .fxt-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.fxt-template-layout17 .fxt-form .fxt-form-row .fxt-form-col {
  padding: 10px 5px;
  text-align: center;
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
}

.fxt-template-layout17 .fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-right: 0;
}

.fxt-template-layout17 .fxt-form .fxt-form-btn {
  margin-bottom: 10px;
}

.fxt-template-layout17 .fxt-btn-fill {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 3px;
  background-color: #46a203;
  padding: 10px 36px;
  margin-bottom: 10px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout17 .fxt-btn-fill:hover {
  background-color: #52af10;
  border-color: #52af10;
}

.fxt-template-layout17 .fxt-btn-fill:focus {
  outline: none;
}

.fxt-template-layout17 .switcher-text {
  color: #63bbff;
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout17 .switcher-text:hover {
  color: #000000;
}

.fxt-template-layout17 .switcher-text2 {
  color: #63bbff;
  font-size: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout17 .switcher-text2.inline-text {
  margin-left: 3px;
}

.fxt-template-layout17 .switcher-text2:hover {
  color: #000000;
}

.fxt-template-layout17 .fxt-style-line {
  overflow: hidden;
  text-align: center;
}

.fxt-template-layout17 .fxt-style-line h2 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 20px;
  color: #a4a4a4;
  display: inline-block;
  position: relative;
  padding: 0 25px;
  z-index: 1;
}

.fxt-template-layout17 .fxt-style-line h2:before {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ebebeb;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout17 .fxt-style-line h2:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ebebeb;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout17 ul.fxt-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 20px;
}

.fxt-template-layout17 ul.fxt-socials li {
  max-width: 100%;
  flex: 0 0 33.33333%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout17 ul.fxt-socials li {
    flex: 0 0 50%;
  }
}

@media only screen and (max-width: 350px) {
  .fxt-template-layout17 ul.fxt-socials li {
    flex: 0 0 100%;
  }
}

.fxt-template-layout17 ul.fxt-socials li a {
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  height: 45px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout17 ul.fxt-socials li a i {
  border-radius: 2px 0 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
}

.fxt-template-layout17 ul.fxt-socials li a span {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.fxt-template-layout17 ul.fxt-socials li.fxt-facebook a {
  background-color: #3b5998;
}

.fxt-template-layout17 ul.fxt-socials li.fxt-facebook a i {
  background-color: #4867aa;
}

.fxt-template-layout17 ul.fxt-socials li.fxt-facebook a:hover {
  background-color: #5676bb;
}

.fxt-template-layout17 ul.fxt-socials li.fxt-twitter a {
  background-color: #00acee;
}

.fxt-template-layout17 ul.fxt-socials li.fxt-twitter a i {
  background-color: #33ccff;
}

.fxt-template-layout17 ul.fxt-socials li.fxt-twitter a:hover {
  background-color: #3dc5f3;
}

.fxt-template-layout17 ul.fxt-socials li.fxt-google a {
  background-color: #CC3333;
}

.fxt-template-layout17 ul.fxt-socials li.fxt-google a i {
  background-color: #db4437;
}

.fxt-template-layout17 ul.fxt-socials li.fxt-google a:hover {
  background-color: #e75042;
}

.fxt-template-layout17 .checkbox {
  padding-left: 5px;
  margin-right: 30px;
  margin-bottom: 5px;
}

.fxt-template-layout17 .checkbox label {
  padding-left: 20px;
  color: #a4a4a4;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}

.fxt-template-layout17 .checkbox label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  margin-left: -5px;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.fxt-template-layout17 .checkbox label:after {
  position: absolute;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 10px;
  color: #555555;
}

.fxt-template-layout17 .checkbox input[type=checkbox] {
  display: none;
}

.fxt-template-layout17 .checkbox input[type=checkbox]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #ffffff;
  left: 15px;
  top: 4px;
}

.fxt-template-layout17 .checkbox input[type=checkbox]:checked + label::before {
  background-color: #46a203;
  border-color: #46a203;
}

.fxt-template-layout17 .fxt-footer {
  text-align: center;
}

.fxt-template-layout17 .fxt-footer .fxt-resend-wrap {
  margin-bottom: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 18px;
  width: 100%;
}

.fxt-template-layout17 .fxt-footer .fxt-btn-resend {
  margin-left: 3px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #63bbff;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout17 .fxt-footer .fxt-btn-resend:focus {
  outline: none;
}

.fxt-template-layout17 .fxt-footer .fxt-btn-resend:hover {
  color: #000000;
}

.fxt-template-layout17 .fxt-footer .text-or {
  margin-left: 3px;
  color: #000000;
}

/*========================================================================
21. Demo Layout Eighteen
=========================================================================*/

.fxt-template-layout18 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  min-height: 100vh;
  z-index: 1;
  padding: 15px;
}

.fxt-template-layout18:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}

.fxt-template-layout18 .fxt-checkbox-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.fxt-template-layout18 .fxt-content {
  max-width: 600px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 80px 80px 60px;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout18 .fxt-content {
    padding: 70px 60px 50px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout18 .fxt-content {
    padding: 60px 40px 40px;
  }
}

@media only screen and (max-width: 479px) {
  .fxt-template-layout18 .fxt-content {
    padding: 50px 20px 30px;
  }
}

.fxt-template-layout18 .fxt-header {
  text-align: center;
  margin-bottom: 50px;
}

.fxt-template-layout18 .fxt-logo {
  display: block;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 40vw;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout18 .fxt-logo {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout18 .fxt-logo {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout18 .fxt-logo {
    margin-bottom: 40px;
  }
}

.fxt-template-layout18 .fxt-form h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #e4e4e4;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout18 .fxt-form h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout18 .fxt-form h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout18 .fxt-form h2 {
    font-size: 22px;
  }
}

.fxt-template-layout18 .fxt-form .fxt-otp-logo {
  margin-bottom: 20px;
  display: block;
}

.fxt-template-layout18 .fxt-form .fxt-otp-label {
  width: 100%;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #e4e4e4;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout18 .fxt-form .fxt-otp-label {
    font-size: 17px;
  }
}

.fxt-template-layout18 .fxt-form .fxt-sending-to {
  font-size: 16px;
  margin-bottom: 20px;
  color: #ffffff;
}

.fxt-template-layout18 .fxt-form .fxt-sending-to span {
  display: block;
}

.fxt-template-layout18 .fxt-form p {
  font-size: 20px;
  color: #ffffff;
}

.fxt-template-layout18 .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.fxt-template-layout18 .fxt-form .form-group .field-icon {
  position: absolute;
  z-index: 1;
  right: 19px;
  bottom: 18px;
  font-size: 14px;
  color: #bebebe;
}

.fxt-template-layout18 .fxt-form .form-group .field-icon:before {
  padding: 17px 10px;
}

.fxt-template-layout18 .fxt-form .form-control {
  min-height: 50px;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 15px;
  background-color: transparent;
  color: #fff;
}

.fxt-template-layout18 .fxt-form input::-webkit-input-placeholder {
  color: #bebebe;
  font-size: 18px;
  font-weight: 300;
}

.fxt-template-layout18 .fxt-form input::-moz-placeholder {
  color: #bebebe;
  font-size: 18px;
  font-weight: 300;
}

.fxt-template-layout18 .fxt-form input:-moz-placeholder {
  color: #bebebe;
  font-size: 18px;
  font-weight: 300;
}

.fxt-template-layout18 .fxt-form input:-ms-input-placeholder {
  color: #bebebe;
  font-size: 18px;
  font-weight: 300;
}

.fxt-template-layout18 .fxt-form .fxt-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.fxt-template-layout18 .fxt-form .fxt-form-row .fxt-form-col {
  padding: 10px 5px;
  text-align: center;
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
}

.fxt-template-layout18 .fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-right: 0;
}

.fxt-template-layout18 .fxt-form .fxt-form-btn {
  margin-bottom: 10px;
}

.fxt-template-layout18 .fxt-btn-fill {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 3px;
  background-color: #1fbe66;
  padding: 10px 36px;
  margin-bottom: 10px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout18 .fxt-btn-fill:hover {
  background-color: #17a156;
  border-color: #17a156;
}

.fxt-template-layout18 .fxt-btn-fill:focus {
  outline: none;
}

.fxt-template-layout18 .switcher-text {
  color: #d4d4d4;
  text-decoration: underline;
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout18 .switcher-text:hover {
  color: #ffffff;
}

.fxt-template-layout18 .switcher-text2 {
  color: #d4d4d4;
  text-decoration: underline;
  font-size: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout18 .switcher-text2.inline-text {
  margin-left: 3px;
}

.fxt-template-layout18 .switcher-text2:hover {
  color: #ffffff;
}

.fxt-template-layout18 .fxt-style-line {
  overflow: hidden;
  text-align: center;
}

.fxt-template-layout18 .fxt-style-line h3 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 20px;
  color: #a4a4a4;
  display: inline-block;
  position: relative;
  padding: 0 25px;
  z-index: 1;
}

.fxt-template-layout18 .fxt-style-line h3:before {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #a4a4a4;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout18 .fxt-style-line h3:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #a4a4a4;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout18 ul.fxt-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 20px;
}

.fxt-template-layout18 ul.fxt-socials li {
  max-width: 100%;
  flex: 0 0 33.33333%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout18 ul.fxt-socials li {
    flex: 0 0 50%;
  }
}

@media only screen and (max-width: 350px) {
  .fxt-template-layout18 ul.fxt-socials li {
    flex: 0 0 100%;
  }
}

.fxt-template-layout18 ul.fxt-socials li a {
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  height: 45px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout18 ul.fxt-socials li a i {
  border-radius: 2px 0 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
}

.fxt-template-layout18 ul.fxt-socials li a span {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.fxt-template-layout18 ul.fxt-socials li.fxt-facebook a {
  background-color: #3b5998;
}

.fxt-template-layout18 ul.fxt-socials li.fxt-facebook a i {
  background-color: #4867aa;
}

.fxt-template-layout18 ul.fxt-socials li.fxt-facebook a:hover {
  background-color: #5676bb;
}

.fxt-template-layout18 ul.fxt-socials li.fxt-twitter a {
  background-color: #00acee;
}

.fxt-template-layout18 ul.fxt-socials li.fxt-twitter a i {
  background-color: #33ccff;
}

.fxt-template-layout18 ul.fxt-socials li.fxt-twitter a:hover {
  background-color: #3dc5f3;
}

.fxt-template-layout18 ul.fxt-socials li.fxt-google a {
  background-color: #CC3333;
}

.fxt-template-layout18 ul.fxt-socials li.fxt-google a i {
  background-color: #db4437;
}

.fxt-template-layout18 ul.fxt-socials li.fxt-google a:hover {
  background-color: #e75042;
}

.fxt-template-layout18 .checkbox {
  padding-left: 5px;
  margin-right: 30px;
  margin-bottom: 5px;
}

.fxt-template-layout18 .checkbox label {
  padding-left: 20px;
  color: #b9b9b9;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}

.fxt-template-layout18 .checkbox label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  margin-left: -5px;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 2px;
  background-color: transparent;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.fxt-template-layout18 .checkbox label:after {
  position: absolute;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 10px;
  color: #555555;
}

.fxt-template-layout18 .checkbox input[type=checkbox] {
  display: none;
}

.fxt-template-layout18 .checkbox input[type=checkbox]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #ffffff;
  left: 15px;
  top: 4px;
}

.fxt-template-layout18 .checkbox input[type=checkbox]:checked + label::before {
  background-color: #1fbe66;
  border-color: #1fbe66;
}

.fxt-template-layout18 .fxt-footer {
  text-align: center;
}

.fxt-template-layout18 .fxt-footer p {
  color: #b6b6b6;
}

.fxt-template-layout18 .fxt-footer .fxt-resend-wrap {
  margin-bottom: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 17px;
}

.fxt-template-layout18 .fxt-footer .fxt-btn-resend {
  margin-left: 3px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #d3d3d3;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout18 .fxt-footer .fxt-btn-resend:focus {
  outline: none;
}

.fxt-template-layout18 .fxt-footer .fxt-btn-resend:hover {
  color: #ffffff;
}

.fxt-template-layout18 .fxt-footer .text-or {
  margin-left: 3px;
}

/*========================================================================
22. Demo Layout Nineteen
=========================================================================*/

.fxt-template-layout19 .fxt-checkbox-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.fxt-template-layout19 .fxt-bg-color {
  background-color: #ffffff;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 30px;
}

.fxt-template-layout19 .fxt-bg-img {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 15px;
  position: relative;
  z-index: 1;
}

.fxt-template-layout19 .fxt-bg-img:before {
  content: "";
  background: rgba(0, 255, 180, 0.75);
  background: linear-gradient(180deg, rgba(0, 255, 180, 0.75) 16%, rgba(38, 112, 212, 0.75) 100%);
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.fxt-template-layout19 .fxt-content {
  max-width: 450px;
  width: 100%;
}

.fxt-template-layout19 .fxt-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 480px;
  width: 100%;
  text-align: center;
}

.fxt-template-layout19 .fxt-header .fxt-logo {
  display: block;
  margin-bottom: 30px;
  max-width: 40vw;
}

.fxt-template-layout19 .fxt-header h1 {
  color: #fff;
}

.fxt-template-layout19 .fxt-header p {
  color: #fff;
}

.fxt-template-layout19 .fxt-form {
  flex: 1;
  margin-bottom: 40px;
}

.fxt-template-layout19 .fxt-form h2 {
  font-weight: 500;
  margin-bottom: 80px;
  font-size: 24px;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout19 .fxt-form h2 {
    font-size: 22px;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout19 .fxt-form h2 {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

.fxt-template-layout19 .fxt-form .fxt-otp-logo {
  margin-bottom: 20px;
  display: block;
}

.fxt-template-layout19 .fxt-form p {
  margin-bottom: 30px;
  font-size: 17px;
}

.fxt-template-layout19 .fxt-form p span {
  display: block;
}

.fxt-template-layout19 .fxt-form .fxt-otp-label {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}

.fxt-template-layout19 .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.fxt-template-layout19 .fxt-form .form-group .field-icon {
  position: absolute;
  z-index: 1;
  right: 8px;
  top: 50%;
  color: #9f9f9f;
  font-size: 14px;
  transform: translateY(-50%);
}

.fxt-template-layout19 .fxt-form .form-group .field-icon:before {
  padding: 12px 0 12px 10px;
}

.fxt-template-layout19 .fxt-form .form-control {
  min-height: 40px;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 30px 10px 0;
  color: #111;
}

.fxt-template-layout19 .fxt-form input::-webkit-input-placeholder {
  color: #999999;
  font-size: 18px;
  font-weight: 300;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout19 .fxt-form input::-webkit-input-placeholder {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout19 .fxt-form input::-webkit-input-placeholder {
    font-size: 16px;
  }
}

.fxt-template-layout19 .fxt-form input::-moz-placeholder {
  color: #999999;
  font-size: 18px;
  font-weight: 300;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout19 .fxt-form input::-moz-placeholder {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout19 .fxt-form input::-moz-placeholder {
    font-size: 16px;
  }
}

.fxt-template-layout19 .fxt-form input:-moz-placeholder {
  color: #999999;
  font-size: 18px;
  font-weight: 300;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout19 .fxt-form input:-moz-placeholder {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout19 .fxt-form input:-moz-placeholder {
    font-size: 16px;
  }
}

.fxt-template-layout19 .fxt-form input:-ms-input-placeholder {
  color: #999999;
  font-size: 18px;
  font-weight: 300;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout19 .fxt-form input:-ms-input-placeholder {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout19 .fxt-form input:-ms-input-placeholder {
    font-size: 16px;
  }
}

.fxt-template-layout19 .fxt-form .fxt-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.fxt-template-layout19 .fxt-form .fxt-form-row .fxt-form-col {
  padding: 10px 5px;
  text-align: center;
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
}

.fxt-template-layout19 .fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-right: 0;
}

.fxt-template-layout19 .fxt-form .fxt-form-btn {
  margin-bottom: 10px;
}

.fxt-template-layout19 .fxt-form .fxt-resend-wrap {
  margin-bottom: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 18px;
  width: 100%;
}

.fxt-template-layout19 .fxt-form .fxt-btn-resend {
  margin-left: 3px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #63bbff;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout19 .fxt-form .fxt-btn-resend:focus {
  outline: none;
}

.fxt-template-layout19 .fxt-form .fxt-btn-resend:hover {
  color: #000000;
}

.fxt-template-layout19 .fxt-form .text-or {
  margin-left: 3px;
  color: #000000;
}

.fxt-template-layout19 .fxt-btn-fill {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 3px;
  background-color: #2670d4;
  padding: 10px 36px;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout19 .fxt-btn-fill:hover {
  background-color: #1763c7;
}

.fxt-template-layout19 .fxt-btn-fill:focus {
  outline: none;
}

.fxt-template-layout19 .fxt-btn-ghost {
  margin-top: 15px;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 3px;
  background-color: transparent;
  padding: 10px 36px;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout19 .fxt-btn-ghost:hover {
  background-color: #fff;
  border-color: #fff;
  color: #2670d4;
}

.fxt-template-layout19 .fxt-btn-ghost:focus {
  outline: none;
}

.fxt-template-layout19 .switcher-text {
  color: #63bbff;
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout19 .switcher-text:hover {
  color: #000000;
}

.fxt-template-layout19 .checkbox {
  padding-left: 5px;
  margin-right: 30px;
  margin-bottom: 5px;
}

.fxt-template-layout19 .checkbox label {
  padding-left: 20px;
  color: #9f9f9f;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}

.fxt-template-layout19 .checkbox label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  margin-left: -5px;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 2px;
  background-color: transparent;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.fxt-template-layout19 .checkbox label:after {
  position: absolute;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 10px;
  color: #555555;
}

.fxt-template-layout19 .checkbox input[type=checkbox] {
  display: none;
}

.fxt-template-layout19 .checkbox input[type=checkbox]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #ffffff;
  left: 15px;
  top: 4px;
}

.fxt-template-layout19 .checkbox input[type=checkbox]:checked + label::before {
  background-color: #2670d4;
  border-color: #2670d4;
}

.fxt-template-layout19 ul.fxt-socials li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout19 ul.fxt-socials li {
    margin-right: 2px;
  }
}

.fxt-template-layout19 ul.fxt-socials li:last-child {
  margin-right: 0;
}

.fxt-template-layout19 ul.fxt-socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid;
  border-color: #dadada;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout19 ul.fxt-socials li.fxt-facebook a {
  color: #3b5998;
}

.fxt-template-layout19 ul.fxt-socials li.fxt-facebook a:hover {
  border-color: #3b5998;
  background-color: #3b5998;
  color: #fff;
}

.fxt-template-layout19 ul.fxt-socials li.fxt-twitter a {
  color: #00acee;
}

.fxt-template-layout19 ul.fxt-socials li.fxt-twitter a:hover {
  border-color: #00acee;
  background-color: #00acee;
  color: #fff;
}

.fxt-template-layout19 ul.fxt-socials li.fxt-google a {
  color: #CC3333;
}

.fxt-template-layout19 ul.fxt-socials li.fxt-google a:hover {
  border-color: #CC3333;
  background-color: #CC3333;
  color: #fff;
}

.fxt-template-layout19 ul.fxt-socials li.fxt-instagram a {
  color: #3f729b;
}

.fxt-template-layout19 ul.fxt-socials li.fxt-instagram a:hover {
  border-color: #3f729b;
  background-color: #3f729b;
  color: #fff;
}

.fxt-template-layout19 ul.fxt-socials li.fxt-linkedin a {
  color: #0077B5;
}

.fxt-template-layout19 ul.fxt-socials li.fxt-linkedin a:hover {
  border-color: #0077B5;
  background-color: #0077B5;
  color: #fff;
}

.fxt-template-layout19 ul.fxt-socials li.fxt-youtube a {
  color: #c4302b;
}

.fxt-template-layout19 ul.fxt-socials li.fxt-youtube a:hover {
  border-color: #c4302b;
  background-color: #c4302b;
  color: #fff;
}

.fxt-template-layout19 ul.fxt-socials li.fxt-pinterest a {
  color: #bd081c;
}

.fxt-template-layout19 ul.fxt-socials li.fxt-pinterest a:hover {
  border-color: #bd081c;
  background-color: #bd081c;
  color: #fff;
}

.fxt-template-layout19 .fxt-footer {
  margin-top: 50px;
  text-align: center;
}

/*========================================================================
23. Demo Layout Twenty
=========================================================================*/

.fxt-template-layout20 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout20 {
    padding: 15px;
  }
}

@media only screen and (min-width: 1380px) {
  .fxt-template-layout20 .container {
    max-width: 1350px;
  }
}

.fxt-template-layout20 .fxt-checkbox-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.fxt-template-layout20 .fxt-bg-color {
  background-color: #ffffff;
  padding: 0;
}

.fxt-template-layout20 .fxt-bg-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0;
  padding: 0;
  border-radius: 15px 0 0 15px;
}

.fxt-template-layout20 .fxt-content {
  border-radius: 0 15px 15px 0;
  padding: 100px 50px 70px 50px;
  width: 100%;
  box-shadow: 3px 0 79px 0 rgba(0, 0, 0, 0.08);
}

@media only screen and (max-width: 1199px) {
  .fxt-template-layout20 .fxt-content {
    padding: 100px 35px 70px 50px;
  }
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout20 .fxt-content {
    padding: 100px 70px 70px 70px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout20 .fxt-content {
    padding: 80px 50px 50px 50px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout20 .fxt-content {
    padding: 60px 30px 30px 30px;
  }
}

@media only screen and (max-width: 479px) {
  .fxt-template-layout20 .fxt-content {
    padding: 50px 20px 20px 20px;
  }
}

.fxt-template-layout20 .fxt-header {
  text-align: center;
}

.fxt-template-layout20 .fxt-logo {
  display: block;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 40vw;
}

.fxt-template-layout20 .fxt-form h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 25px;
}

.fxt-template-layout20 .fxt-form .fxt-otp-logo {
  margin-bottom: 20px;
  display: block;
  text-align: center;
}

.fxt-template-layout20 .fxt-form .fxt-otp-label {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}

.fxt-template-layout20 .fxt-form p {
  font-size: 18px;
  color: #111111;
  text-align: center;
}

.fxt-template-layout20 .fxt-form p span {
  display: block;
}

.fxt-template-layout20 .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.fxt-template-layout20 .fxt-form .form-control {
  min-height: 50px;
  box-shadow: none;
  border: 1px solid #e7e7e7;
  padding: 10px 15px;
  color: #111111;
}

.fxt-template-layout20 .fxt-form input::-webkit-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout20 .fxt-form input::-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout20 .fxt-form input:-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout20 .fxt-form input:-ms-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout20 .fxt-form .fxt-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.fxt-template-layout20 .fxt-form .fxt-form-row .fxt-form-col {
  padding: 10px 5px;
  text-align: center;
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
}

.fxt-template-layout20 .fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-right: 0;
}

.fxt-template-layout20 .fxt-form .fxt-form-btn {
  margin-bottom: 10px;
}

.fxt-template-layout20 .fxt-btn-fill {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 3px;
  background-color: #6b79fd;
  padding: 10px 36px;
  margin-bottom: 10px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout20 .fxt-btn-fill:hover {
  background-color: #4f5fec;
  border-color: #4f5fec;
}

.fxt-template-layout20 .fxt-btn-fill:focus {
  outline: none;
}

.fxt-template-layout20 .switcher-text {
  color: #63bbff;
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout20 .switcher-text:hover {
  color: #000000;
}

.fxt-template-layout20 .switcher-text2 {
  color: #63bbff;
  font-size: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout20 .switcher-text2.inline-text {
  margin-left: 3px;
}

.fxt-template-layout20 .switcher-text2:hover {
  color: #000000;
}

.fxt-template-layout20 .fxt-style-line {
  overflow: hidden;
  text-align: center;
}

.fxt-template-layout20 .fxt-style-line h2 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 20px;
  color: #a4a4a4;
  display: inline-block;
  position: relative;
  padding: 0 25px;
  z-index: 1;
}

.fxt-template-layout20 .fxt-style-line h2:before {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ebebeb;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout20 .fxt-style-line h2:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ebebeb;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout20 ul.fxt-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 20px;
}

.fxt-template-layout20 ul.fxt-socials li {
  max-width: 100%;
  flex: 0 0 33.33333%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout20 ul.fxt-socials li {
    flex: 0 0 50%;
  }
}

@media only screen and (max-width: 350px) {
  .fxt-template-layout20 ul.fxt-socials li {
    flex: 0 0 100%;
  }
}

.fxt-template-layout20 ul.fxt-socials li a {
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  height: 45px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout20 ul.fxt-socials li a i {
  border-radius: 2px 0 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
}

.fxt-template-layout20 ul.fxt-socials li a span {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.fxt-template-layout20 ul.fxt-socials li.fxt-facebook a {
  background-color: #3b5998;
}

.fxt-template-layout20 ul.fxt-socials li.fxt-facebook a i {
  background-color: #4867aa;
}

.fxt-template-layout20 ul.fxt-socials li.fxt-facebook a:hover {
  background-color: #5676bb;
}

.fxt-template-layout20 ul.fxt-socials li.fxt-twitter a {
  background-color: #00acee;
}

.fxt-template-layout20 ul.fxt-socials li.fxt-twitter a i {
  background-color: #33ccff;
}

.fxt-template-layout20 ul.fxt-socials li.fxt-twitter a:hover {
  background-color: #3dc5f3;
}

.fxt-template-layout20 ul.fxt-socials li.fxt-google a {
  background-color: #CC3333;
}

.fxt-template-layout20 ul.fxt-socials li.fxt-google a i {
  background-color: #db4437;
}

.fxt-template-layout20 ul.fxt-socials li.fxt-google a:hover {
  background-color: #e75042;
}

.fxt-template-layout20 .checkbox {
  padding-left: 5px;
  margin-right: 30px;
  margin-bottom: 5px;
}

.fxt-template-layout20 .checkbox label {
  padding-left: 20px;
  color: #a4a4a4;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}

.fxt-template-layout20 .checkbox label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  margin-left: -5px;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.fxt-template-layout20 .checkbox label:after {
  position: absolute;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 10px;
  color: #555555;
}

.fxt-template-layout20 .checkbox input[type=checkbox] {
  display: none;
}

.fxt-template-layout20 .checkbox input[type=checkbox]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #ffffff;
  left: 15px;
  top: 4px;
}

.fxt-template-layout20 .checkbox input[type=checkbox]:checked + label::before {
  background-color: #6b79fd;
  border-color: #6b79fd;
}

.fxt-template-layout20 .fxt-footer {
  text-align: center;
}

.fxt-template-layout20 .fxt-footer .fxt-resend-wrap {
  margin-bottom: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 18px;
  width: 100%;
}

.fxt-template-layout20 .fxt-footer .fxt-btn-resend {
  margin-left: 3px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #63bbff;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout20 .fxt-footer .fxt-btn-resend:focus {
  outline: none;
}

.fxt-template-layout20 .fxt-footer .fxt-btn-resend:hover {
  color: #000000;
}

.fxt-template-layout20 .fxt-footer .text-or {
  margin-left: 3px;
  color: #000000;
}

/*========================================================================
24. Demo Layout Twenty One
=========================================================================*/

.fxt-template-layout21 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
  padding: 15px;
}

.fxt-template-layout21 #particles-js {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  opacity: 0.5;
}

.fxt-template-layout21 .fxt-checkbox-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.fxt-template-layout21 .fxt-bg-color {
  display: flex;
  padding: 0;
  box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.07);
}

.fxt-template-layout21 .fxt-content {
  padding: 65px 90px 45px;
  width: 100%;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout21 .fxt-content {
    padding: 65px 30px 45px;
  }
}

.fxt-template-layout21 .fxt-header {
  text-align: center;
  margin-bottom: 50px;
}

.fxt-template-layout21 .fxt-header .fxt-logo {
  display: block;
  margin-bottom: 7px;
}

.fxt-template-layout21 .fxt-header h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}

.fxt-template-layout21 .fxt-header p {
  color: #999898;
}

.fxt-template-layout21 .fxt-form p {
  font-size: 18px;
  color: #111111;
  text-align: center;
}

.fxt-template-layout21 .fxt-form h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 22px;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout21 .fxt-form h2 {
    font-size: 20px;
  }
}

.fxt-template-layout21 .fxt-form .fxt-otp-logo {
  margin-bottom: 20px;
  display: block;
  text-align: center;
}

.fxt-template-layout21 .fxt-form .fxt-otp-label {
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}

.fxt-template-layout21 .fxt-form .fxt-sending-to {
  margin-bottom: 20px;
  font-size: 16px;
  color: #111111;
  text-align: center;
}

.fxt-template-layout21 .fxt-form .fxt-sending-to span {
  display: block;
}

.fxt-template-layout21 .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.fxt-template-layout21 .fxt-form .form-group .field-icon {
  position: absolute;
  z-index: 1;
  right: 19px;
  bottom: 18px;
  font-size: 14px;
  color: #a1a1a1;
}

.fxt-template-layout21 .fxt-form .form-group .field-icon:before {
  padding: 17px 10px;
}

.fxt-template-layout21 .fxt-form .form-control {
  min-height: 50px;
  box-shadow: none;
  border: 1px solid #e7e7e7;
  padding: 10px 15px;
  color: #111;
}

.fxt-template-layout21 .fxt-form input::-webkit-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout21 .fxt-form input::-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout21 .fxt-form input:-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout21 .fxt-form input:-ms-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout21 .fxt-form .fxt-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.fxt-template-layout21 .fxt-form .fxt-form-row .fxt-form-col {
  padding: 10px 5px;
  text-align: center;
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
}

.fxt-template-layout21 .fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-right: 0;
}

.fxt-template-layout21 .fxt-form .fxt-form-btn {
  margin-bottom: 10px;
}

.fxt-template-layout21 .fxt-btn-fill {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 3px;
  background-color: #111;
  padding: 10px 36px;
  margin-bottom: 10px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout21 .fxt-btn-fill:hover {
  background-color: #333;
  border-color: #333;
}

.fxt-template-layout21 .fxt-btn-fill:focus {
  outline: none;
}

.fxt-template-layout21 .switcher-text {
  color: #63bbff;
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout21 .switcher-text:hover {
  color: #000000;
}

.fxt-template-layout21 .switcher-text2 {
  color: #63bbff;
  font-size: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout21 .switcher-text2.inline-text {
  margin-left: 3px;
}

.fxt-template-layout21 .switcher-text2:hover {
  color: #000000;
}

.fxt-template-layout21 .fxt-style-line {
  overflow: hidden;
  text-align: center;
}

.fxt-template-layout21 .fxt-style-line h3 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 20px;
  color: #a4a4a4;
  display: inline-block;
  position: relative;
  padding: 0 25px;
  z-index: 1;
}

.fxt-template-layout21 .fxt-style-line h3:before {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ebebeb;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout21 .fxt-style-line h3:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ebebeb;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout21 ul.fxt-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 20px;
}

.fxt-template-layout21 ul.fxt-socials li {
  max-width: 100%;
  flex: 0 0 33.33333%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout21 ul.fxt-socials li {
    flex: 0 0 50%;
  }
}

@media only screen and (max-width: 350px) {
  .fxt-template-layout21 ul.fxt-socials li {
    flex: 0 0 100%;
  }
}

.fxt-template-layout21 ul.fxt-socials li a {
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  height: 45px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout21 ul.fxt-socials li a i {
  border-radius: 2px 0 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
}

.fxt-template-layout21 ul.fxt-socials li a span {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.fxt-template-layout21 ul.fxt-socials li.fxt-facebook a {
  background-color: #3b5998;
}

.fxt-template-layout21 ul.fxt-socials li.fxt-facebook a i {
  background-color: #4867aa;
}

.fxt-template-layout21 ul.fxt-socials li.fxt-facebook a:hover {
  background-color: #5676bb;
}

.fxt-template-layout21 ul.fxt-socials li.fxt-twitter a {
  background-color: #00acee;
}

.fxt-template-layout21 ul.fxt-socials li.fxt-twitter a i {
  background-color: #33ccff;
}

.fxt-template-layout21 ul.fxt-socials li.fxt-twitter a:hover {
  background-color: #3dc5f3;
}

.fxt-template-layout21 ul.fxt-socials li.fxt-google a {
  background-color: #CC3333;
}

.fxt-template-layout21 ul.fxt-socials li.fxt-google a i {
  background-color: #db4437;
}

.fxt-template-layout21 ul.fxt-socials li.fxt-google a:hover {
  background-color: #e75042;
}

.fxt-template-layout21 .checkbox {
  padding-left: 5px;
  margin-right: 30px;
  margin-bottom: 5px;
}

.fxt-template-layout21 .checkbox label {
  padding-left: 20px;
  color: #a4a4a4;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}

.fxt-template-layout21 .checkbox label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  margin-left: -5px;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.fxt-template-layout21 .checkbox label:after {
  position: absolute;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 10px;
  color: #555555;
}

.fxt-template-layout21 .checkbox input[type=checkbox] {
  display: none;
}

.fxt-template-layout21 .checkbox input[type=checkbox]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #ffffff;
  left: 15px;
  top: 4px;
}

.fxt-template-layout21 .checkbox input[type=checkbox]:checked + label::before {
  background-color: #111;
  border-color: #111;
}

.fxt-template-layout21 .fxt-footer {
  text-align: center;
}

.fxt-template-layout21 .fxt-footer p {
  color: #999898;
}

.fxt-template-layout21 .fxt-footer .fxt-resend-wrap {
  margin-bottom: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 17px;
  width: 100%;
}

.fxt-template-layout21 .fxt-footer .fxt-btn-resend {
  margin-left: 3px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #63bbff;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout21 .fxt-footer .fxt-btn-resend:focus {
  outline: none;
}

.fxt-template-layout21 .fxt-footer .fxt-btn-resend:hover {
  color: #000000;
}

.fxt-template-layout21 .fxt-footer .text-or {
  margin-left: 3px;
  color: #000000;
}

/*========================================================================
25. Demo Layout Twenty Two
=========================================================================*/

.fxt-template-layout22 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 15px;
}

.fxt-template-layout22:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(4, 4, 14, 0.5);
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}

.fxt-template-layout22 .fxt-checkbox-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.fxt-template-layout22 .fxt-bg-color {
  display: flex;
  padding: 0;
  z-index: 1;
}

.fxt-template-layout22 .fxt-content {
  padding: 65px 90px 45px;
  width: 100%;
  background-color: #fff;
}

@media only screen and (max-width: 1199px) {
  .fxt-template-layout22 .fxt-content {
    padding: 65px 70px 45px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout22 .fxt-content {
    padding: 50px 30px 30px;
  }
}

.fxt-template-layout22 .fxt-header {
  padding: 30px 30px 30px 0;
}

.fxt-template-layout22 .fxt-header .fxt-logo {
  display: block;
  margin-bottom: 50px;
  max-width: 40vw;
}

.fxt-template-layout22 .fxt-header h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}

.fxt-template-layout22 .fxt-header p {
  color: #fff;
}

.fxt-template-layout22 .fxt-form h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 5px;
}

.fxt-template-layout22 .fxt-form p {
  font-size: 18px;
  color: #111111;
  text-align: center;
}

.fxt-template-layout22 .fxt-form h3 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout22 .fxt-form h3 {
    font-size: 22px;
  }
}

.fxt-template-layout22 .fxt-form .fxt-otp-logo {
  margin-bottom: 20px;
  display: block;
  text-align: center;
}

.fxt-template-layout22 .fxt-form .fxt-otp-label {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}

.fxt-template-layout22 .fxt-form .fxt-sending-to {
  margin-bottom: 20px;
  font-size: 16px;
  color: #111111;
  text-align: center;
}

.fxt-template-layout22 .fxt-form .fxt-sending-to span {
  display: block;
}

.fxt-template-layout22 .fxt-form form {
  margin-top: 40px;
}

.fxt-template-layout22 .fxt-form form .input-label {
  color: #979696;
  margin-bottom: 10px;
}

.fxt-template-layout22 .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.fxt-template-layout22 .fxt-form .form-group .field-icon {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 18px;
  padding: 0 5px;
  color: #c5c5c5;
  font-size: 14px;
}

.fxt-template-layout22 .fxt-form .form-group .field-icon:before {
  padding: 17px 10px;
}

.fxt-template-layout22 .fxt-form .form-control {
  min-height: 50px;
  box-shadow: none;
  border: 1px solid #e7e7e7;
  padding: 10px 15px;
  color: #111111;
}

.fxt-template-layout22 .fxt-form input::-webkit-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout22 .fxt-form input::-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout22 .fxt-form input:-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout22 .fxt-form input:-ms-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout22 .fxt-form .fxt-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.fxt-template-layout22 .fxt-form .fxt-form-row .fxt-form-col {
  padding: 10px 5px;
  text-align: center;
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
}

.fxt-template-layout22 .fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-right: 0;
}

.fxt-template-layout22 .fxt-form .fxt-form-btn {
  margin-bottom: 10px;
}

.fxt-template-layout22 .fxt-btn-fill {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 3px;
  background-color: #006fba;
  padding: 10px 36px;
  margin-bottom: 10px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout22 .fxt-btn-fill:hover {
  background-color: #da0101;
  border-color: #da0101;
}

.fxt-template-layout22 .fxt-btn-fill:focus {
  outline: none;
}

.fxt-template-layout22 .switcher-text {
  color: #63bbff;
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout22 .switcher-text:hover {
  color: #000000;
}

.fxt-template-layout22 .switcher-text2 {
  color: #63bbff;
  font-size: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout22 .switcher-text2.inline-text {
  margin-left: 3px;
}

.fxt-template-layout22 .switcher-text2:hover {
  color: #000000;
}

.fxt-template-layout22 .fxt-style-line {
  overflow: hidden;
  text-align: center;
}

.fxt-template-layout22 .fxt-style-line h3 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 20px;
  color: #a4a4a4;
  display: inline-block;
  position: relative;
  padding: 0 25px;
  z-index: 1;
}

.fxt-template-layout22 .fxt-style-line h3:before {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ebebeb;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout22 .fxt-style-line h3:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ebebeb;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout22 ul.fxt-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 20px;
}

.fxt-template-layout22 ul.fxt-socials li {
  display: inline-block;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout22 ul.fxt-socials li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.fxt-template-layout22 ul.fxt-socials li a {
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 45px;
  width: 100%;
  color: #ffffff;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout22 ul.fxt-socials li a:before {
  content: "";
  width: 0;
  right: 0;
  left: inherit;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout22 ul.fxt-socials li a:hover:before {
  width: 100%;
  left: 0;
  right: inherit;
}

.fxt-template-layout22 ul.fxt-socials li.fxt-facebook a {
  background-color: #3b5998;
}

.fxt-template-layout22 ul.fxt-socials li.fxt-facebook a:before {
  background-color: #5676bb;
}

.fxt-template-layout22 ul.fxt-socials li.fxt-twitter a {
  background-color: #00acee;
}

.fxt-template-layout22 ul.fxt-socials li.fxt-twitter a:before {
  background-color: #3dc5f3;
}

.fxt-template-layout22 ul.fxt-socials li.fxt-google a {
  background-color: #CC3333;
}

.fxt-template-layout22 ul.fxt-socials li.fxt-google a:before {
  background-color: #e75042;
}

.fxt-template-layout22 ul.fxt-socials li.fxt-linkedin a {
  background-color: #0077B5;
}

.fxt-template-layout22 ul.fxt-socials li.fxt-linkedin a:before {
  background-color: #006da6;
}

.fxt-template-layout22 .checkbox {
  padding-left: 5px;
  margin-right: 30px;
  margin-bottom: 5px;
}

.fxt-template-layout22 .checkbox label {
  padding-left: 20px;
  color: #a4a4a4;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}

.fxt-template-layout22 .checkbox label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  margin-left: -5px;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.fxt-template-layout22 .checkbox label:after {
  position: absolute;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 10px;
  color: #555555;
}

.fxt-template-layout22 .checkbox input[type=checkbox] {
  display: none;
}

.fxt-template-layout22 .checkbox input[type=checkbox]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #ffffff;
  left: 15px;
  top: 4px;
}

.fxt-template-layout22 .checkbox input[type=checkbox]:checked + label::before {
  background-color: #006fba;
  border-color: #006fba;
}

.fxt-template-layout22 .fxt-footer {
  text-align: center;
}

.fxt-template-layout22 .fxt-footer .fxt-resend-wrap {
  margin-bottom: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 17px;
  width: 100%;
}

.fxt-template-layout22 .fxt-footer .fxt-btn-resend {
  margin-left: 3px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #63bbff;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout22 .fxt-footer .fxt-btn-resend:focus {
  outline: none;
}

.fxt-template-layout22 .fxt-footer .fxt-btn-resend:hover {
  color: #000000;
}

.fxt-template-layout22 .fxt-footer .text-or {
  margin-left: 3px;
  color: #000000;
}

/*========================================================================
26. Demo Layout Twenty Three
=========================================================================*/

.fxt-template-layout23 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #011f42;
}

.fxt-template-layout23 .fxt-bg-overlay {
  background-position: left;
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 60px 30px;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout23 .fxt-bg-overlay {
    justify-content: center;
  }
}

.fxt-template-layout23 .fxt-content {
  max-width: 460px;
  width: 100%;
  margin-left: 15vw;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout23 .fxt-content {
    margin-left: 0;
  }
}

.fxt-template-layout23 .fxt-header {
  text-align: center;
  margin-bottom: 50px;
}

.fxt-template-layout23 .fxt-logo {
  display: block;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 40vw;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout23 .fxt-logo {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout23 .fxt-logo {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout23 .fxt-logo {
    margin-bottom: 40px;
  }
}

.fxt-template-layout23 .fxt-form p {
  font-size: 20px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout23 .fxt-form p {
    text-align: center;
  }
}

.fxt-template-layout23 .fxt-form h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #e4e4e4;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout23 .fxt-form h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout23 .fxt-form h2 {
    font-size: 22px;
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout23 .fxt-form h2 {
    font-size: 20px;
  }
}

.fxt-template-layout23 .fxt-form .fxt-otp-logo {
  margin-bottom: 20px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout23 .fxt-form .fxt-otp-logo {
    text-align: center;
  }
}

.fxt-template-layout23 .fxt-form .fxt-otp-label {
  width: 100%;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #e4e4e4;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout23 .fxt-form .fxt-otp-label {
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout23 .fxt-form .fxt-otp-label {
    font-size: 17px;
  }
}

.fxt-template-layout23 .fxt-form .fxt-sending-to {
  font-size: 16px;
  margin-bottom: 20px;
  color: #cfcfcf;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout23 .fxt-form .fxt-sending-to {
    text-align: center;
  }
}

.fxt-template-layout23 .fxt-form .fxt-sending-to span {
  display: block;
}

.fxt-template-layout23 .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.fxt-template-layout23 .fxt-form .form-group .field-icon {
  position: absolute;
  z-index: 1;
  right: 19px;
  bottom: 18px;
  font-size: 14px;
  color: #bebebe;
}

.fxt-template-layout23 .fxt-form .form-group .field-icon:before {
  padding: 17px 10px;
}

.fxt-template-layout23 .fxt-form .form-control {
  min-height: 50px;
  box-shadow: none;
  border: 1px solid rgba(241, 241, 241, 0.25);
  padding: 10px 15px;
  background-color: transparent;
  color: #fff;
}

.fxt-template-layout23 .fxt-form input::-webkit-input-placeholder {
  color: #bebebe;
  font-size: 18px;
  font-weight: 300;
}

.fxt-template-layout23 .fxt-form input::-moz-placeholder {
  color: #bebebe;
  font-size: 18px;
  font-weight: 300;
}

.fxt-template-layout23 .fxt-form input:-moz-placeholder {
  color: #bebebe;
  font-size: 18px;
  font-weight: 300;
}

.fxt-template-layout23 .fxt-form input:-ms-input-placeholder {
  color: #bebebe;
  font-size: 18px;
  font-weight: 300;
}

.fxt-template-layout23 .fxt-form .fxt-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.fxt-template-layout23 .fxt-form .fxt-form-row .fxt-form-col {
  padding: 10px 5px;
  text-align: center;
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
}

.fxt-template-layout23 .fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-right: 0;
}

.fxt-template-layout23 .fxt-form .fxt-form-btn {
  margin-bottom: 10px;
}

.fxt-template-layout23 .fxt-btn-fill {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 3px;
  background-color: #1fbe66;
  padding: 10px 36px;
  margin-bottom: 10px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout23 .fxt-btn-fill:hover {
  background-color: #17a156;
  border-color: #17a156;
}

.fxt-template-layout23 .fxt-btn-fill:focus {
  outline: none;
}

.fxt-template-layout23 .switcher-text {
  color: #d4d4d4;
  text-decoration: underline;
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout23 .switcher-text:hover {
  color: #ffffff;
}

.fxt-template-layout23 .switcher-text2 {
  color: #d4d4d4;
  text-decoration: underline;
  font-size: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout23 .switcher-text2.inline-text {
  margin-left: 3px;
}

.fxt-template-layout23 .switcher-text2:hover {
  color: #ffffff;
}

.fxt-template-layout23 .fxt-style-line {
  overflow: hidden;
  text-align: center;
}

.fxt-template-layout23 .fxt-style-line h3 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 20px;
  color: #a4a4a4;
  display: inline-block;
  position: relative;
  padding: 0 25px;
  z-index: 1;
}

.fxt-template-layout23 .fxt-style-line h3:before {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #a4a4a4;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout23 .fxt-style-line h3:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #a4a4a4;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout23 ul.fxt-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 20px;
}

.fxt-template-layout23 ul.fxt-socials li {
  max-width: 100%;
  flex: 0 0 33.33333%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout23 ul.fxt-socials li {
    flex: 0 0 50%;
  }
}

@media only screen and (max-width: 350px) {
  .fxt-template-layout23 ul.fxt-socials li {
    flex: 0 0 100%;
  }
}

.fxt-template-layout23 ul.fxt-socials li a {
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  height: 45px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout23 ul.fxt-socials li a i {
  border-radius: 2px 0 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
}

.fxt-template-layout23 ul.fxt-socials li a span {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.fxt-template-layout23 ul.fxt-socials li.fxt-facebook a {
  background-color: #3b5998;
}

.fxt-template-layout23 ul.fxt-socials li.fxt-facebook a i {
  background-color: #4867aa;
}

.fxt-template-layout23 ul.fxt-socials li.fxt-facebook a:hover {
  background-color: #5676bb;
}

.fxt-template-layout23 ul.fxt-socials li.fxt-twitter a {
  background-color: #00acee;
}

.fxt-template-layout23 ul.fxt-socials li.fxt-twitter a i {
  background-color: #33ccff;
}

.fxt-template-layout23 ul.fxt-socials li.fxt-twitter a:hover {
  background-color: #3dc5f3;
}

.fxt-template-layout23 ul.fxt-socials li.fxt-google a {
  background-color: #CC3333;
}

.fxt-template-layout23 ul.fxt-socials li.fxt-google a i {
  background-color: #db4437;
}

.fxt-template-layout23 ul.fxt-socials li.fxt-google a:hover {
  background-color: #e75042;
}

.fxt-template-layout23 .fxt-checkbox-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.fxt-template-layout23 .checkbox {
  padding-left: 5px;
  margin-right: 30px;
  margin-bottom: 5px;
}

.fxt-template-layout23 .checkbox label {
  padding-left: 20px;
  color: #b9b9b9;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}

.fxt-template-layout23 .checkbox label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  margin-left: -5px;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 2px;
  background-color: transparent;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.fxt-template-layout23 .checkbox label:after {
  position: absolute;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 10px;
  color: #555555;
}

.fxt-template-layout23 .checkbox input[type=checkbox] {
  display: none;
}

.fxt-template-layout23 .checkbox input[type=checkbox]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #ffffff;
  left: 15px;
  top: 4px;
}

.fxt-template-layout23 .checkbox input[type=checkbox]:checked + label::before {
  background-color: #1fbe66;
  border-color: #1fbe66;
}

.fxt-template-layout23 .fxt-footer {
  text-align: center;
}

.fxt-template-layout23 .fxt-footer p {
  color: #b6b6b6;
}

.fxt-template-layout23 .fxt-footer .fxt-resend-wrap {
  margin-bottom: 0;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 17px;
}

.fxt-template-layout23 .fxt-footer .fxt-btn-resend {
  margin-left: 3px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #d3d3d3;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout23 .fxt-footer .fxt-btn-resend:focus {
  outline: none;
}

.fxt-template-layout23 .fxt-footer .fxt-btn-resend:hover {
  color: #ffffff;
}

.fxt-template-layout23 .fxt-footer .text-or {
  margin-left: 3px;
}

/*========================================================================
27. Demo Layout Twenty Four
=========================================================================*/

.fxt-template-layout24 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
  min-height: 100vh;
  z-index: 1;
  padding: 50px 0 20px;
}

.fxt-template-layout24 .fxt-video-background {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: -1;
}

.fxt-template-layout24 .fxt-video-background:before {
  content: "";
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.fxt-template-layout24 .fxt-video-background .fxt-video {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}

.fxt-template-layout24 .fxt-checkbox-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.fxt-template-layout24 .fxt-content {
  padding-top: 40px;
  padding-bottom: 15px;
  padding-left: 70px;
  margin-left: 40px;
  border-left: 2px solid rgba(241, 241, 241, 0.15);
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout24 .fxt-content {
    padding-left: 0;
    margin-left: 0;
    margin-top: 40px;
    border-left: 0;
    padding-bottom: 0;
    border-top: 2px solid rgba(241, 241, 241, 0.15);
  }
}

.fxt-template-layout24 .fxt-content h2 {
  font-size: 20px;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout24 .fxt-content h2 {
    text-align: center;
  }
}

.fxt-template-layout24 .fxt-header {
  text-align: center;
}

.fxt-template-layout24 .fxt-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 40vw;
}

.fxt-template-layout24 .fxt-form .fxt-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout24 .fxt-form .fxt-title {
    font-size: 24px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout24 .fxt-form .fxt-title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout24 .fxt-form .fxt-title {
    font-size: 20px;
  }
}

.fxt-template-layout24 .fxt-form .fxt-otp-logo {
  margin-bottom: 20px;
  display: block;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout24 .fxt-form .fxt-otp-logo {
    text-align: center;
  }
}

.fxt-template-layout24 .fxt-form .fxt-otp-label {
  letter-spacing: 1px;
  width: 100%;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout24 .fxt-form .fxt-otp-label {
    text-align: center;
  }
}

.fxt-template-layout24 .fxt-form .fxt-sending-to {
  font-size: 16px;
  margin-bottom: 20px;
  color: #dfdfdf;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout24 .fxt-form .fxt-sending-to {
    text-align: center;
  }
}

.fxt-template-layout24 .fxt-form .fxt-sending-to span {
  display: block;
}

.fxt-template-layout24 .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.fxt-template-layout24 .fxt-form .form-group .field-icon {
  position: absolute;
  z-index: 1;
  right: 19px;
  bottom: 18px;
  font-size: 14px;
  color: #bebebe;
}

.fxt-template-layout24 .fxt-form .form-group .field-icon:before {
  padding: 17px 10px;
}

.fxt-template-layout24 .fxt-form .form-control {
  min-height: 50px;
  box-shadow: none;
  border: 1px solid rgba(241, 241, 241, 0.25);
  padding: 10px 15px;
  background-color: transparent;
  color: #fff;
}

.fxt-template-layout24 .fxt-form input::-webkit-input-placeholder {
  color: #bebebe;
  font-size: 18px;
  font-weight: 300;
}

.fxt-template-layout24 .fxt-form input::-moz-placeholder {
  color: #bebebe;
  font-size: 18px;
  font-weight: 300;
}

.fxt-template-layout24 .fxt-form input:-moz-placeholder {
  color: #bebebe;
  font-size: 18px;
  font-weight: 300;
}

.fxt-template-layout24 .fxt-form input:-ms-input-placeholder {
  color: #bebebe;
  font-size: 18px;
  font-weight: 300;
}

.fxt-template-layout24 .fxt-form .fxt-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.fxt-template-layout24 .fxt-form .fxt-form-row .fxt-form-col {
  padding: 10px 5px;
  text-align: center;
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
}

.fxt-template-layout24 .fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-right: 0;
}

.fxt-template-layout24 .fxt-form .fxt-form-btn {
  margin-bottom: 10px;
}

.fxt-template-layout24 .fxt-btn-fill {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 3px;
  background-color: #ffbd3f;
  padding: 10px 36px;
  margin-bottom: 10px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout24 .fxt-btn-fill:hover {
  background-color: #db9e2d;
  border-color: #db9e2d;
}

.fxt-template-layout24 .fxt-btn-fill:focus {
  outline: none;
}

.fxt-template-layout24 .switcher-text {
  color: #d4d4d4;
  text-decoration: underline;
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout24 .switcher-text:hover {
  color: #ffffff;
}

.fxt-template-layout24 .switcher-text2 {
  color: #d4d4d4;
  text-decoration: underline;
  font-size: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout24 .switcher-text2.inline-text {
  margin-left: 3px;
}

.fxt-template-layout24 .switcher-text2:hover {
  color: #ffffff;
}

.fxt-template-layout24 .checkbox {
  padding-left: 5px;
  margin-right: 30px;
  margin-bottom: 5px;
}

.fxt-template-layout24 .checkbox label {
  padding-left: 20px;
  color: #b9b9b9;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}

.fxt-template-layout24 .checkbox label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  margin-left: -5px;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 2px;
  background-color: transparent;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.fxt-template-layout24 .checkbox label:after {
  position: absolute;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 10px;
  color: #555555;
}

.fxt-template-layout24 .checkbox input[type=checkbox] {
  display: none;
}

.fxt-template-layout24 .checkbox input[type=checkbox]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #ffffff;
  left: 15px;
  top: 4px;
}

.fxt-template-layout24 .checkbox input[type=checkbox]:checked + label::before {
  background-color: #ffbd3f;
  border-color: #ffbd3f;
}

.fxt-template-layout24 .fxt-footer {
  text-align: center;
}

.fxt-template-layout24 .fxt-footer p {
  color: #b6b6b6;
}

.fxt-template-layout24 .fxt-footer .fxt-resend-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 18px;
}

.fxt-template-layout24 .fxt-footer .fxt-btn-resend {
  margin-left: 3px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #d3d3d3;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout24 .fxt-footer .fxt-btn-resend:focus {
  outline: none;
}

.fxt-template-layout24 .fxt-footer .fxt-btn-resend:hover {
  color: #ffffff;
}

.fxt-template-layout24 .fxt-footer .text-or {
  margin-left: 3px;
}

/*========================================================================
28. Demo Layout Twenty Five
=========================================================================*/

.fxt-template-layout25 .fxt-checkbox-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.fxt-template-layout25 .fxt-bg-color {
  background-color: #ffffff;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 30px;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout25 .fxt-bg-color {
    min-height: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout25 .fxt-bg-color {
    padding: 40px 15px;
  }
}

.fxt-template-layout25 .fxt-bg-gradient {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout25 .fxt-bg-gradient {
    padding: 15px;
  }
}

.fxt-template-layout25 .fxt-bg-gradient:before {
  content: "";
  background: #2300ff;
  background: linear-gradient(180deg, rgba(35, 0, 255, 0.8) 16%, #7a2dff 100%);
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.fxt-template-layout25 .fxt-content {
  max-width: 450px;
  width: 100%;
}

.fxt-template-layout25 .fxt-header {
  border-radius: 5px;
  padding: 70px 40px 50px;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 480px;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout25 .fxt-header {
    padding: 50px 15px 30px;
  }
}

.fxt-template-layout25 .fxt-header .fxt-top-content {
  margin-bottom: 30px;
}

.fxt-template-layout25 .fxt-header .fxt-top-content .fxt-logo {
  display: block;
  margin-bottom: 30px;
  max-width: 40vw;
  margin-left: auto;
  margin-right: auto;
}

.fxt-template-layout25 .fxt-header .fxt-top-content h1 {
  color: #fff;
}

.fxt-template-layout25 .fxt-header .fxt-top-content p {
  color: #fff;
}

.fxt-template-layout25 .fxt-header .fxt-bottom-content h2 {
  color: #fff;
  font-size: 20px;
}

.fxt-template-layout25 .fxt-header .fxt-bottom-content ul.fxt-socials {
  margin-bottom: 15px;
}

.fxt-template-layout25 .fxt-header .fxt-bottom-content ul.fxt-socials li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 8px;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout25 .fxt-header .fxt-bottom-content ul.fxt-socials li {
    margin-right: 2px;
  }
}

.fxt-template-layout25 .fxt-header .fxt-bottom-content ul.fxt-socials li:last-child {
  margin-right: 0;
}

.fxt-template-layout25 .fxt-header .fxt-bottom-content ul.fxt-socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 40px;
  width: 40px;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout25 .fxt-header .fxt-bottom-content ul.fxt-socials li.fxt-facebook a {
  background-color: #3b5998;
  border-color: #3b5998;
}

.fxt-template-layout25 .fxt-header .fxt-bottom-content ul.fxt-socials li.fxt-facebook a:hover {
  background-color: transparent;
  color: #3b5998;
}

.fxt-template-layout25 .fxt-header .fxt-bottom-content ul.fxt-socials li.fxt-twitter a {
  background-color: #00acee;
  border-color: #00acee;
}

.fxt-template-layout25 .fxt-header .fxt-bottom-content ul.fxt-socials li.fxt-twitter a:hover {
  background-color: transparent;
  color: #00acee;
}

.fxt-template-layout25 .fxt-header .fxt-bottom-content ul.fxt-socials li.fxt-google a {
  background-color: #CC3333;
  border-color: #CC3333;
}

.fxt-template-layout25 .fxt-header .fxt-bottom-content ul.fxt-socials li.fxt-google a:hover {
  background-color: transparent;
  color: #CC3333;
}

.fxt-template-layout25 .fxt-header .fxt-bottom-content ul.fxt-socials li.fxt-instagram a {
  background-color: #3f729b;
  border-color: #3f729b;
}

.fxt-template-layout25 .fxt-header .fxt-bottom-content ul.fxt-socials li.fxt-instagram a:hover {
  background-color: transparent;
  color: #3f729b;
}

.fxt-template-layout25 .fxt-header .fxt-bottom-content ul.fxt-socials li.fxt-linkedin a {
  background-color: #0077B5;
  border-color: #0077B5;
}

.fxt-template-layout25 .fxt-header .fxt-bottom-content ul.fxt-socials li.fxt-linkedin a:hover {
  background-color: transparent;
  color: #0077B5;
}

.fxt-template-layout25 .fxt-header .fxt-bottom-content ul.fxt-socials li.fxt-youtube a {
  background-color: #c4302b;
  border-color: #c4302b;
}

.fxt-template-layout25 .fxt-header .fxt-bottom-content ul.fxt-socials li.fxt-youtube a:hover {
  background-color: transparent;
  color: #c4302b;
}

.fxt-template-layout25 .fxt-header .fxt-bottom-content ul.fxt-socials li.fxt-pinterest a {
  background-color: #bd081c;
  border-color: #bd081c;
}

.fxt-template-layout25 .fxt-header .fxt-bottom-content ul.fxt-socials li.fxt-pinterest a:hover {
  background-color: transparent;
  color: #bd081c;
}

.fxt-template-layout25 .fxt-header .fxt-bottom-content p {
  color: #bbbbbb;
}

.fxt-template-layout25 .fxt-form {
  flex: 1;
}

.fxt-template-layout25 .fxt-form h2 {
  font-weight: 700;
  margin-bottom: 80px;
  font-size: 30px;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout25 .fxt-form h2 {
    font-size: 26px;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout25 .fxt-form h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout25 .fxt-form h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.fxt-template-layout25 .fxt-form .fxt-otp-logo {
  margin-bottom: 20px;
  display: block;
}

.fxt-template-layout25 .fxt-form .fxt-sending-to {
  margin-bottom: 20px;
  font-size: 16px;
}

.fxt-template-layout25 .fxt-form .fxt-sending-to span {
  display: block;
}

.fxt-template-layout25 .fxt-form .fxt-otp-label {
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout25 .fxt-form .fxt-otp-label {
    font-size: 17px;
  }
}

.fxt-template-layout25 .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.fxt-template-layout25 .fxt-form .form-group .field-icon {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 50%;
  color: #9f9f9f;
  font-size: 14px;
  transform: translateY(-50%);
}

.fxt-template-layout25 .fxt-form .form-group .field-icon:before {
  padding: 12px 0 12px 10px;
}

.fxt-template-layout25 .fxt-form .form-group:last-child {
  margin-bottom: 0;
}

.fxt-template-layout25 .fxt-form .form-control {
  min-height: 50px;
  box-shadow: none;
  border: 0;
  background-color: #f1f1f1;
  padding: 10px 15px 5px;
  color: #111;
}

.fxt-template-layout25 .fxt-form input::-webkit-input-placeholder {
  color: #999999;
  font-size: 18px;
  font-weight: 300;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout25 .fxt-form input::-webkit-input-placeholder {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout25 .fxt-form input::-webkit-input-placeholder {
    font-size: 16px;
  }
}

.fxt-template-layout25 .fxt-form input::-moz-placeholder {
  color: #999999;
  font-size: 18px;
  font-weight: 300;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout25 .fxt-form input::-moz-placeholder {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout25 .fxt-form input::-moz-placeholder {
    font-size: 16px;
  }
}

.fxt-template-layout25 .fxt-form input:-moz-placeholder {
  color: #999999;
  font-size: 18px;
  font-weight: 300;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout25 .fxt-form input:-moz-placeholder {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout25 .fxt-form input:-moz-placeholder {
    font-size: 16px;
  }
}

.fxt-template-layout25 .fxt-form input:-ms-input-placeholder {
  color: #999999;
  font-size: 18px;
  font-weight: 300;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout25 .fxt-form input:-ms-input-placeholder {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout25 .fxt-form input:-ms-input-placeholder {
    font-size: 16px;
  }
}

.fxt-template-layout25 .fxt-form .fxt-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.fxt-template-layout25 .fxt-form .fxt-form-row .fxt-form-col {
  padding: 10px 5px;
  text-align: center;
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
}

.fxt-template-layout25 .fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-right: 0;
}

.fxt-template-layout25 .fxt-form .fxt-form-btn {
  margin-bottom: 10px;
}

.fxt-template-layout25 .fxt-form .fxt-resend-wrap {
  margin-bottom: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 17px;
  width: 100%;
}

.fxt-template-layout25 .fxt-form .fxt-btn-resend {
  margin-left: 3px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #63bbff;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout25 .fxt-form .fxt-btn-resend:focus {
  outline: none;
}

.fxt-template-layout25 .fxt-form .fxt-btn-resend:hover {
  color: #000000;
}

.fxt-template-layout25 .fxt-form .text-or {
  margin-left: 3px;
  color: #000000;
}

.fxt-template-layout25 .fxt-btn-fill {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 3px;
  background-color: #2670d4;
  padding: 10px 36px;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout25 .fxt-btn-fill:hover {
  background-color: #1763c7;
}

.fxt-template-layout25 .fxt-btn-fill:focus {
  outline: none;
}

.fxt-template-layout25 .fxt-btn-ghost {
  margin-top: 15px;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 3px;
  background-color: transparent;
  padding: 10px 36px;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout25 .fxt-btn-ghost:hover {
  background-color: #fff;
  border-color: #fff;
  color: #2670d4;
}

.fxt-template-layout25 .fxt-btn-ghost:focus {
  outline: none;
}

.fxt-template-layout25 .switcher-text {
  color: #dcdcdc;
  text-decoration: underline;
  font-size: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout25 .switcher-text.inline-text {
  margin-left: 3px;
}

.fxt-template-layout25 .switcher-text:hover {
  color: #ffffff;
}

.fxt-template-layout25 .switcher-text2 {
  color: #63bbff;
  font-size: 15px;
  margin-bottom: 5px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout25 .switcher-text2:hover {
  color: #000000;
}

.fxt-template-layout25 .checkbox {
  padding-left: 5px;
  margin-right: 30px;
  margin-bottom: 5px;
}

.fxt-template-layout25 .checkbox label {
  padding-left: 20px;
  color: #9f9f9f;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}

.fxt-template-layout25 .checkbox label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  margin-left: -5px;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 2px;
  background-color: transparent;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.fxt-template-layout25 .checkbox label:after {
  position: absolute;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 10px;
  color: #555555;
}

.fxt-template-layout25 .checkbox input[type=checkbox] {
  display: none;
}

.fxt-template-layout25 .checkbox input[type=checkbox]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #ffffff;
  left: 15px;
  top: 4px;
}

.fxt-template-layout25 .checkbox input[type=checkbox]:checked + label::before {
  background-color: #2670d4;
  border-color: #2670d4;
}

/*========================================================================
29. Demo Layout Twenty Six
=========================================================================*/

.fxt-template-layout26 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  background-color: #000;
  padding: 30px 15px;
}

.fxt-template-layout26 .starfield {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  opacity: 0.5;
}

.fxt-template-layout26 .fxt-checkbox-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.fxt-template-layout26 .fxt-content {
  max-width: 600px;
  width: 100%;
  background-color: rgba(39, 39, 39, 0.8);
  padding: 80px 80px 60px;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout26 .fxt-content {
    padding: 70px 60px 50px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout26 .fxt-content {
    padding: 60px 40px 40px;
  }
}

@media only screen and (max-width: 479px) {
  .fxt-template-layout26 .fxt-content {
    padding: 50px 20px 30px;
  }
}

.fxt-template-layout26 .fxt-header {
  text-align: center;
  margin-bottom: 50px;
}

.fxt-template-layout26 .fxt-logo {
  display: block;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 40vw;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout26 .fxt-logo {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout26 .fxt-logo {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout26 .fxt-logo {
    margin-bottom: 40px;
  }
}

.fxt-template-layout26 .fxt-form p {
  font-size: 20px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout26 .fxt-form p {
    text-align: center;
  }
}

.fxt-template-layout26 .fxt-form h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #e4e4e4;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout26 .fxt-form h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout26 .fxt-form h2 {
    font-size: 22px;
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout26 .fxt-form h2 {
    font-size: 20px;
  }
}

.fxt-template-layout26 .fxt-form .fxt-otp-logo {
  margin-bottom: 20px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout26 .fxt-form .fxt-otp-logo {
    text-align: center;
  }
}

.fxt-template-layout26 .fxt-form .fxt-otp-label {
  letter-spacing: 1px;
  width: 100%;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 500;
  color: #e4e4e4;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout26 .fxt-form .fxt-otp-label {
    text-align: center;
  }
}

.fxt-template-layout26 .fxt-form .fxt-sending-to {
  font-size: 16px;
  margin-bottom: 20px;
  color: #cfcfcf;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout26 .fxt-form .fxt-sending-to {
    text-align: center;
  }
}

.fxt-template-layout26 .fxt-form .fxt-sending-to span {
  display: block;
}

.fxt-template-layout26 .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.fxt-template-layout26 .fxt-form .form-group .field-icon {
  position: absolute;
  z-index: 1;
  right: 19px;
  bottom: 18px;
  font-size: 14px;
  color: #bebebe;
}

.fxt-template-layout26 .fxt-form .form-group .field-icon:before {
  padding: 17px 10px;
}

.fxt-template-layout26 .fxt-form .form-group:last-child {
  margin-bottom: 0;
}

.fxt-template-layout26 .fxt-form .form-control {
  min-height: 50px;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 15px;
  background-color: transparent;
  color: #fff;
}

.fxt-template-layout26 .fxt-form input::-webkit-input-placeholder {
  color: #bebebe;
  font-size: 18px;
  font-weight: 300;
}

.fxt-template-layout26 .fxt-form input::-moz-placeholder {
  color: #bebebe;
  font-size: 18px;
  font-weight: 300;
}

.fxt-template-layout26 .fxt-form input:-moz-placeholder {
  color: #bebebe;
  font-size: 18px;
  font-weight: 300;
}

.fxt-template-layout26 .fxt-form input:-ms-input-placeholder {
  color: #bebebe;
  font-size: 18px;
  font-weight: 300;
}

.fxt-template-layout26 .fxt-form .fxt-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.fxt-template-layout26 .fxt-form .fxt-form-row .fxt-form-col {
  padding: 10px 5px;
  text-align: center;
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
}

.fxt-template-layout26 .fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-right: 0;
}

.fxt-template-layout26 .fxt-form .fxt-form-btn {
  margin-bottom: 10px;
}

.fxt-template-layout26 .fxt-btn-fill {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #000000;
  border-radius: 3px;
  background-color: #a5a5a5;
  padding: 10px 36px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout26 .fxt-btn-fill {
    width: 100%;
  }
}

.fxt-template-layout26 .fxt-btn-fill:hover {
  background-color: #ffffff;
}

.fxt-template-layout26 .fxt-btn-fill:focus {
  outline: none;
}

.fxt-template-layout26 .switcher-text {
  color: #d4d4d4;
  text-decoration: underline;
  font-size: 15px;
  margin-bottom: 5px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout26 .switcher-text:hover {
  color: #ffffff;
}

.fxt-template-layout26 .switcher-text2 {
  color: #d4d4d4;
  text-decoration: underline;
  font-size: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout26 .switcher-text2.inline-text {
  margin-left: 3px;
}

.fxt-template-layout26 .switcher-text2:hover {
  color: #ffffff;
}

.fxt-template-layout26 .fxt-style-line {
  margin-top: 30px;
  overflow: hidden;
  text-align: center;
}

.fxt-template-layout26 .fxt-style-line h3 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 20px;
  color: #a4a4a4;
  display: inline-block;
  position: relative;
  padding: 0 25px;
  z-index: 1;
}

.fxt-template-layout26 .fxt-style-line h3:before {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #a4a4a4;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout26 .fxt-style-line h3:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #a4a4a4;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout26 ul.fxt-socials {
  text-align: center;
  margin-bottom: 20px;
}

.fxt-template-layout26 ul.fxt-socials li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout26 ul.fxt-socials li {
    margin-right: 2px;
  }
}

.fxt-template-layout26 ul.fxt-socials li:last-child {
  margin-right: 0;
}

.fxt-template-layout26 ul.fxt-socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid;
  border-color: #494949;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout26 ul.fxt-socials li.fxt-facebook a {
  color: #3b5998;
}

.fxt-template-layout26 ul.fxt-socials li.fxt-facebook a:hover {
  border-color: #3b5998;
  background-color: #3b5998;
  color: #fff;
}

.fxt-template-layout26 ul.fxt-socials li.fxt-twitter a {
  color: #00acee;
}

.fxt-template-layout26 ul.fxt-socials li.fxt-twitter a:hover {
  border-color: #00acee;
  background-color: #00acee;
  color: #fff;
}

.fxt-template-layout26 ul.fxt-socials li.fxt-google a {
  color: #CC3333;
}

.fxt-template-layout26 ul.fxt-socials li.fxt-google a:hover {
  border-color: #CC3333;
  background-color: #CC3333;
  color: #fff;
}

.fxt-template-layout26 ul.fxt-socials li.fxt-instagram a {
  color: #3f729b;
}

.fxt-template-layout26 ul.fxt-socials li.fxt-instagram a:hover {
  border-color: #3f729b;
  background-color: #3f729b;
  color: #fff;
}

.fxt-template-layout26 ul.fxt-socials li.fxt-linkedin a {
  color: #0077B5;
}

.fxt-template-layout26 ul.fxt-socials li.fxt-linkedin a:hover {
  border-color: #0077B5;
  background-color: #0077B5;
  color: #fff;
}

.fxt-template-layout26 ul.fxt-socials li.fxt-youtube a {
  color: #c4302b;
}

.fxt-template-layout26 ul.fxt-socials li.fxt-youtube a:hover {
  border-color: #c4302b;
  background-color: #c4302b;
  color: #fff;
}

.fxt-template-layout26 ul.fxt-socials li.fxt-pinterest a {
  color: #bd081c;
}

.fxt-template-layout26 ul.fxt-socials li.fxt-pinterest a:hover {
  border-color: #bd081c;
  background-color: #bd081c;
  color: #fff;
}

.fxt-template-layout26 .checkbox {
  padding-left: 5px;
  margin-right: 30px;
  margin-bottom: 5px;
}

.fxt-template-layout26 .checkbox label {
  padding-left: 20px;
  color: #b9b9b9;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}

.fxt-template-layout26 .checkbox label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  margin-left: -5px;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 2px;
  background-color: transparent;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.fxt-template-layout26 .checkbox label:after {
  position: absolute;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 10px;
  color: #555555;
}

.fxt-template-layout26 .checkbox input[type=checkbox] {
  display: none;
}

.fxt-template-layout26 .checkbox input[type=checkbox]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #ffffff;
  left: 15px;
  top: 4px;
}

.fxt-template-layout26 .checkbox input[type=checkbox]:checked + label::before {
  background-color: #1fbe66;
  border-color: #1fbe66;
}

.fxt-template-layout26 .fxt-footer {
  text-align: center;
}

.fxt-template-layout26 .fxt-footer p {
  color: #b6b6b6;
}

.fxt-template-layout26 .fxt-footer .fxt-resend-wrap {
  margin-bottom: 0;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 17px;
}

.fxt-template-layout26 .fxt-footer .fxt-btn-resend {
  margin-left: 3px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #d3d3d3;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout26 .fxt-footer .fxt-btn-resend:focus {
  outline: none;
}

.fxt-template-layout26 .fxt-footer .fxt-btn-resend:hover {
  color: #ffffff;
}

.fxt-template-layout26 .fxt-footer .text-or {
  margin-left: 3px;
}

/*========================================================================
30. Demo Layout Twenty Seven
=========================================================================*/

.fxt-template-layout27 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  min-height: 100vh;
  z-index: 1;
  padding: 50px 15px;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout27 {
    padding: 15px;
  }
}

.fxt-template-layout27:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}

.fxt-template-layout27 .particles-js-canvas-el {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  opacity: 0.5;
}

.fxt-template-layout27 .fxt-checkbox-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fxt-template-layout27 .fxt-content {
  max-width: 600px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 80px 70px 70px;
  border-radius: 45px;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout27 .fxt-content {
    padding: 70px 50px 60px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout27 .fxt-content {
    padding: 60px 35px 50px;
    border-radius: 15px;
  }
}

@media only screen and (max-width: 479px) {
  .fxt-template-layout27 .fxt-content {
    padding: 50px 20px 40px;
  }
}

.fxt-template-layout27 .fxt-header {
  text-align: center;
  margin-bottom: 60px;
}

.fxt-template-layout27 .fxt-logo {
  display: block;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 40vw;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout27 .fxt-logo {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout27 .fxt-logo {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout27 .fxt-logo {
    margin-bottom: 40px;
  }
}

.fxt-template-layout27 .fxt-form p {
  font-size: 20px;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout27 .fxt-form p {
    text-align: center;
  }
}

.fxt-template-layout27 .fxt-form h2 {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 26px;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout27 .fxt-form h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout27 .fxt-form h2 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout27 .fxt-form h2 {
    font-size: 20px;
  }
}

.fxt-template-layout27 .fxt-form .fxt-otp-logo {
  margin-bottom: 20px;
  display: block;
}

.fxt-template-layout27 .fxt-form .fxt-sending-to {
  margin-bottom: 20px;
  font-size: 16px;
}

.fxt-template-layout27 .fxt-form .fxt-sending-to span {
  display: block;
}

.fxt-template-layout27 .fxt-form .fxt-otp-label {
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 500;
  color: #202020;
}

.fxt-template-layout27 .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.fxt-template-layout27 .fxt-form .form-group .field-icon {
  position: absolute;
  z-index: 1;
  right: 19px;
  bottom: 18px;
  font-size: 14px;
  color: #bebebe;
}

.fxt-template-layout27 .fxt-form .form-group .field-icon:before {
  padding: 17px 10px;
}

.fxt-template-layout27 .fxt-form .form-group:last-child {
  margin-bottom: 0;
}

.fxt-template-layout27 .fxt-form .form-control {
  min-height: 50px;
  box-shadow: none;
  border: 0;
  padding: 10px 15px;
  background-color: #ffffff;
  color: #000000;
}

.fxt-template-layout27 .fxt-form input::-webkit-input-placeholder {
  color: #a1a1a1;
  font-size: 18px;
  font-weight: 300;
}

.fxt-template-layout27 .fxt-form input::-moz-placeholder {
  color: #a1a1a1;
  font-size: 18px;
  font-weight: 300;
}

.fxt-template-layout27 .fxt-form input:-moz-placeholder {
  color: #a1a1a1;
  font-size: 18px;
  font-weight: 300;
}

.fxt-template-layout27 .fxt-form input:-ms-input-placeholder {
  color: #a1a1a1;
  font-size: 18px;
  font-weight: 300;
}

.fxt-template-layout27 .fxt-form .fxt-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.fxt-template-layout27 .fxt-form .fxt-form-row .fxt-form-col {
  padding: 10px 5px;
  text-align: center;
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
}

.fxt-template-layout27 .fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-right: 0;
}

.fxt-template-layout27 .fxt-form .fxt-form-btn {
  margin-bottom: 10px;
}

.fxt-template-layout27 .fxt-form .fxt-resend-wrap {
  margin-bottom: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 17px;
  width: 100%;
  color: #646464;
}

.fxt-template-layout27 .fxt-form .fxt-btn-resend {
  margin-left: 3px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #63bbff;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout27 .fxt-form .fxt-btn-resend:focus {
  outline: none;
}

.fxt-template-layout27 .fxt-form .fxt-btn-resend:hover {
  color: #000000;
}

.fxt-template-layout27 .fxt-form .text-or {
  margin-left: 3px;
  color: #000000;
}

.fxt-template-layout27 .fxt-btn-fill {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 5px;
  background-color: #e9b102;
  padding: 10px 36px;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout27 .fxt-btn-fill:hover {
  background-color: #ecb719;
}

.fxt-template-layout27 .fxt-btn-fill:focus {
  outline: none;
}

.fxt-template-layout27 .fxt-switcher-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout27 .fxt-switcher-wrap {
    flex-direction: column;
  }
}

.fxt-template-layout27 .fxt-switcher-wrap li {
  margin: 0 1px;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout27 .fxt-switcher-wrap li {
    margin: 0 0 2px;
    width: 100%;
  }

  .fxt-template-layout27 .fxt-switcher-wrap li:last-child {
    margin: 0;
  }
}

.fxt-template-layout27 .fxt-switcher-wrap li a.switcher-text {
  padding: 10px 30px;
  display: block;
  background-color: #e9b102;
  color: #ffffff;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout27 .fxt-switcher-wrap li a.switcher-text {
    border-radius: 5px;
  }
}

.fxt-template-layout27 .fxt-switcher-wrap li a.switcher-text:hover {
  background-color: #d2a41d;
}

.fxt-template-layout27 .fxt-switcher-wrap li a.switcher-text.active {
  background-color: #d2a41d;
}

.fxt-template-layout27 .fxt-switcher-wrap li:first-child a.switcher-text {
  border-radius: 45px 0 0 45px;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout27 .fxt-switcher-wrap li:first-child a.switcher-text {
    border-radius: 5px;
  }
}

.fxt-template-layout27 .fxt-switcher-wrap li:last-child a.switcher-text {
  border-radius: 0 45px 45px 0;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout27 .fxt-switcher-wrap li:last-child a.switcher-text {
    border-radius: 5px;
  }
}

.fxt-template-layout27 .fxt-style-line {
  overflow: hidden;
  text-align: center;
  margin-top: 40px;
}

.fxt-template-layout27 .fxt-style-line h3 {
  text-align: center;
  font-weight: 300;
  font-size: 20px;
  color: #646464;
  display: inline-block;
  position: relative;
  padding: 0 25px;
  z-index: 1;
}

.fxt-template-layout27 .fxt-style-line h3:before {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #a4a4a4;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout27 .fxt-style-line h3:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #a4a4a4;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout27 ul.fxt-socials {
  text-align: center;
}

.fxt-template-layout27 ul.fxt-socials li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 8px;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout27 ul.fxt-socials li {
    margin-right: 2px;
  }
}

.fxt-template-layout27 ul.fxt-socials li:last-child {
  margin-right: 0;
}

.fxt-template-layout27 ul.fxt-socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 40px;
  width: 40px;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout27 ul.fxt-socials li.fxt-facebook a {
  background-color: #3b5998;
  border-color: #3b5998;
}

.fxt-template-layout27 ul.fxt-socials li.fxt-facebook a:hover {
  background-color: transparent;
  color: #3b5998;
}

.fxt-template-layout27 ul.fxt-socials li.fxt-twitter a {
  background-color: #00acee;
  border-color: #00acee;
}

.fxt-template-layout27 ul.fxt-socials li.fxt-twitter a:hover {
  background-color: transparent;
  color: #00acee;
}

.fxt-template-layout27 ul.fxt-socials li.fxt-google a {
  background-color: #CC3333;
  border-color: #CC3333;
}

.fxt-template-layout27 ul.fxt-socials li.fxt-google a:hover {
  background-color: transparent;
  color: #CC3333;
}

.fxt-template-layout27 ul.fxt-socials li.fxt-instagram a {
  background-color: #3f729b;
  border-color: #3f729b;
}

.fxt-template-layout27 ul.fxt-socials li.fxt-instagram a:hover {
  background-color: transparent;
  color: #3f729b;
}

.fxt-template-layout27 ul.fxt-socials li.fxt-linkedin a {
  background-color: #0077B5;
  border-color: #0077B5;
}

.fxt-template-layout27 ul.fxt-socials li.fxt-linkedin a:hover {
  background-color: transparent;
  color: #0077B5;
}

.fxt-template-layout27 ul.fxt-socials li.fxt-youtube a {
  background-color: #c4302b;
  border-color: #c4302b;
}

.fxt-template-layout27 ul.fxt-socials li.fxt-youtube a:hover {
  background-color: transparent;
  color: #c4302b;
}

.fxt-template-layout27 ul.fxt-socials li.fxt-pinterest a {
  background-color: #bd081c;
  border-color: #bd081c;
}

.fxt-template-layout27 ul.fxt-socials li.fxt-pinterest a:hover {
  background-color: transparent;
  color: #bd081c;
}

.fxt-template-layout27 .checkbox {
  padding-left: 5px;
  margin-right: 30px;
  margin-bottom: 10px;
}

.fxt-template-layout27 .checkbox label {
  padding-left: 20px;
  color: #484848;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}

.fxt-template-layout27 .checkbox label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  margin-left: -5px;
  border: 1px solid;
  border-color: #484848;
  border-radius: 2px;
  background-color: transparent;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.fxt-template-layout27 .checkbox label:after {
  position: absolute;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 10px;
  color: #555555;
}

.fxt-template-layout27 .checkbox input[type=checkbox] {
  display: none;
}

.fxt-template-layout27 .checkbox input[type=checkbox]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #ffffff;
  left: 15px;
  top: 4px;
}

.fxt-template-layout27 .checkbox input[type=checkbox]:checked + label::before {
  background-color: #e9b102;
  border-color: #e9b102;
}

/*========================================================================
31. Demo Layout Twenty Eight
=========================================================================*/

.fxt-template-layout28 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  min-height: 100vh;
  z-index: 1;
  padding: 50px 15px;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout28 {
    padding: 15px;
  }
}

.fxt-template-layout28:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}

.fxt-template-layout28 #particles-js {
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
  z-index: -1;
}

.fxt-template-layout28 .fxt-checkbox-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.fxt-template-layout28 .fxt-content {
  max-width: 600px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 80px 70px 70px;
  border-radius: 45px;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout28 .fxt-content {
    padding: 70px 50px 60px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout28 .fxt-content {
    padding: 60px 35px 50px;
    border-radius: 15px;
  }
}

@media only screen and (max-width: 479px) {
  .fxt-template-layout28 .fxt-content {
    padding: 50px 20px 40px;
  }
}

.fxt-template-layout28 .fxt-header {
  text-align: center;
  margin-bottom: 60px;
}

.fxt-template-layout28 .fxt-logo {
  display: block;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 40vw;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout28 .fxt-logo {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout28 .fxt-logo {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout28 .fxt-logo {
    margin-bottom: 40px;
  }
}

.fxt-template-layout28 .fxt-form p {
  font-size: 20px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout28 .fxt-form p {
    text-align: center;
  }
}

.fxt-template-layout28 .fxt-form h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #e4e4e4;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout28 .fxt-form h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout28 .fxt-form h2 {
    font-size: 22px;
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout28 .fxt-form h2 {
    font-size: 20px;
  }
}

.fxt-template-layout28 .fxt-form .fxt-otp-logo {
  margin-bottom: 20px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout28 .fxt-form .fxt-otp-logo {
    text-align: center;
  }
}

.fxt-template-layout28 .fxt-form .fxt-otp-label {
  letter-spacing: 1px;
  width: 100%;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 500;
  color: #e4e4e4;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout28 .fxt-form .fxt-otp-label {
    text-align: center;
  }
}

.fxt-template-layout28 .fxt-form .fxt-sending-to {
  font-size: 16px;
  margin-bottom: 20px;
  color: #cfcfcf;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout28 .fxt-form .fxt-sending-to {
    text-align: center;
  }
}

.fxt-template-layout28 .fxt-form .fxt-sending-to span {
  display: block;
}

.fxt-template-layout28 .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.fxt-template-layout28 .fxt-form .form-group .field-icon {
  position: absolute;
  z-index: 1;
  right: 19px;
  bottom: 18px;
  font-size: 14px;
  color: #bebebe;
}

.fxt-template-layout28 .fxt-form .form-group .field-icon:before {
  padding: 17px 10px;
}

.fxt-template-layout28 .fxt-form .form-group:last-child {
  margin-bottom: 0;
}

.fxt-template-layout28 .fxt-form .form-control {
  min-height: 50px;
  box-shadow: none;
  border: 1px solid #4d4d4d;
  padding: 10px 15px;
  background-color: transparent;
  color: #fff;
}

.fxt-template-layout28 .fxt-form input::-webkit-input-placeholder {
  color: #bebebe;
  font-size: 18px;
  font-weight: 300;
}

.fxt-template-layout28 .fxt-form input::-moz-placeholder {
  color: #bebebe;
  font-size: 18px;
  font-weight: 300;
}

.fxt-template-layout28 .fxt-form input:-moz-placeholder {
  color: #bebebe;
  font-size: 18px;
  font-weight: 300;
}

.fxt-template-layout28 .fxt-form input:-ms-input-placeholder {
  color: #bebebe;
  font-size: 18px;
  font-weight: 300;
}

.fxt-template-layout28 .fxt-form .fxt-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.fxt-template-layout28 .fxt-form .fxt-form-row .fxt-form-col {
  padding: 10px 5px;
  text-align: center;
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
}

.fxt-template-layout28 .fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-right: 0;
}

.fxt-template-layout28 .fxt-form .fxt-form-btn {
  margin-bottom: 10px;
}

.fxt-template-layout28 .fxt-form .fxt-resend-wrap {
  margin-bottom: 0;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 17px;
  width: 100%;
}

.fxt-template-layout28 .fxt-form .fxt-btn-resend {
  margin-left: 3px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #d3d3d3;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout28 .fxt-form .fxt-btn-resend:focus {
  outline: none;
}

.fxt-template-layout28 .fxt-form .fxt-btn-resend:hover {
  color: #ffffff;
}

.fxt-template-layout28 .fxt-form .text-or {
  margin-left: 3px;
}

.fxt-template-layout28 .fxt-btn-fill {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 5px;
  background-color: #1fbe66;
  padding: 10px 36px;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout28 .fxt-btn-fill:hover {
  background-color: #17a156;
  border-color: #17a156;
}

.fxt-template-layout28 .fxt-btn-fill:focus {
  outline: none;
}

.fxt-template-layout28 .fxt-switcher-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout28 .fxt-switcher-wrap {
    flex-direction: column;
  }
}

.fxt-template-layout28 .fxt-switcher-wrap li {
  margin: 0 1px;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout28 .fxt-switcher-wrap li {
    margin: 0 0 2px;
    width: 100%;
  }

  .fxt-template-layout28 .fxt-switcher-wrap li:last-child {
    margin: 0;
  }
}

.fxt-template-layout28 .fxt-switcher-wrap li a.switcher-text {
  padding: 10px 30px;
  display: block;
  background-color: #1fbe66;
  color: #ffffff;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout28 .fxt-switcher-wrap li a.switcher-text {
    border-radius: 5px;
  }
}

.fxt-template-layout28 .fxt-switcher-wrap li a.switcher-text:hover {
  background-color: #17a156;
}

.fxt-template-layout28 .fxt-switcher-wrap li a.switcher-text.active {
  background-color: #16904d;
}

.fxt-template-layout28 .fxt-switcher-wrap li:first-child a.switcher-text {
  border-radius: 45px 0 0 45px;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout28 .fxt-switcher-wrap li:first-child a.switcher-text {
    border-radius: 5px;
  }
}

.fxt-template-layout28 .fxt-switcher-wrap li:last-child a.switcher-text {
  border-radius: 0 45px 45px 0;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout28 .fxt-switcher-wrap li:last-child a.switcher-text {
    border-radius: 5px;
  }
}

.fxt-template-layout28 .fxt-style-line {
  overflow: hidden;
  text-align: center;
  margin-top: 40px;
}

.fxt-template-layout28 .fxt-style-line h3 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 20px;
  color: #a4a4a4;
  display: inline-block;
  position: relative;
  padding: 0 25px;
  z-index: 1;
}

.fxt-template-layout28 .fxt-style-line h3:before {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #a4a4a4;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout28 .fxt-style-line h3:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #a4a4a4;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout28 ul.fxt-socials {
  text-align: center;
}

.fxt-template-layout28 ul.fxt-socials li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 8px;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout28 ul.fxt-socials li {
    margin-right: 2px;
  }
}

.fxt-template-layout28 ul.fxt-socials li:last-child {
  margin-right: 0;
}

.fxt-template-layout28 ul.fxt-socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 40px;
  width: 40px;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout28 ul.fxt-socials li.fxt-facebook a {
  background-color: #3b5998;
  border-color: #3b5998;
}

.fxt-template-layout28 ul.fxt-socials li.fxt-facebook a:hover {
  background-color: transparent;
  color: #3b5998;
}

.fxt-template-layout28 ul.fxt-socials li.fxt-twitter a {
  background-color: #00acee;
  border-color: #00acee;
}

.fxt-template-layout28 ul.fxt-socials li.fxt-twitter a:hover {
  background-color: transparent;
  color: #00acee;
}

.fxt-template-layout28 ul.fxt-socials li.fxt-google a {
  background-color: #CC3333;
  border-color: #CC3333;
}

.fxt-template-layout28 ul.fxt-socials li.fxt-google a:hover {
  background-color: transparent;
  color: #CC3333;
}

.fxt-template-layout28 ul.fxt-socials li.fxt-instagram a {
  background-color: #3f729b;
  border-color: #3f729b;
}

.fxt-template-layout28 ul.fxt-socials li.fxt-instagram a:hover {
  background-color: transparent;
  color: #3f729b;
}

.fxt-template-layout28 ul.fxt-socials li.fxt-linkedin a {
  background-color: #0077B5;
  border-color: #0077B5;
}

.fxt-template-layout28 ul.fxt-socials li.fxt-linkedin a:hover {
  background-color: transparent;
  color: #0077B5;
}

.fxt-template-layout28 ul.fxt-socials li.fxt-youtube a {
  background-color: #c4302b;
  border-color: #c4302b;
}

.fxt-template-layout28 ul.fxt-socials li.fxt-youtube a:hover {
  background-color: transparent;
  color: #c4302b;
}

.fxt-template-layout28 ul.fxt-socials li.fxt-pinterest a {
  background-color: #bd081c;
  border-color: #bd081c;
}

.fxt-template-layout28 ul.fxt-socials li.fxt-pinterest a:hover {
  background-color: transparent;
  color: #bd081c;
}

.fxt-template-layout28 .checkbox {
  padding-left: 5px;
  margin-right: 30px;
  margin-bottom: 10px;
}

.fxt-template-layout28 .checkbox label {
  padding-left: 20px;
  color: #b9b9b9;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}

.fxt-template-layout28 .checkbox label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  margin-left: -5px;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 2px;
  background-color: transparent;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.fxt-template-layout28 .checkbox label:after {
  position: absolute;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 10px;
  color: #555555;
}

.fxt-template-layout28 .checkbox input[type=checkbox] {
  display: none;
}

.fxt-template-layout28 .checkbox input[type=checkbox]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #ffffff;
  left: 15px;
  top: 4px;
}

.fxt-template-layout28 .checkbox input[type=checkbox]:checked + label::before {
  background-color: #1fbe66;
  border-color: #1fbe66;
}

/*========================================================================
32. Demo Layout Twenty Nine
=========================================================================*/

.fxt-template-layout29 .fxt-checkbox-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.fxt-template-layout29 .fxt-bg-color {
  background-color: #ffffff;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 30px 52px;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout29 .fxt-bg-color {
    min-height: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout29 .fxt-bg-color {
    padding: 50px 15px 42px;
  }
}

.fxt-template-layout29 .fxt-bg-img {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.fxt-template-layout29 .fxt-page-switcher {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout29 .fxt-page-switcher {
    top: calc(100% - 48px);
    transform: translateY(0);
    left: 0;
    text-align: center;
  }
}

.fxt-template-layout29 .fxt-page-switcher .switcher-text1 {
  text-align: right;
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 30px;
  background-color: #000000;
  margin: 2px 0;
  border-radius: 45px 0 0 45px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout29 .fxt-page-switcher .switcher-text1 {
    display: inline-block;
    margin: 0 2px;
    border-radius: 10px 10px 0 0;
    padding: 15px 30px;
  }
}

.fxt-template-layout29 .fxt-page-switcher .switcher-text1:hover {
  color: #f3bd1c;
}

.fxt-template-layout29 .fxt-page-switcher .switcher-text1.active {
  color: #000000;
  background-color: #ffffff;
}

.fxt-template-layout29 .fxt-content {
  max-width: 450px;
  width: 100%;
  padding: 50px 15px 30px;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout29 .fxt-content {
    text-align: center;
  }
}

.fxt-template-layout29 .fxt-header .fxt-logo {
  display: block;
  margin-bottom: 100px;
  max-width: 40vw;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout29 .fxt-header .fxt-logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
}

.fxt-template-layout29 .fxt-form {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout29 .fxt-form {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout29 .fxt-form {
    margin-bottom: 25px;
  }
}

.fxt-template-layout29 .fxt-form h2 {
  font-weight: 700;
  margin-bottom: 5px;
}

.fxt-template-layout29 .fxt-form p {
  margin-bottom: 30px;
  font-size: 17px;
}

.fxt-template-layout29 .fxt-form .fxt-title {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 26px;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout29 .fxt-form .fxt-title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout29 .fxt-form .fxt-title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout29 .fxt-form .fxt-title {
    font-size: 20px;
  }
}

.fxt-template-layout29 .fxt-form .fxt-otp-logo {
  margin-bottom: 20px;
  display: block;
}

.fxt-template-layout29 .fxt-form .fxt-sending-to {
  margin-bottom: 20px;
  font-size: 16px;
}

.fxt-template-layout29 .fxt-form .fxt-sending-to span {
  display: block;
}

.fxt-template-layout29 .fxt-form .fxt-otp-label {
  letter-spacing: 1px;
  font-size: 17px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #202020;
}

.fxt-template-layout29 .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.fxt-template-layout29 .fxt-form .form-group i {
  position: absolute;
  z-index: 1;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.fxt-template-layout29 .fxt-form .form-group [class^=flaticon-]:before,
    .fxt-template-layout29 .fxt-form .form-group [class*=" flaticon-"]:before,
    .fxt-template-layout29 .fxt-form .form-group [class^=flaticon-]:after,
    .fxt-template-layout29 .fxt-form .form-group [class*=" flaticon-"]:after {
  margin-left: 0;
  font-size: 17px;
  color: #a1a1a1;
}

.fxt-template-layout29 .fxt-form .form-control {
  min-height: 40px;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 30px 10px 0;
  color: #111111;
}

.fxt-template-layout29 .fxt-form input::-webkit-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout29 .fxt-form input::-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout29 .fxt-form input:-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout29 .fxt-form input:-ms-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout29 .fxt-form .fxt-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.fxt-template-layout29 .fxt-form .fxt-form-row .fxt-form-col {
  border-radius: 0;
  padding: 10px 5px;
  text-align: center;
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
}

.fxt-template-layout29 .fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-right: 0;
}

.fxt-template-layout29 .fxt-btn-fill {
  margin-right: 30px;
  margin-top: 15px;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 3px;
  background-color: #e9b102;
  padding: 10px 36px;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout29 .fxt-btn-fill {
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.fxt-template-layout29 .fxt-btn-fill:hover {
  background-color: #ecb719;
  border-color: #ecb719;
}

.fxt-template-layout29 .fxt-btn-fill:focus {
  outline: none;
}

.fxt-template-layout29 .switcher-text2 {
  color: #63bbff;
  font-size: 15px;
  margin-top: 5px;
  display: block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout29 .switcher-text2:hover {
  color: #000000;
}

.fxt-template-layout29 ul.fxt-socials li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 8px;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout29 ul.fxt-socials li {
    margin-right: 2px;
  }
}

.fxt-template-layout29 ul.fxt-socials li:last-child {
  margin-right: 0;
}

.fxt-template-layout29 ul.fxt-socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 40px;
  width: 40px;
  color: #ffffff;
  border-radius: 50%;
  border: 1px solid;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout29 ul.fxt-socials li.fxt-facebook a {
  background-color: #3b5998;
  border-color: #3b5998;
}

.fxt-template-layout29 ul.fxt-socials li.fxt-facebook a:hover {
  background-color: transparent;
  color: #3b5998;
}

.fxt-template-layout29 ul.fxt-socials li.fxt-twitter a {
  background-color: #00acee;
  border-color: #00acee;
}

.fxt-template-layout29 ul.fxt-socials li.fxt-twitter a:hover {
  background-color: transparent;
  color: #00acee;
}

.fxt-template-layout29 ul.fxt-socials li.fxt-google a {
  background-color: #CC3333;
  border-color: #CC3333;
}

.fxt-template-layout29 ul.fxt-socials li.fxt-google a:hover {
  background-color: transparent;
  color: #CC3333;
}

.fxt-template-layout29 ul.fxt-socials li.fxt-instagram a {
  background-color: #3f729b;
  border-color: #3f729b;
}

.fxt-template-layout29 ul.fxt-socials li.fxt-instagram a:hover {
  background-color: transparent;
  color: #3f729b;
}

.fxt-template-layout29 ul.fxt-socials li.fxt-linkedin a {
  background-color: #0077B5;
  border-color: #0077B5;
}

.fxt-template-layout29 ul.fxt-socials li.fxt-linkedin a:hover {
  background-color: transparent;
  color: #0077B5;
}

.fxt-template-layout29 ul.fxt-socials li.fxt-youtube a {
  background-color: #c4302b;
  border-color: #c4302b;
}

.fxt-template-layout29 ul.fxt-socials li.fxt-youtube a:hover {
  background-color: transparent;
  color: #c4302b;
}

.fxt-template-layout29 ul.fxt-socials li.fxt-pinterest a {
  background-color: #bd081c;
  border-color: #bd081c;
}

.fxt-template-layout29 ul.fxt-socials li.fxt-pinterest a:hover {
  background-color: transparent;
  color: #bd081c;
}

.fxt-template-layout29 .fxt-footer h3 {
  font-size: 18px;
  font-weight: 500;
}

.fxt-template-layout29 .fxt-footer .fxt-resend-wrap {
  margin-bottom: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 17px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout29 .fxt-footer .fxt-resend-wrap {
    justify-content: center;
  }
}

.fxt-template-layout29 .fxt-footer .fxt-btn-resend {
  margin-left: 3px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #63bbff;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout29 .fxt-footer .fxt-btn-resend:focus {
  outline: none;
}

.fxt-template-layout29 .fxt-footer .fxt-btn-resend:hover {
  color: #000000;
}

.fxt-template-layout29 .fxt-footer .text-or {
  margin-left: 3px;
  color: #000000;
}

/*========================================================================
33. Demo Layout Thirty
=========================================================================*/

.fxt-template-layout30 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  background-color: #000;
  padding: 30px 15px;
}

.fxt-template-layout30 canvas#canvas {
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  background: black;
}

.fxt-template-layout30 .fxt-checkbox-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.fxt-template-layout30 .fxt-content {
  max-width: 600px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 80px 80px 60px;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout30 .fxt-content {
    padding: 70px 60px 50px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout30 .fxt-content {
    padding: 60px 40px 40px;
  }
}

@media only screen and (max-width: 479px) {
  .fxt-template-layout30 .fxt-content {
    padding: 50px 20px 30px;
  }
}

.fxt-template-layout30 .fxt-header {
  text-align: center;
  margin-bottom: 50px;
}

.fxt-template-layout30 .fxt-logo {
  display: block;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 40vw;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout30 .fxt-logo {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout30 .fxt-logo {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout30 .fxt-logo {
    margin-bottom: 40px;
  }
}

.fxt-template-layout30 .fxt-form p {
  font-size: 24px;
  margin-bottom: 30px;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout30 .fxt-form p {
    text-align: center;
  }
}

.fxt-template-layout30 .fxt-form h2 {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 26px;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout30 .fxt-form h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout30 .fxt-form h2 {
    font-size: 22px;
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout30 .fxt-form h2 {
    font-size: 20px;
  }
}

.fxt-template-layout30 .fxt-form .fxt-otp-logo {
  margin-bottom: 20px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout30 .fxt-form .fxt-otp-logo {
    text-align: center;
  }
}

.fxt-template-layout30 .fxt-form .fxt-sending-to {
  margin-bottom: 20px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout30 .fxt-form .fxt-sending-to {
    text-align: center;
  }
}

.fxt-template-layout30 .fxt-form .fxt-sending-to span {
  display: block;
}

.fxt-template-layout30 .fxt-form .fxt-otp-label {
  color: #111111;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout30 .fxt-form .fxt-otp-label {
    text-align: center;
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout30 .fxt-form .fxt-otp-label {
    font-size: 17px;
  }
}

.fxt-template-layout30 .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.fxt-template-layout30 .fxt-form .form-group .field-icon {
  position: absolute;
  z-index: 1;
  right: 19px;
  bottom: 18px;
  font-size: 14px;
  color: #888888;
}

.fxt-template-layout30 .fxt-form .form-group .field-icon:before {
  padding: 17px 10px;
}

.fxt-template-layout30 .fxt-form .form-control {
  min-height: 50px;
  box-shadow: none;
  border: 0;
  padding: 10px 15px;
  background-color: #ffffff;
  color: #000;
}

.fxt-template-layout30 .fxt-form input::-webkit-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout30 .fxt-form input::-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout30 .fxt-form input:-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout30 .fxt-form input:-ms-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout30 .fxt-form .fxt-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.fxt-template-layout30 .fxt-form .fxt-form-row .fxt-form-col {
  padding: 10px 5px;
  text-align: center;
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
}

.fxt-template-layout30 .fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-right: 0;
}

.fxt-template-layout30 .fxt-form .fxt-form-btn {
  margin-bottom: 10px;
}

.fxt-template-layout30 .fxt-btn-fill {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #ffffff;
  border-radius: 3px;
  background-color: #2e4bf1;
  padding: 10px 36px;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout30 .fxt-btn-fill:hover {
  background-color: #0f32fa;
}

.fxt-template-layout30 .fxt-btn-fill:focus {
  outline: none;
}

.fxt-template-layout30 .switcher-text {
  color: #404040;
  font-size: 15px;
  text-decoration: underline;
  margin-bottom: 5px;
  display: block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout30 .switcher-text:hover {
  color: #000000;
}

.fxt-template-layout30 .switcher-text2 {
  color: #404040;
  font-size: 15px;
  text-decoration: underline;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout30 .switcher-text2.inline-text {
  margin-left: 3px;
}

.fxt-template-layout30 .switcher-text2:hover {
  color: #000000;
}

.fxt-template-layout30 .fxt-style-line {
  overflow: hidden;
  text-align: center;
}

.fxt-template-layout30 .fxt-style-line h3 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 20px;
  color: #6d6d6d;
  display: inline-block;
  position: relative;
  padding: 0 25px;
  z-index: 1;
}

.fxt-template-layout30 .fxt-style-line h3:before {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #a4a4a4;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout30 .fxt-style-line h3:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #a4a4a4;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout30 ul.fxt-socials {
  text-align: center;
  margin-bottom: 10px;
}

.fxt-template-layout30 ul.fxt-socials li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 8px;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout30 ul.fxt-socials li {
    margin-right: 2px;
  }
}

.fxt-template-layout30 ul.fxt-socials li:last-child {
  margin-right: 0;
}

.fxt-template-layout30 ul.fxt-socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 40px;
  width: 40px;
  color: #ffffff;
  border-radius: 50%;
  border: 1px solid;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout30 ul.fxt-socials li.fxt-facebook a {
  background-color: #3b5998;
  border-color: #3b5998;
}

.fxt-template-layout30 ul.fxt-socials li.fxt-facebook a:hover {
  background-color: transparent;
  color: #3b5998;
}

.fxt-template-layout30 ul.fxt-socials li.fxt-twitter a {
  background-color: #00acee;
  border-color: #00acee;
}

.fxt-template-layout30 ul.fxt-socials li.fxt-twitter a:hover {
  background-color: transparent;
  color: #00acee;
}

.fxt-template-layout30 ul.fxt-socials li.fxt-google a {
  background-color: #CC3333;
  border-color: #CC3333;
}

.fxt-template-layout30 ul.fxt-socials li.fxt-google a:hover {
  background-color: transparent;
  color: #CC3333;
}

.fxt-template-layout30 ul.fxt-socials li.fxt-instagram a {
  background-color: #3f729b;
  border-color: #3f729b;
}

.fxt-template-layout30 ul.fxt-socials li.fxt-instagram a:hover {
  background-color: transparent;
  color: #3f729b;
}

.fxt-template-layout30 ul.fxt-socials li.fxt-linkedin a {
  background-color: #0077B5;
  border-color: #0077B5;
}

.fxt-template-layout30 ul.fxt-socials li.fxt-linkedin a:hover {
  background-color: transparent;
  color: #0077B5;
}

.fxt-template-layout30 ul.fxt-socials li.fxt-youtube a {
  background-color: #c4302b;
  border-color: #c4302b;
}

.fxt-template-layout30 ul.fxt-socials li.fxt-youtube a:hover {
  background-color: transparent;
  color: #c4302b;
}

.fxt-template-layout30 ul.fxt-socials li.fxt-pinterest a {
  background-color: #bd081c;
  border-color: #bd081c;
}

.fxt-template-layout30 ul.fxt-socials li.fxt-pinterest a:hover {
  background-color: transparent;
  color: #bd081c;
}

.fxt-template-layout30 .checkbox {
  padding-left: 5px;
  margin-right: 30px;
  margin-bottom: 5px;
}

.fxt-template-layout30 .checkbox label {
  padding-left: 20px;
  color: #6f6f6f;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}

.fxt-template-layout30 .checkbox label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  margin-left: -5px;
  border: 1px solid;
  border-color: #6f6f6f;
  border-radius: 2px;
  background-color: transparent;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.fxt-template-layout30 .checkbox label:after {
  position: absolute;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 10px;
  color: #ffffff;
}

.fxt-template-layout30 .checkbox input[type=checkbox] {
  display: none;
}

.fxt-template-layout30 .checkbox input[type=checkbox]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #ffffff;
  left: 15px;
  top: 4px;
}

.fxt-template-layout30 .checkbox input[type=checkbox]:checked + label::before {
  background-color: #2e4bf1;
  border-color: #2e4bf1;
}

.fxt-template-layout30 .fxt-footer {
  text-align: center;
}

.fxt-template-layout30 .fxt-footer p {
  color: #6f6f6f;
}

.fxt-template-layout30 .fxt-footer .fxt-resend-wrap {
  margin-bottom: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 17px;
  width: 100%;
}

.fxt-template-layout30 .fxt-footer .fxt-btn-resend {
  margin-left: 3px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #2e4bf1;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout30 .fxt-footer .fxt-btn-resend:focus {
  outline: none;
}

.fxt-template-layout30 .fxt-footer .fxt-btn-resend:hover {
  color: #000000;
}

.fxt-template-layout30 .fxt-footer .text-or {
  margin-left: 3px;
  color: #000000;
}

/*========================================================================
34. Demo Layout Thirty One
=========================================================================*/

.fxt-template-layout31 {
  background-color: #ffffff;
  padding: 110px;
  width: 100%;
  min-height: 100vh;
  display: grid;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .fxt-template-layout31 {
    padding: 90px;
  }
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout31 {
    padding: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout31 {
    padding: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout31 {
    padding: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .fxt-template-layout31 {
    padding: 15px;
  }
}

.fxt-template-layout31 .fxt-shape {
  height: 100%;
  width: calc((100vw + 220px)/4);
  background-color: #1a3d8f;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
  position: absolute;
}

@media only screen and (max-width: 1199px) {
  .fxt-template-layout31 .fxt-shape {
    width: calc((100vw + 180px)/4);
  }
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout31 .fxt-shape {
    width: calc((100vw + 140px)/4);
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout31 .fxt-shape {
    width: calc((100vw + 100px)/4);
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout31 .fxt-shape {
    width: calc((100vw + 60px)/4);
  }
}

@media only screen and (max-width: 479px) {
  .fxt-template-layout31 .fxt-shape {
    width: calc((100vw + 30px)/4);
  }
}

.fxt-template-layout31 .fxt-content-wrap {
  display: flex;
  min-height: 100%;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout31 .fxt-content-wrap {
    display: block;
  }
}

.fxt-template-layout31 .fxt-heading-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout31 .fxt-heading-content {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout31 .fxt-heading-content {
    padding: 40px 15px;
  }
}

.fxt-template-layout31 .fxt-heading-content:before {
  height: 100%;
  width: 100%;
  background-color: rgba(9, 64, 194, 0.9);
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
  position: absolute;
}

.fxt-template-layout31 .fxt-heading-content .fxt-inner-wrap {
  text-align: center;
  max-width: 640px;
  width: 100%;
}

.fxt-template-layout31 .fxt-heading-content .fxt-logo {
  display: inline-block;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  max-width: 40vw;
}

.fxt-template-layout31 .fxt-heading-content .fxt-main-title {
  color: #ffffff;
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 60px;
}

@media only screen and (max-width: 1199px) {
  .fxt-template-layout31 .fxt-heading-content .fxt-main-title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout31 .fxt-heading-content .fxt-main-title {
    font-size: 32px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout31 .fxt-heading-content .fxt-main-title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout31 .fxt-heading-content .fxt-main-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

.fxt-template-layout31 .fxt-heading-content .fxt-login-option {
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.fxt-template-layout31 .fxt-heading-content .fxt-login-option ul {
  text-align: center;
}

.fxt-template-layout31 .fxt-heading-content .fxt-login-option ul li {
  margin-bottom: 15px;
}

.fxt-template-layout31 .fxt-heading-content .fxt-login-option ul li:last-child {
  margin-bottom: 0;
}

.fxt-template-layout31 .fxt-heading-content .fxt-login-option ul li a {
  padding: 15px;
  border: 1px solid;
  border-color: #5984e8;
  color: #ffffff;
  font-size: 20px;
  display: block;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout31 .fxt-heading-content .fxt-login-option ul li a:hover {
  background-color: #ffffff;
  color: #14133b;
}

@media only screen and (max-width: 1199px) {
  .fxt-template-layout31 .fxt-heading-content .fxt-login-option ul li a {
    font-size: 18px;
    padding: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout31 .fxt-heading-content .fxt-login-option ul li a {
    font-size: 17px;
    padding: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout31 .fxt-heading-content .fxt-login-option ul li a {
    font-size: 16px;
    padding: 12px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout31 .fxt-heading-content .fxt-login-option ul li a {
    font-size: 15px;
    padding: 11px;
  }
}

.fxt-template-layout31 .fxt-form-content {
  box-shadow: 0 3px 79px 0 rgba(0, 0, 0, 0.08);
  width: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout31 .fxt-form-content {
    width: 100%;
  }
}

.fxt-template-layout31 .fxt-form-content .fxt-page-switcher {
  padding: 50px 50px 0 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout31 .fxt-form-content .fxt-page-switcher {
    padding: 40px 15px 0;
  }
}

.fxt-template-layout31 .fxt-form-content .fxt-page-switcher .fxt-switcher-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.fxt-template-layout31 .fxt-form-content .fxt-page-switcher .fxt-switcher-wrap li:first-child .fxt-switcher-btn {
  border-left: 1px solid;
  border-color: #111111;
}

.fxt-template-layout31 .fxt-form-content .fxt-page-switcher .fxt-switcher-wrap li:first-child .fxt-switcher-btn:hover, .fxt-template-layout31 .fxt-form-content .fxt-page-switcher .fxt-switcher-wrap li:first-child .fxt-switcher-btn.active {
  border-color: #1b53d4;
}

.fxt-template-layout31 .fxt-form-content .fxt-page-switcher .fxt-switcher-wrap li:last-child .fxt-switcher-btn {
  border-right: 1px solid;
  border-color: #111111;
}

.fxt-template-layout31 .fxt-form-content .fxt-page-switcher .fxt-switcher-wrap li:last-child .fxt-switcher-btn:hover, .fxt-template-layout31 .fxt-form-content .fxt-page-switcher .fxt-switcher-wrap li:last-child .fxt-switcher-btn.active {
  border-color: #1b53d4;
}

.fxt-template-layout31 .fxt-form-content .fxt-page-switcher .fxt-switcher-btn {
  padding: 9px 27px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #111111;
  color: #111111;
  display: block;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout31 .fxt-form-content .fxt-page-switcher .fxt-switcher-btn:hover {
  color: #1b53d4;
}

.fxt-template-layout31 .fxt-form-content .fxt-page-switcher .fxt-switcher-btn.active {
  background-color: #1b53d4;
  color: #ffffff;
  border-color: #1b53d4;
}

@media only screen and (max-width: 1199px) {
  .fxt-template-layout31 .fxt-form-content .fxt-page-switcher .fxt-switcher-btn {
    font-size: 17px;
    padding: 8px 25px;
  }
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout31 .fxt-form-content .fxt-page-switcher .fxt-switcher-btn {
    font-size: 16px;
    padding: 7px 23px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout31 .fxt-form-content .fxt-page-switcher .fxt-switcher-btn {
    font-size: 15px;
    padding: 6px 21px;
  }
}

.fxt-template-layout31 .fxt-form-content .fxt-page-title {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 700;
  color: #14133b;
}

@media only screen and (max-width: 1199px) {
  .fxt-template-layout31 .fxt-form-content .fxt-page-title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout31 .fxt-form-content .fxt-page-title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout31 .fxt-form-content .fxt-page-title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout31 .fxt-form-content .fxt-page-title {
    font-size: 26px;
  }
}

@media only screen and (max-width: 479px) {
  .fxt-template-layout31 .fxt-form-content .fxt-page-title {
    font-size: 24px;
  }
}

.fxt-template-layout31 .fxt-form-content .fxt-description {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 30px;
}

.fxt-template-layout31 .fxt-form-content .fxt-label {
  color: #14133b;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.fxt-template-layout31 .fxt-form-content .fxt-main-form {
  padding: 30px 50px 20px 50px;
  display: flex;
  height: 100%;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout31 .fxt-form-content .fxt-main-form {
    justify-content: center;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout31 .fxt-form-content .fxt-main-form {
    padding: 20px 15px 10px;
  }
}

.fxt-template-layout31 .fxt-form-content .fxt-inner-wrap {
  max-width: 440px;
  width: 100%;
}

.fxt-template-layout31 .fxt-form-content .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.fxt-template-layout31 .fxt-form-content .form-group .field-icon {
  position: absolute;
  z-index: 1;
  right: 19px;
  bottom: 18px;
  font-size: 14px;
  color: #a1a1a1;
}

.fxt-template-layout31 .fxt-form-content .form-group .field-icon:before {
  padding: 17px 10px;
}

.fxt-template-layout31 .fxt-form-content .form-control {
  min-height: 50px;
  box-shadow: none;
  border: 1px solid #e7e7e7;
  padding: 10px 15px;
  color: #111;
}

.fxt-template-layout31 .fxt-form-content input::-webkit-input-placeholder {
  color: #acacac;
  font-size: 17px;
  font-weight: 400;
}

.fxt-template-layout31 .fxt-form-content input::-moz-placeholder {
  color: #acacac;
  font-size: 17px;
  font-weight: 400;
}

.fxt-template-layout31 .fxt-form-content input:-moz-placeholder {
  color: #acacac;
  font-size: 17px;
  font-weight: 400;
}

.fxt-template-layout31 .fxt-form-content input:-ms-input-placeholder {
  color: #acacac;
  font-size: 17px;
  font-weight: 400;
}

.fxt-template-layout31 .fxt-form-content .fxt-btn-fill {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border: 1px solid;
  border-color: #1b53d4;
  color: #fff;
  border-radius: 3px;
  background-color: #1b53d4;
  padding: 10px 36px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout31 .fxt-form-content .fxt-btn-fill:hover {
  background-color: #0d42be;
  border-color: #0d42be;
}

.fxt-template-layout31 .fxt-form-content .fxt-btn-fill:focus {
  outline: none;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout31 .fxt-form-content .fxt-btn-fill {
    font-size: 16px;
    padding: 9px 32px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout31 .fxt-form-content .fxt-btn-fill {
    font-size: 15px;
    padding: 8px 28px;
  }
}

.fxt-template-layout31 .fxt-form-content .fxt-switcher-description {
  text-align: center;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #888888;
  margin-bottom: 10px;
}

.fxt-template-layout31 .fxt-form-content .fxt-switcher-text {
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #1b52d2;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
  text-decoration: underline;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout31 .fxt-form-content .fxt-switcher-text:hover {
  color: #06339e;
}

.fxt-template-layout31 .fxt-form-content .fxt-switcher-text:focus {
  outline: none;
}

.fxt-template-layout31 .fxt-form-content .fxt-checkbox-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.fxt-template-layout31 .fxt-form-content .fxt-checkbox-box {
  margin-bottom: 5px;
}

.fxt-template-layout31 .fxt-form-content .fxt-checkbox-box label {
  color: #adadad;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
}

.fxt-template-layout31 .fxt-form-content .fxt-checkbox-box label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 5px;
  left: 0;
  right: 0;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.fxt-template-layout31 .fxt-form-content .fxt-checkbox-box label:after {
  position: absolute;
  font-size: 10px;
  color: #555555;
}

.fxt-template-layout31 .fxt-form-content .fxt-checkbox-box input[type=checkbox] {
  display: none;
}

.fxt-template-layout31 .fxt-form-content .fxt-checkbox-box input[type=checkbox]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #ffffff;
  left: 0;
  right: 0;
  top: 5px;
  width: 16px;
  text-align: center;
}

.fxt-template-layout31 .fxt-form-content .fxt-checkbox-box input[type=checkbox]:checked + label::before {
  background-color: #1b53d4;
  border-color: #1b53d4;
}

.fxt-template-layout31 .fxt-form-content .fxt-otp-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.fxt-template-layout31 .fxt-form-content .fxt-otp-row .fxt-otp-col {
  padding: 10px 5px;
  text-align: center;
  margin-right: 30px;
  flex-basis: 0;
  flex-grow: 1;
}

.fxt-template-layout31 .fxt-form-content .fxt-otp-row .fxt-otp-col:last-child {
  margin-right: 0;
}

.fxt-template-layout31 .fxt-form-content .fxt-otp-btn {
  margin-bottom: 30px;
}

.fxt-template-layout31 .fxt-shape.fxt-animation-active {
  transform: translateX(-100%);
}

.loaded.fxt-template-layout31 .fxt-shape.fxt-animation-active {
  transform: translateX(0);
  transition: all 1s ease-in-out;
}

/*========================================================================
35. Demo Layout Thirty Two
=========================================================================*/

.fxt-template-layout32 {
  background-color: #a93cd8;
  min-height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
  position: inherit;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout32 {
    padding: 40px 20px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout32 {
    padding: 30px 15px;
  }
}

.fxt-template-layout32 .fxt-content-wrap {
  border: 1px solid #ffffff;
  display: inline-block;
  max-width: 700px;
  border-radius: 10px;
  padding: 120px 85px 100px;
  position: relative;
  z-index: 1;
  margin-top: 42px;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout32 .fxt-content-wrap {
    margin-top: 33px;
    padding: 90px 35px 50px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout32 .fxt-content-wrap {
    padding: 70px 15px 30px;
  }
}

.fxt-template-layout32 .fxt-content-wrap .fxt-logo {
  background-color: #ffffff;
  padding: 30px 40px;
  border-radius: 10px;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -43px;
  left: 85px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout32 .fxt-content-wrap .fxt-logo {
    padding: 20px 30px;
    left: 35px;
    top: -33px;
  }

  .fxt-template-layout32 .fxt-content-wrap .fxt-logo img {
    width: 80%;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout32 .fxt-content-wrap .fxt-logo {
    padding: 20px 30px;
    left: 15px;
  }
}

.fxt-template-layout32 .fxt-content-wrap .fxt-main-title {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout32 .fxt-content-wrap .fxt-main-title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout32 .fxt-content-wrap .fxt-main-title {
    font-size: 26px;
  }
}

.fxt-template-layout32 .fxt-content-wrap .fxt-main-description {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout32 .fxt-content-wrap .fxt-main-description {
    font-size: 18px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout32 .fxt-content-wrap .fxt-main-description {
    font-size: 16px;
  }
}

.fxt-template-layout32 .fxt-content-wrap .fxt-btns-wrap ul {
  list-style: none;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout32 .fxt-content-wrap .fxt-btns-wrap ul {
    justify-content: center;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout32 .fxt-content-wrap .fxt-btns-wrap ul {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.fxt-template-layout32 .fxt-content-wrap .fxt-btns-wrap ul li {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout32 .fxt-content-wrap .fxt-btns-wrap ul li {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
}

.fxt-template-layout32 .fxt-content-wrap .fxt-modal-btn {
  display: inline-block;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 20px;
  padding: 5px 20px;
  border-radius: 5px;
  box-shadow: none;
  cursor: pointer;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout32 .fxt-content-wrap .fxt-modal-btn {
    font-size: 18px;
    padding: 4px 15px;
  }
}

.fxt-template-layout32 .fxt-content-wrap .fxt-modal-btn:hover {
  color: #14133b;
  background-color: #ffffff;
}

.fxt-template-layout32 .fxt-content-wrap .fxt-modal-btn:focus {
  outline: none;
}

@media only screen and (min-width: 992px) {
  .layout32.modal-dialog {
    max-width: 600px;
  }
}

.layout32.modal-content {
  margin-top: 45px;
  border-radius: 10px 0 10px 10px;
  border: 0;
  position: relative;
}

.layout32.modal-content .fxt-btn-close {
  position: absolute;
  top: -50px;
  box-shadow: none;
  right: 0;
  background-color: #ffffff;
  padding: 17px 27px 12px;
  line-height: 1;
  border: 0;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
}

.layout32.modal-content .fxt-btn-close span {
  color: #a93cd8;
  border: 1px solid #a93cd8;
  font-size: 28px;
  line-height: 0.7;
  display: block;
  padding: 0 1px;
  font-weight: 700;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}

.layout32.modal-content .fxt-btn-close:focus {
  outline: none;
}

.layout32.modal-content .fxt-btn-close:hover span {
  opacity: 1;
}

.layout32.modal-content .fxt-page-title-wrap {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  text-align: center;
}

.layout32.modal-content .fxt-page-title-wrap:before {
  content: "";
  background-color: #e7e7e7;
  height: 1px;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.layout32.modal-content .fxt-page-title {
  color: #14133b;
  font-weight: 700;
  text-align: center;
  border: 1px solid #e7e7e7;
  font-size: 24px;
  padding: 15px 44px;
  background-color: #ffffff;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .layout32.modal-content .fxt-page-title {
    font-size: 22px;
    padding: 13px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .layout32.modal-content .fxt-page-title {
    font-size: 20px;
    padding: 10px 35px;
  }
}

.layout32.modal-content .fxt-page-description {
  font-size: 18px;
  color: #000000;
  text-align: center;
  font-weight: 500;
}

.layout32.modal-content .fxt-form {
  padding: 55px 100px 50px;
}

@media only screen and (max-width: 991px) {
  .layout32.modal-content .fxt-form {
    padding: 35px 30px 30px;
  }
}

@media only screen and (max-width: 575px) {
  .layout32.modal-content .fxt-form {
    padding: 25px 15px 20px;
  }
}

.layout32.modal-content .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.layout32.modal-content .form-group .field-icon {
  position: absolute;
  z-index: 1;
  right: 19px;
  bottom: 18px;
  font-size: 14px;
  color: #a1a1a1;
}

.layout32.modal-content .form-group .field-icon:before {
  padding: 17px 10px;
}

.layout32.modal-content .form-control {
  min-height: 50px;
  box-shadow: none;
  border: 1px solid #e7e7e7;
  padding: 10px 15px;
  color: #111;
}

.layout32.modal-content input::-webkit-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.layout32.modal-content input::-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.layout32.modal-content input:-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.layout32.modal-content input:-ms-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.layout32.modal-content .fxt-switcher-text1 {
  margin-bottom: 5px;
  display: inline-block;
  background-color: transparent;
  box-shadow: none;
  cursor: pointer;
  border: none;
  font-weight: 500;
  color: #646464;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}

.layout32.modal-content .fxt-switcher-text1:hover {
  color: #a93cd8;
}

.layout32.modal-content .fxt-btn-fill {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border: 1px solid;
  border-color: #a93cd8;
  color: #fff;
  border-radius: 3px;
  background-color: #a93cd8;
  padding: 12px 30px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.layout32.modal-content .fxt-btn-fill:hover {
  background-color: #8c1ebb;
  border-color: #8c1ebb;
}

.layout32.modal-content .fxt-btn-fill:focus {
  outline: none;
}

@media only screen and (max-width: 991px) {
  .layout32.modal-content .fxt-btn-fill {
    font-size: 16px;
    padding: 9px 32px;
  }
}

@media only screen and (max-width: 767px) {
  .layout32.modal-content .fxt-btn-fill {
    font-size: 15px;
    padding: 8px 28px;
  }
}

.layout32.modal-content .fxt-option-text {
  text-align: center;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 18px;
  color: #14133b;
}

.layout32.modal-content .fxt-login-option {
  margin-bottom: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.layout32.modal-content .fxt-login-option ul li {
  margin-bottom: 20px;
}

.layout32.modal-content .fxt-login-option ul li:last-child {
  margin-bottom: 0;
}

.layout32.modal-content .fxt-login-option ul li a {
  padding: 13px 30px;
  color: #ffffff;
  font-size: 18px;
  border-radius: 5px;
  display: block;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .layout32.modal-content .fxt-login-option ul li a {
    font-size: 18px;
    padding: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .layout32.modal-content .fxt-login-option ul li a {
    font-size: 17px;
    padding: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .layout32.modal-content .fxt-login-option ul li a {
    font-size: 16px;
    padding: 12px;
  }
}

@media only screen and (max-width: 575px) {
  .layout32.modal-content .fxt-login-option ul li a {
    font-size: 15px;
    padding: 11px;
  }
}

.layout32.modal-content .fxt-login-option ul li.fxt-facebook a {
  background-color: #3b5998;
}

.layout32.modal-content .fxt-login-option ul li.fxt-facebook a:hover {
  background-color: #263f75;
}

.layout32.modal-content .fxt-login-option ul li.fxt-google a {
  background-color: #CC3333;
}

.layout32.modal-content .fxt-login-option ul li.fxt-google a:hover {
  background-color: #af2121;
}

.layout32.modal-content .fxt-switcher-description {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #646464;
}

.layout32.modal-content .fxt-switcher-text2 {
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #a93cd8;
  margin-bottom: 5px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.layout32.modal-content .fxt-switcher-text2:hover {
  color: #850ab9;
  text-decoration: underline;
}

.layout32.modal-content .fxt-switcher-text3 {
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #a93cd8;
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.layout32.modal-content .fxt-switcher-text3:hover {
  color: #850ab9;
  text-decoration: underline;
}

.layout32.modal-content .fxt-switcher-text3:focus {
  outline: none;
}

.layout32.modal-content .fxt-otp-logo {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.layout32.modal-content .fxt-otp-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.layout32.modal-content .fxt-otp-row .fxt-otp-col {
  padding: 10px 5px;
  text-align: center;
  margin-right: 20px;
  flex-basis: 0;
  flex-grow: 1;
}

.layout32.modal-content .fxt-otp-row .fxt-otp-col:last-child {
  margin-right: 0;
}

.layout32.modal-content .fxt-otp-btn {
  margin-bottom: 20px;
}

/*========================================================================
36. Demo Layout Thirty Three
=========================================================================*/

.fxt-template-layout33 {
  background-color: #ffffff;
  width: 100%;
  min-height: 100vh;
  display: grid;
  position: relative;
  z-index: 1;
}

.fxt-template-layout33 .fxt-content-wrap {
  display: flex;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout33 .fxt-content-wrap {
    display: block;
  }
}

.fxt-template-layout33 .fxt-heading-content {
  padding: 30px;
  position: relative;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout33 .fxt-heading-content {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout33 .fxt-heading-content {
    padding: 15px;
  }
}

.fxt-template-layout33 .fxt-heading-content:before {
  content: "";
  border-radius: 0 100px 100px 0;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("img/figure/bg33-1.jpg");
  top: 0;
  left: 0;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout33 .fxt-heading-content:before {
    border-radius: 0;
  }
}

.fxt-template-layout33 .fxt-heading-content .fxt-inner-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 680px;
  height: 100%;
  padding: 60px 50px;
  border-radius: 30px;
  max-width: 515px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout33 .fxt-heading-content .fxt-inner-wrap {
    padding: 40px 30px;
    border-radius: 15px;
  }
}

.fxt-template-layout33 .fxt-heading-content .fxt-logo {
  margin-bottom: 30px;
  display: block;
  max-width: 15vw;
}

.fxt-template-layout33 .fxt-heading-content .fxt-sub-title {
  color: #ffffff;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 300;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout33 .fxt-heading-content .fxt-sub-title {
    font-size: 22px;
  }
}

.fxt-template-layout33 .fxt-heading-content .fxt-main-title {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 300;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout33 .fxt-heading-content .fxt-main-title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout33 .fxt-heading-content .fxt-main-title {
    font-size: 28px;
  }
}

.fxt-template-layout33 .fxt-heading-content .fxt-description {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  max-width: 390px;
  width: 100%;
}

.fxt-template-layout33 .fxt-heading-content .fxt-switcher-description {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
}

.fxt-template-layout33 .fxt-heading-content .fxt-switcher-description .fxt-switcher-text {
  display: table;
  color: #ffffff;
  font-weight: 500;
}

.fxt-template-layout33 .fxt-heading-content .fxt-switcher-description .fxt-switcher-text:hover {
  text-decoration: underline;
}

.fxt-template-layout33 .fxt-form-content {
  width: 50%;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout33 .fxt-form-content {
    width: 100%;
  }
}

.fxt-template-layout33 .fxt-form-content .fxt-page-title {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 700;
  color: #14133b;
}

@media only screen and (max-width: 1199px) {
  .fxt-template-layout33 .fxt-form-content .fxt-page-title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout33 .fxt-form-content .fxt-page-title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout33 .fxt-form-content .fxt-page-title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout33 .fxt-form-content .fxt-page-title {
    font-size: 26px;
  }
}

@media only screen and (max-width: 479px) {
  .fxt-template-layout33 .fxt-form-content .fxt-page-title {
    font-size: 24px;
  }
}

.fxt-template-layout33 .fxt-form-content .fxt-description {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 30px;
}

.fxt-template-layout33 .fxt-form-content .fxt-label {
  color: #14133b;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.fxt-template-layout33 .fxt-form-content .fxt-main-form {
  padding: 50px 65px 40px 65px;
  display: flex;
  height: 100%;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout33 .fxt-form-content .fxt-main-form {
    justify-content: center;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout33 .fxt-form-content .fxt-main-form {
    padding: 40px 15px 30px;
  }
}

.fxt-template-layout33 .fxt-form-content .fxt-inner-wrap {
  max-width: 454px;
  width: 100%;
}

.fxt-template-layout33 .fxt-form-content .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.fxt-template-layout33 .fxt-form-content .form-control {
  min-height: 50px;
  box-shadow: none;
  border: 1px solid #e7e7e7;
  padding: 10px 15px;
  color: #111;
}

.fxt-template-layout33 .fxt-form-content input::-webkit-input-placeholder {
  color: #acacac;
  font-size: 17px;
  font-weight: 400;
}

.fxt-template-layout33 .fxt-form-content input::-moz-placeholder {
  color: #acacac;
  font-size: 17px;
  font-weight: 400;
}

.fxt-template-layout33 .fxt-form-content input:-moz-placeholder {
  color: #acacac;
  font-size: 17px;
  font-weight: 400;
}

.fxt-template-layout33 .fxt-form-content input:-ms-input-placeholder {
  color: #acacac;
  font-size: 17px;
  font-weight: 400;
}

.fxt-template-layout33 .fxt-form-content .fxt-otp-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.fxt-template-layout33 .fxt-form-content .fxt-otp-row .fxt-otp-col {
  padding: 10px 5px;
  text-align: center;
  margin-right: 30px;
  flex-basis: 0;
  flex-grow: 1;
}

.fxt-template-layout33 .fxt-form-content .fxt-otp-row .fxt-otp-col:last-child {
  margin-right: 0;
}

.fxt-template-layout33 .fxt-form-content .fxt-otp-btn {
  margin-bottom: 20px;
}

.fxt-template-layout33 .fxt-form-content .fxt-switcher-description {
  text-align: center;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #646464;
}

.fxt-template-layout33 .fxt-form-content .fxt-switcher-text {
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #39a688;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout33 .fxt-form-content .fxt-switcher-text:hover {
  color: #099e74;
  text-decoration: underline;
}

.fxt-template-layout33 .fxt-form-content .fxt-switcher-text:focus {
  outline: none;
}

.fxt-template-layout33 .fxt-form-content .fxt-checkbox-box {
  margin-bottom: 25px;
}

.fxt-template-layout33 .fxt-form-content .fxt-checkbox-box label {
  color: #14133b;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.fxt-template-layout33 .fxt-form-content .fxt-checkbox-box label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 5px;
  left: 0;
  right: 0;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.fxt-template-layout33 .fxt-form-content .fxt-checkbox-box label:after {
  position: absolute;
  font-size: 10px;
  color: #555555;
}

.fxt-template-layout33 .fxt-form-content .fxt-checkbox-box input[type=checkbox] {
  display: none;
}

.fxt-template-layout33 .fxt-form-content .fxt-checkbox-box input[type=checkbox]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #ffffff;
  left: 0;
  right: 0;
  top: 5px;
  width: 16px;
  text-align: center;
}

.fxt-template-layout33 .fxt-form-content .fxt-checkbox-box input[type=checkbox]:checked + label::before {
  background-color: #1ebe92;
  border-color: #1ebe92;
}

.fxt-template-layout33 .fxt-form-content .fxt-btn-fill {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border: 1px solid;
  border-color: #1ebe92;
  color: #fff;
  border-radius: 10px;
  background-color: #1ebe92;
  padding: 9px 36px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout33 .fxt-form-content .fxt-btn-fill:hover {
  background-color: #099e74;
  border-color: #099e74;
}

.fxt-template-layout33 .fxt-form-content .fxt-btn-fill:focus {
  outline: none;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout33 .fxt-form-content .fxt-btn-fill {
    font-size: 16px;
  }
}

.fxt-template-layout33 .fxt-form-content .fxt-divider-text {
  text-align: center;
  margin-bottom: 20px;
}

.fxt-template-layout33 .fxt-form-content .fxt-login-option ul {
  display: flex;
  justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout33 .fxt-form-content .fxt-login-option ul {
    display: block;
  }
}

.fxt-template-layout33 .fxt-form-content .fxt-login-option ul li {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
  width: auto;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout33 .fxt-form-content .fxt-login-option ul li {
    width: 100%;
  }
}

.fxt-template-layout33 .fxt-form-content .fxt-login-option ul li a {
  padding: 10px 15px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  width: 50px;
  border-radius: 10px;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout33 .fxt-form-content .fxt-login-option ul li a {
    min-height: 47px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout33 .fxt-form-content .fxt-login-option ul li a {
    width: 100%;
  }
}

.fxt-template-layout33 .fxt-form-content .fxt-login-option ul li a .fxt-option-icon {
  display: inline-block;
}

.fxt-template-layout33 .fxt-form-content .fxt-login-option ul li a .fxt-option-text {
  display: inline-block;
  display: none;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout33 .fxt-form-content .fxt-login-option ul li a .fxt-option-text {
    display: block;
  }
}

.fxt-template-layout33 .fxt-form-content .fxt-login-option ul li.fxt-google a {
  background-color: #CC3333;
}

.fxt-template-layout33 .fxt-form-content .fxt-login-option ul li.fxt-google a:hover {
  background-color: #af2121;
}

.fxt-template-layout33 .fxt-form-content .fxt-login-option ul li.fxt-facebook a {
  background-color: #3b5998;
}

.fxt-template-layout33 .fxt-form-content .fxt-login-option ul li.fxt-facebook a:hover {
  background-color: #263f75;
}

.fxt-template-layout33 .fxt-form-content .fxt-login-option ul li.fxt-apple a {
  background-color: #132133;
}

.fxt-template-layout33 .fxt-form-content .fxt-login-option ul li.fxt-apple a:hover {
  background-color: #070e16;
}

.fxt-template-layout33 .fxt-form-content .fxt-login-option ul li.active {
  width: 100%;
}

.fxt-template-layout33 .fxt-form-content .fxt-login-option ul li.active a {
  width: 100%;
}

.fxt-template-layout33 .fxt-form-content .fxt-login-option ul li.active a .fxt-option-text {
  display: block;
}

.fxt-template-layout33.fxt-template-animation .fxt-heading-content:before {
  opacity: 0;
  visibility: hidden;
}

.fxt-template-layout33.loaded.fxt-template-animation .fxt-heading-content:before {
  opacity: 1;
  visibility: visible;
  transition: opacity 1.5s ease-in-out;
  transition-delay: 0.3s;
}

/*========================================================================
37. Demo Layout Thirty Four
=========================================================================*/

.fxt-template-layout34 {
  position: relative;
  min-height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}

.fxt-template-layout34 .fxt-column-wrap {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout34 .fxt-column-wrap {
    padding-top: 10vh;
    padding-bottom: 10vh;
    min-height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout34 .fxt-column-wrap {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout34 .fxt-column-wrap {
    padding-top: 6vh;
    padding-bottom: 6vh;
  }
}

.fxt-template-layout34 .fxt-shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.fxt-template-layout34 .fxt-animated-img {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}

.fxt-template-layout34 .fxt-logo {
  margin-bottom: 50px;
  display: block;
  width: 300px;
}

.fxt-template-layout34 .fxt-main-title {
  max-width: 280px;
  width: 100%;
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout34 .fxt-main-title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout34 .fxt-main-title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout34 .fxt-main-title {
    font-size: 28px;
  }
}

.fxt-template-layout34 .fxt-switcher-description1 {
  color: #363636;
  font-size: 20px;
  max-width: 260px;
  width: 100%;
  margin-bottom: 40px;
}

.fxt-template-layout34 .fxt-switcher-description1 .fxt-switcher-text {
  display: inline-block;
  color: #4460f1;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout34 .fxt-switcher-description1 .fxt-switcher-text:hover {
  color: #0925ad;
  text-decoration: underline;
}

.fxt-template-layout34 .fxt-switcher-description2 .fxt-switcher-text {
  color: #b1b1b2;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout34 .fxt-switcher-description2 .fxt-switcher-text:hover {
  color: #1a34b8;
  text-decoration: underline;
}

.fxt-template-layout34 .fxt-switcher-description3 {
  text-align: center;
  font-size: 16px;
  color: #646464;
  margin-bottom: 10px;
}

.fxt-template-layout34 .fxt-switcher-description3 .fxt-switcher-text {
  color: #4460f1;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout34 .fxt-switcher-description3 .fxt-switcher-text:hover {
  color: #0f2ab2;
  text-decoration: underline;
}

.fxt-template-layout34 .fxt-qr-code {
  display: inline-block;
  max-width: 35vw;
}

.fxt-template-layout34 .fxt-qr-code img {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 20px;
  border: 1px solid #dfdfdf;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout34 .fxt-qr-code img {
    padding: 5px;
  }
}

.fxt-template-layout34 .fxt-form {
  margin-top: 10px;
}

.fxt-template-layout34 .fxt-form .fxt-label {
  color: #14133b;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.fxt-template-layout34 .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}

.fxt-template-layout34 .fxt-form .form-group .field-icon {
  position: absolute;
  z-index: 1;
  right: 26px;
  bottom: 24px;
  font-size: 14px;
  color: #a1a1a1;
}

.fxt-template-layout34 .fxt-form .form-group .field-icon:before {
  padding: 17px 10px;
}

.fxt-template-layout34 .fxt-form .form-control {
  border-radius: 10px;
  background-color: #ebf0f6;
  min-height: 60px;
  box-shadow: none;
  border: 1px solid #ebf0f6;
  padding: 10px 20px;
  color: #111;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout34 .fxt-form .form-control {
    min-height: 50px;
  }
}

.fxt-template-layout34 .fxt-form input::-webkit-input-placeholder {
  color: #858588;
  font-size: 14px;
  font-weight: 300;
}

.fxt-template-layout34 .fxt-form input::-moz-placeholder {
  color: #858588;
  font-size: 14px;
  font-weight: 300;
}

.fxt-template-layout34 .fxt-form input:-moz-placeholder {
  color: #858588;
  font-size: 14px;
  font-weight: 300;
}

.fxt-template-layout34 .fxt-form input:-ms-input-placeholder {
  color: #858588;
  font-size: 14px;
  font-weight: 300;
}

.fxt-template-layout34 .fxt-form .fxt-checkbox-box {
  margin-bottom: 25px;
}

.fxt-template-layout34 .fxt-form .fxt-checkbox-box label {
  color: #14133b;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.fxt-template-layout34 .fxt-form .fxt-checkbox-box label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 5px;
  left: 0;
  right: 0;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.fxt-template-layout34 .fxt-form .fxt-checkbox-box label:after {
  position: absolute;
  font-size: 10px;
  color: #555555;
}

.fxt-template-layout34 .fxt-form .fxt-checkbox-box input[type=checkbox] {
  display: none;
}

.fxt-template-layout34 .fxt-form .fxt-checkbox-box input[type=checkbox]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #ffffff;
  left: 0;
  right: 0;
  top: 5px;
  width: 16px;
  text-align: center;
}

.fxt-template-layout34 .fxt-form .fxt-checkbox-box input[type=checkbox]:checked + label::before {
  background-color: #4460f1;
  border-color: #4460f1;
}

.fxt-template-layout34 .fxt-form .fxt-otp-logo {
  margin-bottom: 30px;
  display: block;
}

.fxt-template-layout34 .fxt-form .fxt-otp-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.fxt-template-layout34 .fxt-form .fxt-otp-row .fxt-otp-col {
  min-height: 50px;
  padding: 5px;
  text-align: center;
  margin-right: 15px;
  flex-basis: 0;
  flex-grow: 1;
}

.fxt-template-layout34 .fxt-form .fxt-otp-row .fxt-otp-col:last-child {
  margin-right: 0;
}

.fxt-template-layout34 .fxt-form .fxt-otp-btn {
  margin-bottom: 20px;
}

.fxt-template-layout34 .terms-link {
  display: inline-block;
  color: #4460f1;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout34 .terms-link:hover {
  color: #1a34b8;
  text-decoration: underline;
}

.fxt-template-layout34 .fxt-btn-fill {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 10px;
  background-color: #4460f1;
  padding: 12px 36px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout34 .fxt-btn-fill:hover {
  background-color: #1a34b8;
}

.fxt-template-layout34 .fxt-btn-fill:focus {
  outline: none;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout34 .fxt-btn-fill {
    font-size: 16px;
    padding: 11px 30px;
  }
}

.fxt-template-layout34 .fxt-style-line {
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
}

.fxt-template-layout34 .fxt-style-line span {
  text-align: center;
  font-size: 15px;
  color: #acacac;
  display: inline-block;
  position: relative;
  padding: 0 25px;
  z-index: 1;
}

.fxt-template-layout34 .fxt-style-line span:before {
  display: inline-block;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #cfcfcf;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout34 .fxt-style-line span:after {
  display: inline-block;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #cfcfcf;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout34 ul.fxt-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -5px;
  margin-left: -5px;
}

.fxt-template-layout34 ul.fxt-socials li {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.fxt-template-layout34 ul.fxt-socials li a {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  height: 60px;
  width: 80px;
  border: 1px solid;
  border-color: #cfcfcf;
  background-color: #fefefe;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout34 ul.fxt-socials li a {
    font-size: 18px;
    height: 50px;
    width: 60px;
  }
}

.fxt-template-layout34 ul.fxt-socials li a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 0 62px 0 rgba(0, 0, 0, 0.1);
}

.fxt-template-layout34 ul.fxt-socials li.fxt-google a {
  color: #CC3333;
}

.fxt-template-layout34 ul.fxt-socials li.fxt-apple a {
  color: #132133;
}

.fxt-template-layout34 ul.fxt-socials li.fxt-facebook a {
  color: #3b5998;
}

.hover\:border-blue-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.hover\:text-blue-500:hover{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.hover\:text-indigo-500:hover{
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}

.hover\:text-red-900:hover{
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.focus\:border-blue-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.focus\:border-indigo-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.focus\:ring-gray-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1));
}

.focus\:ring-gray-900:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity, 1));
}

.focus\:ring-indigo-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}

.focus\:ring-red-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

.group:focus-within .group-focus-within\:visible{
  visibility: visible;
}

@media (min-width: 576px){
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px){
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px){
  .lg\:block{
    display: block;
  }

  .lg\:w-1\/2{
    width: 50%;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
