.welcome .modal-dialog .modal-content {
  background-color: #202020;
  border-radius: 40px;
}
.welcome .modal-dialog .modal-header {
  position: relative;
  z-index: 1;
  border: 0;
  margin-bottom: -60px;
}
.welcome .modal-dialog .modal-header button {
  opacity: 1;
  color: white;
}
.welcome .modal-dialog .modal-header button span {
  border: 1px solid;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
}
.welcome .modal-dialog .modal-body {
  text-align: center;
}
.welcome .modal-dialog .modal-body .img-cont {
  max-width: 100px;
  margin: 0 auto;
}
.welcome .modal-dialog .modal-body .title-modal {
  margin-top: 15px;
}
.welcome .modal-dialog .modal-body .title-modal h4 {
  color: white;
}
.welcome .modal-dialog .modal-body p {
  color: #707070;
  max-width: 370px;
  margin: 0 auto;
}
.welcome .modal-dialog .modal-body p a {
  color: #28B467;
}
.img-cont img {
  width: 100%;
}
.row {
  margin: 0;
}
footer {
  padding: 0 10px;
  max-width: 1650px;
  padding: 30px 10px 10px 10px;
  margin: 0 auto;
}
footer .card-cont {
  display: flex;
  flex-wrap: wrap;
}
footer .card-cont > div {
  flex: 0 0 100%;
}
footer .card-cont .log .img-cont {
  max-width: 155px;
}
footer .card-cont .txt p {
  font-size: 15px;
  color: #707070;
  padding-bottom: 20px;
  border-bottom: 5px solid #553D0E;
}
footer .card-cont .txt p a {
  color: #707070;
}
footer .card-cont .txt p span {
  display: inline-block;
  max-width: 1370px;
}
footer .card-cont .txt .tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
}
footer .card-cont .txt .tags li {
  flex: 0 0 100%;
  margin-bottom: 15px;
}
footer .card-cont .txt .tags li a {
  font-size: 15px;
  color: black;
}
.home-pag .home .main-cont .cont-cards {
  min-height: calc(100vh - 150px);
}
.home-pag .home .main-cont .cont-cards .card1 {
  padding-top: 50px;
  background-color: #202020;
  /*border-left: 30px solid #553D0E;*/
}
.home-pag .home .main-cont .cont-cards .card1 .card-log .icos {
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.home-pag .home .main-cont .cont-cards .card1 .card-log .icos .row {
  padding: 0 10px;
}
.home-pag .home .main-cont .cont-cards .card1 .card-log .icos .row > div:last-child {
  display: flex;
  justify-content: right;
}
.home-pag .home .main-cont .cont-cards .card1 .card-log .icos .item {
  max-width: 180px;
}
.home-pag .home .main-cont .cont-cards .card1 .card-log .icos .item2 {
  text-align: center;
  max-width: 110px;
}
.home-pag .home .main-cont .cont-cards .card1 .card-log .icos .item2 h3 {
  color: white;
  font-weight: 600;
  margin: 0;
  font-size: 40px;
}
.home-pag .home .main-cont .cont-cards .card1 .card-log .icos .item2 .img-cont {
  max-width: 160px;
  margin: 0 auto;
}
.home-pag .home .main-cont .cont-cards .card1 .card-log .icos .item2 .img-cont .img-cont-logo-secundario {
  width: 135%;
}
.home-pag .home .main-cont .cont-cards .card1 .card-log .title {
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding-left: 20px;
  /*border-left: 3px solid #2CE881;*/
}
.home-pag .home .main-cont .cont-cards .card1 .card-log .title h1 {
  margin: 0;
  font-size: 20px;
  color: white;
  font-weight: 600;
}
.home-pag .home .main-cont .cont-cards .card1 .card-log .title h4 {
  color: white;
  text-align: center;
}
.home-pag .home .main-cont .cont-cards .card1 .card-log .ctas {
  max-width: 440px;
  margin: 0 auto;
}
.home-pag .home .main-cont .cont-cards .card1 .card-log .ctas .row > div {
  padding: 5px;
  text-align: center;
  margin-bottom: 30px;
}
.home-pag .home .main-cont .cont-cards .card1 .card-log .ctas .row button {
  border: 0;
  background-color: transparent;
}
.home-pag .home .main-cont .cont-cards .card1 .card-log .ctas .row img {
  width: 100%;
  max-width: 200px;
}
.home-pag .home .main-cont .cont-cards .card1 .card-log .inputs {
  overflow: hidden;
  max-width: 300px;
  margin: 0 auto;
}
.home-pag .home .main-cont .cont-cards .card1 .card-log .inputs .form-group {
  margin-bottom: 15px;
}
.home-pag .home .main-cont .cont-cards .card1 .card-log .inputs .form-group input {
  border: 0;
  font-size: 18px;
  text-align: center;
  padding: 7px 4px 13px 5px;
  height: auto;
  max-width: 440px;
  margin: 0 auto;
  background-color: #b5b5b5;
  color: white;
  font-weight: 600;
  border-radius: 10px;
}
.home-pag .home .main-cont .cont-cards .card1 .card-log .inputs .form-group input::placeholder {
  color: #7f7f7f;
}
.home-pag .home .main-cont .cont-cards .card1 .card-log .send {
  text-align: center;
  margin-bottom: 15px;
}
.home-pag .home .main-cont .cont-cards .card1 .card-log .send button {
  width: 160px;
  background-color: transparent;
  border-radius: 24px;
  border: 2px solid #2CE881;
  font-size: 20px;
  padding: 0;
  line-height: 1.2;
  font-weight: 600;
  padding-bottom: 6px;
}
.home-pag .home .main-cont .cont-cards .card1 .card-log .send a {
  width: 160px;
  background-color: transparent;
  border-radius: 24px;
  border: 2px solid #2CE881;
  font-size: 20px;
  padding: 0;
  line-height: 1.2;
  font-weight: 600;
  padding-bottom: 6px;
  color: white;
  padding-left: 33px;
  padding-right: 33px;
}
.home-pag .home .main-cont .cont-cards .card1 .card-log .foo {
  text-align: center;
  margin-bottom: 60px;
}
.home-pag .home .main-cont .cont-cards .card1 .card-log .foo label,
.home-pag .home .main-cont .cont-cards .card1 .card-log .foo a {
  font-size: 20px;
  color: white;
}
.home-pag .home .main-cont .cont-cards .card1 .card-log .foo .row > div {
  margin-bottom: 15px;
}
.home-pag .home .main-cont .cont-cards .card1 .card-log .foo .form-group {
  margin-bottom: 0;
}
.home-pag .home .main-cont .cont-cards .card1 .card-log .foo .custom-input {
  display: inline-block;
  height: 20px;
  width: 20px;
  position: relative;
  border: 1px solid white;
  bottom: -2px;
  border-radius: 5px;
}
.home-pag .home .main-cont .cont-cards .card1 .card-log .foo .custom-input input {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  opacity: 0;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
}
.home-pag .home .main-cont .cont-cards .card1 .card-log .foo .custom-input input:checked + span {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #2CE881;
  border-radius: 5px;
  left: 0;
  top: 0;
}
.home-pag .home .main-cont .cont-cards .card1 .card-log .text-footer {
  max-width: 600px;
  padding: 50px;
}
.home-pag .home .main-cont .cont-cards .card1 .card-log .text-footer p {
  color: white;
}
.home-pag .home .main-cont .cont-cards .card2 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  background-image: url('../img/starcinema-base-home.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.home-pag .home .main-cont .cont-cards .card2 .card-bg .cta-cont {
  text-align: right;
}
.home-pag .home .main-cont .cont-cards .card2 .card-bg a {
  font-size: 20px;
  display: inline-block;
  background: transparent linear-gradient(35deg, #46E235 0%, #64FF53 17%, #64FF53 27%, #54B7F9 51%, #3FACFB 64%, #2CA3FA 74%, #176AF9 100%) 0% 0% no-repeat padding-box;
  padding: 10px 50px;
  border-radius: 20px;
  color: white;
  font-weight: 600;
}
.home-pag .home .main-cont .form_recuperar {
  height: 480px;
  position: relative;
}
.home-pag .home .main-cont .form_recuperar .sub > div {
  flex: 0 0 50%;
}
.home-pag .home .main-cont .form_recuperar .sub > div .img-cont-bg {
  width: 1014px !important;
  position: absolute;
  height: auto !important;
  top: -55px;
}
.home-pag .home .main-cont #userReestablecerForm {
  height: 480px;
  position: relative;
}
.home-pag .home .main-cont #userReestablecerForm .sub > div {
  flex: 0 0 50%;
}
.home-pag .home .main-cont #userReestablecerForm .sub > div .img-cont-bg {
  width: 1014px !important;
  position: absolute;
  height: auto !important;
  top: -55px;
}
.home2 .home .main-cont .cont-cards {
  background-image: url('../img/starcinema-base-home.jpg');
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.home2 .home .main-cont .cont-cards > div {
  background-color: rgba(32, 32, 32, 0.8) !important;
}
.home2 .home .main-cont .cont-cards .card1 {
  border: 0;
}
.home2 .home .main-cont .cont-cards .card1 .card-log .icos {
  margin-bottom: 50px;
}
.home2 .home .main-cont .cont-cards .card1 .card-log .ctas {
  margin-top: 50px;
}
.home2 .home .main-cont .cont-cards .card2 {
  display: none;
}
.register .home .main-cont .cont-cards .card1 .title-register h1 {
  font-size: 25px;
  color: white;
  text-align: center;
  margin-bottom: 30px;
}
.register .home .main-cont .cont-cards .card1 form {
  max-width: 450px;
  margin: 0 auto;
}
.register .home .main-cont .cont-cards .card1 form .inputs-register .form-group {
  padding: 0 15px;
  position: relative;
}
.register .home .main-cont .cont-cards .card1 form .inputs-register .form-group .ico {
  right: -13px;
  position: absolute;
  top: 0;
}
.register .home .main-cont .cont-cards .card1 form .inputs-register input {
  padding: 5px 10px;
  height: 35px;
  font-size: 14px;
  color: #9B9898;
}
.register .home .main-cont .cont-cards .card1 form .dates {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.register .home .main-cont .cont-cards .card1 form .dates label {
  color: white;
  flex: 0 0 100%;
  font-size: 14px;
  margin-right: 15px;
  color: #9B9898;
}
.register .home .main-cont .cont-cards .card1 form .dates select {
  flex: 0 0 75px;
  margin-right: 5px;
  color: #9B9898;
}
.register .home .main-cont .cont-cards .card1 form .dates select:last-child {
  margin: 0;
}
.register .home .main-cont .cont-cards .card1 form .send {
  margin-top: 30px !important;
}
.register-success .home .main-cont .hero-shot {
  background-image: url('../img/bg-home2.jpg');
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.register-success .home .main-cont .hero-shot .row {
  min-height: 400px;
}
.register-success .home .main-cont .hero-shot .row > div .card-cont .img-cont {
  max-width: 250px;
  margin: 0 auto;
}
.register-success .home .main-cont .hero-shot .row > div .card-cont h1 {
  font-size: 30px;
  color: white;
  margin-top: 30px;
  text-align: center;
}
.register-success .home .main-cont .hero-shot .row > div:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(32, 32, 32, 0.83);
}
.register-success .text {
  padding: 0 10px;
}
.register-success .text .main-cont .txt .txt1 {
  text-align: center;
  margin-top: 30px;
}
.register-success .text .main-cont .txt .txt1 h2 {
  font-size: 30px;
  font-weight: 400;
}
.register-success .text .main-cont .txt .txt1 h2:first-child {
  font-weight: 700;
}
.register-success .text .main-cont .txt .txt2 {
  max-width: 690px;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 25px;
  text-align: center;
}
.register-success .text .main-cont .txt .cta-cont {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
.register-success .text .main-cont .txt .cta-cont a {
  font-size: 20px;
  display: inline-block;
  background: transparent linear-gradient(35deg, #98FF53 0%, #98FF53 0%, #94FA5E 6%, #8CEE7D 18%, #7FDCAE 33%, #6EC2F2 51%, #6CBFFB 53%, #6CBFFB 100%) 0% 0% no-repeat padding-box;
  padding: 10px 50px;
  border-radius: 20px;
  color: white;
  font-weight: 600;
}
.password .home {
  overflow: hidden;
}
.password .home .main-cont .cont-cards .card1 form {
  margin: 0 -15px;
  background: #c5c2c2;
  padding: 4px 0px;
}
.password .home .main-cont .cont-cards .card1 form .sub {
  display: flex;
  flex-direction: row-reverse;
  /*gap: 66px;*/
}
.password .home .main-cont .cont-cards .card1 form .sub .sub-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.password .home .main-cont .cont-cards .card1 form .sub .sub-txt .txt1 {
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
  color: black;
}
.password .home .main-cont .cont-cards .card1 form .sub .sub-txt .txt1 p {
  font-family: "Helvetica Neue";
  font-size: 31px;
  font-style: normal;
  font-variant: normal;
  line-height: 28.4px;
  padding: 17px;
}
.password .home .main-cont .cont-cards .card1 form .sub .sub-txt .txt1 p a {
  color: black;
  font-weight: 600;
}
.password .home .main-cont .cont-cards .card1 form .sub .sub-txt .inputs-pass {
  margin-top: 30px;
}
.password .home .main-cont .cont-cards .card1 form .sub .sub-txt .inputs-pass .form-group {
  margin-bottom: 10px;
  margin-top: 22px;
}
.password .home .main-cont .cont-cards .card1 form .sub .sub-txt .inputs-pass .form-group input {
  text-align: center;
  max-width: 350px;
  margin: 0 auto;
  border: 1px solid #707070;
}
.password .home .main-cont .cont-cards .card1 form .sub .sub-txt .send-pass {
  margin-top: 30px;
  text-align: center;
}
.password .home .main-cont .cont-cards .card1 form .sub .sub-txt .send-pass button {
  border: 0;
  font-size: 20px;
  display: inline-block;
  background: transparent linear-gradient(35deg, #98FF53 0%, #98FF53 0%, #94FA5E 6%, #8CEE7D 18%, #7FDCAE 33%, #6EC2F2 51%, #6CBFFB 53%, #6CBFFB 100%) 0% 0% no-repeat padding-box;
  padding: 6px 60px;
  border-radius: 24px;
  color: white;
  font-weight: 600;
  line-height: 1.2;
  width: 203px;
  height: 47px;
}
.password .home .main-cont .cont-cards .card1 form .sub .sub-txt .txt2 {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 30px;
}
.password .home .main-cont .cont-cards .card1 form .sub .sub-txt .txt2 p {
  margin: 0;
}
.password .home .main-cont .cont-cards .card1 form .sub .sub-txt .txt2 p a {
  color: black;
}
.password .home .main-cont .cont-cards .card1 form .sub .sub-txt .txt2 p:first-child {
  font-weight: 600;
  margin-bottom: 10px;
}
.password .home .main-cont .cont-cards .card1 form .sub .img-cont-bg {
  width: 100%;
  height: 101%;
}
.password .home .main-cont .cont-cards .card1 .icos {
  max-width: 1000px !important;
}
.password .home .main-cont .cont-cards .card1 .title-pass h1 {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  line-height: 28.4px;
  text-align: center;
  font-size: 38px;
  margin-bottom: 77px;
  color: white;
}
@media (min-width: 576px) {
  .home-pag .home .main-cont .cont-cards .card1 .card-log .title {
    max-width: 460px;
    margin-bottom: 60px;
  }
  .home-pag .home .main-cont .cont-cards .card1 .card-log .title h1 {
    font-size: 35px;
  }
  .home-pag .home .main-cont .cont-cards .card1 .card-log .ctas {
    margin-bottom: 50px;
  }
  .home-pag .home .main-cont .cont-cards .card1 .card-log .ctas .row > div {
    margin-bottom: 0;
  }
  .home-pag .home .main-cont .cont-cards .card1 .card-log .ctas .row > div button img {
    max-width: 200px;
  }
  .home-pag .home .main-cont .cont-cards .card1 .card-log .inputs .form-group input {
    padding: 7px 4px 13px 5px;
    font-size: 18px;
  }
  .home-pag .home .main-cont .cont-cards .card1 .card-log .send {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .home-pag .home .main-cont .cont-cards .card1 .card-log .send button {
    font-size: 20px;
  }
  .home-pag .home .main-cont .cont-cards .card1 .card-log .foo .row > div {
    margin-bottom: 0;
  }
  .register .home .main-cont .cont-cards .card1 form .dates {
    display: flex;
    flex-wrap: nowrap;
  }
  .register .home .main-cont .cont-cards .card1 form .dates label {
    flex: 0 0 130px;
  }
  .register-success .home .main-cont .hero-shot {
    background-position: 100px;
  }
  footer .card-cont .txt .tags li {
    margin-bottom: 0;
  }
  .title-pass h1 {
    font-family: "Helvetica Neue";
    font-size: 31px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 28.4px;
    text-align: center;
    font-size: 10px;
    margin-bottom: 77px;
    color: white;
  }
}
@media (min-width: 768px) {
  footer .card-cont {
    flex-wrap: nowrap;
  }
  footer .card-cont .log {
    flex: 0 0 155px;
    margin-right: 20px;
  }
  footer .card-cont .txt {
    flex: 1 0 0;
  }
  footer .card-cont .txt .tags {
    flex-wrap: nowrap;
  }
  footer .card-cont .txt .tags li {
    flex: 0 0 auto;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .home-pag .home .main-cont .cont-cards {
    background-image: url('../img/starcinema-base-home.jpg');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: calc(100% + 230px);
    min-height: calc(100vh - 150px);
  }
  .home-pag .home .main-cont .cont-cards .card1 .card-log {
    min-height: 808px;
  }
  .home-pag .home .main-cont .cont-cards .card1 .card-log .icos {
    margin-bottom: 40px;
  }
  .home-pag .home .main-cont .cont-cards .card1 .card-log .ctas {
    margin-bottom: 50px;
  }
  .home-pag .home .main-cont .cont-cards .card2 {
    /*background-image: none;*/
    display: block;
  }
  .home-pag .home .main-cont .cont-cards .card2 .card-bg .cta-cont a {
    margin-right: 10px;
    margin-top: 80px;
  }
  .home2 .home .main-cont .cont-cards {
    background-image: url('../img/starcinema-base-home.jpg');
  }
  .home2 .home .main-cont .cont-cards .card2 {
    display: block;
  }
  footer .card-cont .txt .tags li {
    margin-right: 100px;
  }
}
@media (max-width: 768px), screen and (max-width: 1040px) {
  .sub img {
    display: none;
  }
  .txt1 {
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    color: black;
  }
  .txt1 p {
    font-family: "Helvetica Neue";
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    line-height: 28.4px;
  }
  .txt1 p a {
    color: black;
    font-weight: 600;
  }
}
@media screen and (max-width: 1124px) {
  .img-cont-img {
    height: 45vh;
    width: 64vw;
  }
}
@media screen and (max-width: 800px) {
  .password .home {
    overflow: hidden;
  }
  .password .home .main-cont .cont-cards .card1 form {
    margin: 0 -15px;
    background: #c5c2c2;
    padding: 4px 0px;
  }
  .password .home .main-cont .cont-cards .card1 form .sub {
    display: flex;
    flex-direction: row-reverse;
    /*gap: 66px;*/
  }
  .password .home .main-cont .cont-cards .card1 form .sub .sub-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .password .home .main-cont .cont-cards .card1 form .sub .sub-txt .txt1 {
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    color: black;
  }
  .password .home .main-cont .cont-cards .card1 form .sub .sub-txt .txt1 p {
    font-family: "Helvetica Neue";
    font-size: 27px;
    font-style: normal;
    font-variant: normal;
    line-height: 28.4px;
    padding: 17px;
  }
  .password .home .main-cont .cont-cards .card1 form .sub .sub-txt .txt1 p a {
    color: black;
    font-weight: 600;
  }
  .password .home .main-cont .cont-cards .card1 form .sub .sub-txt .inputs-pass {
    margin-top: 30px;
  }
  .password .home .main-cont .cont-cards .card1 form .sub .sub-txt .inputs-pass .form-group {
    margin-bottom: 10px;
    margin-top: 22px;
  }
  .password .home .main-cont .cont-cards .card1 form .sub .sub-txt .inputs-pass .form-group input {
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
    border: 1px solid #707070;
  }
  .password .home .main-cont .cont-cards .card1 form .sub .sub-txt .send-pass {
    margin-top: 30px;
    text-align: center;
  }
  .password .home .main-cont .cont-cards .card1 form .sub .sub-txt .send-pass button {
    border: 0;
    font-size: 20px;
    display: inline-block;
    background: transparent linear-gradient(35deg, #98FF53 0%, #98FF53 0%, #94FA5E 6%, #8CEE7D 18%, #7FDCAE 33%, #6EC2F2 51%, #6CBFFB 53%, #6CBFFB 100%) 0% 0% no-repeat padding-box;
    padding: 5px 50px;
    border-radius: 20px;
    color: white;
    font-weight: 600;
    line-height: 1.2;
  }
  .password .home .main-cont .cont-cards .card1 form .sub .sub-txt .txt2 {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .password .home .main-cont .cont-cards .card1 form .sub .sub-txt .txt2 p {
    margin: 0;
  }
  .password .home .main-cont .cont-cards .card1 form .sub .sub-txt .txt2 p a {
    color: black;
  }
  .password .home .main-cont .cont-cards .card1 form .sub .sub-txt .txt2 p:first-child {
    font-weight: 600;
    margin-bottom: 10px;
  }
  .password .home .main-cont .cont-cards .card1 form .sub .img-cont-bg {
    width: 100%;
    height: 101%;
  }
  .password .home .main-cont .cont-cards .card1 .icos {
    max-width: 1000px !important;
  }
  .password .home .main-cont .cont-cards .card1 .title-pass h1 {
    font-family: "Helvetica Neue";
    font-size: 31px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 28.4px;
    text-align: center;
    font-size: 30px;
    margin-bottom: 77px;
    color: white;
  }
}
@media screen and (max-width: 545px) {
  .password .home {
    overflow: hidden;
  }
  .password .home .main-cont .cont-cards .card1 form {
    margin: 0 -15px;
    background: #c5c2c2;
    padding: 4px 0px;
  }
  .password .home .main-cont .cont-cards .card1 form .sub {
    display: flex;
    flex-direction: row-reverse;
    /*gap: 66px;*/
  }
  .password .home .main-cont .cont-cards .card1 form .sub .sub-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    left: 25px;
  }
  .password .home .main-cont .cont-cards .card1 form .sub .sub-txt .txt1 {
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    color: black;
  }
  .password .home .main-cont .cont-cards .card1 form .sub .sub-txt .txt1 p {
    font-family: "Helvetica Neue";
    font-size: 22px;
    font-style: normal;
    font-variant: normal;
    line-height: 19.4px;
    padding: 17px;
    margin: 13px;
  }
  .password .home .main-cont .cont-cards .card1 form .sub .sub-txt .txt1 p a {
    color: black;
    font-weight: 600;
  }
  .password .home .main-cont .cont-cards .card1 form .sub .sub-txt .inputs-pass {
    margin-top: 30px;
  }
  .password .home .main-cont .cont-cards .card1 form .sub .sub-txt .inputs-pass .form-group {
    margin-bottom: 10px;
    margin-top: 22px;
  }
  .password .home .main-cont .cont-cards .card1 form .sub .sub-txt .inputs-pass .form-group input {
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
    border: 1px solid #707070;
  }
  .password .home .main-cont .cont-cards .card1 form .sub .sub-txt .send-pass {
    margin-top: 30px;
    text-align: center;
  }
  .password .home .main-cont .cont-cards .card1 form .sub .sub-txt .send-pass button {
    border: 0;
    font-size: 20px;
    display: inline-block;
    background: transparent linear-gradient(35deg, #98FF53 0%, #98FF53 0%, #94FA5E 6%, #8CEE7D 18%, #7FDCAE 33%, #6EC2F2 51%, #6CBFFB 53%, #6CBFFB 100%) 0% 0% no-repeat padding-box;
    padding: 5px 50px;
    border-radius: 20px;
    color: white;
    font-weight: 600;
    line-height: 1.2;
  }
  .password .home .main-cont .cont-cards .card1 form .sub .sub-txt .txt2 {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .password .home .main-cont .cont-cards .card1 form .sub .sub-txt .txt2 p {
    margin: 0;
  }
  .password .home .main-cont .cont-cards .card1 form .sub .sub-txt .txt2 p a {
    color: black;
  }
  .password .home .main-cont .cont-cards .card1 form .sub .sub-txt .txt2 p:first-child {
    font-weight: 600;
    margin-bottom: 10px;
  }
  .password .home .main-cont .cont-cards .card1 form .sub .img-cont-bg {
    width: 100%;
    height: 101%;
  }
  .password .home .main-cont .cont-cards .card1 .icos {
    max-width: 1000px !important;
  }
  .password .home .main-cont .cont-cards .card1 .title-pass h1 {
    font-family: "Helvetica Neue";
    font-size: 31px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 28.4px;
    text-align: center;
    font-size: 30px;
    margin-bottom: 77px;
    color: white;
  }
}
.password-rees .home {
  overflow: hidden;
}
.password-rees .home .main-cont .cont-cards .card1 form {
  margin: 0 -15px;
  background: #ea8b11;
  background: linear-gradient(180deg, #fec906 15%, #ea8b11 35%);
  padding: 50px 10px;
}
.password-rees .home .main-cont .cont-cards .card1 form .sub {
  position: relative;
  /* max-width: 980px; */
  height: 46vh;
  width: 75vw;
}
.password-rees .home .main-cont .cont-cards .card1 form .sub .sub-txt {
  position: relative;
  max-width: 600px;
  left: 51px;
  top: 84px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.password-rees .home .main-cont .cont-cards .card1 form .sub .sub-txt .txt1 {
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
  color: black;
}
.password-rees .home .main-cont .cont-cards .card1 form .sub .sub-txt .txt1 p {
  font-family: "Helvetica Neue";
  font-size: 31px;
  font-style: normal;
  font-variant: normal;
  line-height: 28.4px;
}
.password-rees .home .main-cont .cont-cards .card1 form .sub .sub-txt .txt1 p a {
  color: black;
  font-weight: 600;
}
.password-rees .home .main-cont .cont-cards .card1 form .sub .sub-txt .inputs-pass {
  margin-top: 30px;
}
.password-rees .home .main-cont .cont-cards .card1 form .sub .sub-txt .inputs-pass .form-group {
  margin-bottom: 10px;
  margin-top: 22px;
}
.password-rees .home .main-cont .cont-cards .card1 form .sub .sub-txt .inputs-pass .form-group input {
  text-align: center;
  max-width: 350px;
  margin: 0 auto;
  border: 1px solid #707070;
}
.password-rees .home .main-cont .cont-cards .card1 form .sub .sub-txt .send-pass {
  margin-top: 30px;
  text-align: center;
}
.password-rees .home .main-cont .cont-cards .card1 form .sub .sub-txt .send-pass button {
  border: 0;
  font-size: 20px;
  display: inline-block;
  background: transparent linear-gradient(35deg, #98FF53 0%, #98FF53 0%, #94FA5E 6%, #8CEE7D 18%, #7FDCAE 33%, #6EC2F2 51%, #6CBFFB 53%, #6CBFFB 100%) 0% 0% no-repeat padding-box;
  padding: 5px 50px;
  border-radius: 20px;
  color: white;
  font-weight: 600;
  line-height: 1.2;
}
.password-rees .home .main-cont .cont-cards .card1 form .sub .sub-txt .txt2 {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 30px;
}
.password-rees .home .main-cont .cont-cards .card1 form .sub .sub-txt .txt2 p {
  margin: 0;
}
.password-rees .home .main-cont .cont-cards .card1 form .sub .sub-txt .txt2 p a {
  color: black;
}
.password-rees .home .main-cont .cont-cards .card1 form .sub .sub-txt .txt2 p:first-child {
  font-weight: 600;
  margin-bottom: 10px;
}
.password-rees .home .main-cont .cont-cards .card1 form .sub .img-cont-rees {
  position: absolute;
  right: -9px;
  top: -51px;
  width: 31vw;
}
.password-rees .home .main-cont .cont-cards .card1 form .sub .img-cont-rees img {
  height: 55vh;
  width: 56vw;
}
.password-rees .home .main-cont .cont-cards .card1 .icos {
  max-width: 1000px !important;
}
.password-rees .home .main-cont .cont-cards .card1 .title-pass h1 {
  font-family: "Helvetica Neue";
  font-size: 31px;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  line-height: 28.4px;
  text-align: center;
  font-size: 30px;
  margin-bottom: 77px;
  color: white;
}
@media (max-width: 768px), screen and (max-width: 1040px) {
  .password .home .main-cont .cont-cards .card1 form .sub {
    display: flex;
    flex-direction: column-reverse;
    gap: 35px;
    justify-content: space-around;
    align-items: baseline;
    padding: 11px;
    margin-right: 47px;
  }
  .password .home .main-cont .cont-cards .card1 form .sub .img-cont {
    right: -180px;
  }
  .sub img {
    display: none;
  }
  .txt1 {
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    color: black;
  }
  .txt1 p {
    font-family: "Helvetica Neue";
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    line-height: 28.4px;
  }
  .txt1 p a {
    color: black;
    font-weight: 600;
  }
}
@media screen and (max-width: 800px), screen and (min-width: 485px) {
  .password-rees .home {
    overflow: hidden;
  }
  .password-rees .home .main-cont .cont-cards .card1 form {
    margin: 0 -15px;
    background: #ea8b11;
  }
  .password-rees .home .main-cont .cont-cards .card1 form .sub {
    position: relative;
    /* max-width: 980px; */
    /* height: 38vh; */
    width: 75vw;
  }
  .password-rees .home .main-cont .cont-cards .card1 form .sub .sub-txt {
    position: relative;
    max-width: 600px;
    left: 51px;
    top: -17px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .password-rees .home .main-cont .cont-cards .card1 form .sub .sub-txt .txt1 {
    font-size: 20px;
    text-align: center;
    margin: 78px auto;
    color: black;
  }
  .password-rees .home .main-cont .cont-cards .card1 form .sub .sub-txt .txt1 p {
    font-family: "Helvetica Neue";
    font-size: 28px;
    font-style: normal;
    font-variant: normal;
    line-height: 28.4px;
  }
  .password-rees .home .main-cont .cont-cards .card1 form .sub .sub-txt .txt1 p a {
    color: black;
    font-weight: 600;
  }
  .password-rees .home .main-cont .cont-cards .card1 form .sub .sub-txt .inputs-pass {
    margin-top: 30px;
  }
  .password-rees .home .main-cont .cont-cards .card1 form .sub .sub-txt .inputs-pass .form-group {
    margin-bottom: 10px;
    margin-top: 22px;
  }
  .password-rees .home .main-cont .cont-cards .card1 form .sub .sub-txt .inputs-pass .form-group input {
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
    border: 1px solid #707070;
  }
  .password-rees .home .main-cont .cont-cards .card1 form .sub .sub-txt .send-pass {
    margin-top: 30px;
    text-align: center;
  }
  .password-rees .home .main-cont .cont-cards .card1 form .sub .sub-txt .send-pass button {
    border: 0;
    font-size: 20px;
    display: inline-block;
    background: transparent linear-gradient(35deg, #98FF53 0%, #98FF53 0%, #94FA5E 6%, #8CEE7D 18%, #7FDCAE 33%, #6EC2F2 51%, #6CBFFB 53%, #6CBFFB 100%) 0% 0% no-repeat padding-box;
    padding: 5px 50px;
    border-radius: 20px;
    color: white;
    font-weight: 600;
    line-height: 1.2;
  }
  .password-rees .home .main-cont .cont-cards .card1 form .sub .sub-txt .txt2 {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .password-rees .home .main-cont .cont-cards .card1 form .sub .sub-txt .txt2 p {
    margin: 0;
  }
  .password-rees .home .main-cont .cont-cards .card1 form .sub .sub-txt .txt2 p a {
    color: black;
  }
  .password-rees .home .main-cont .cont-cards .card1 form .sub .sub-txt .txt2 p:first-child {
    font-weight: 600;
    margin-bottom: 10px;
  }
  .password-rees .home .main-cont .cont-cards .card1 form .sub .img-cont {
    position: absolute;
    right: -9px;
    top: -129px;
    width: 31vw;
  }
  .password-rees .home .main-cont .cont-cards .card1 form .sub .img-cont img {
    height: 53vh;
    width: 56vw;
  }
  .password-rees .home .main-cont .cont-cards .card1 .icos {
    max-width: 1000px !important;
  }
  .password-rees .home .main-cont .cont-cards .card1 .title-pass h1 {
    font-family: "Helvetica Neue";
    font-size: 31px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 28.4px;
    text-align: center;
    font-size: 30px;
    margin-bottom: 77px;
    color: white;
  }
}
@media screen and (max-width: 484px) {
  .password-rees .home {
    overflow: hidden;
  }
  .password-rees .home .main-cont .cont-cards .card1 form {
    margin: 0 -15px;
    background: #ea8b11;
    background: linear-gradient(180deg, #fec906 15%, #ea8b11 35%);
    padding: 50px 10px;
  }
  .password-rees .home .main-cont .cont-cards .card1 form .sub {
    position: relative;
    /* max-width: 980px; */
    height: 50vh;
    width: 75vw;
  }
  .password-rees .home .main-cont .cont-cards .card1 form .sub .sub-txt {
    position: relative;
    max-width: 600px;
    left: 51px;
    top: -51px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .password-rees .home .main-cont .cont-cards .card1 form .sub .sub-txt .txt1 {
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    color: black;
  }
  .password-rees .home .main-cont .cont-cards .card1 form .sub .sub-txt .txt1 p {
    font-family: "Helvetica Neue";
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 28.4px;
    height: 103px;
    width: 73vw;
  }
  .password-rees .home .main-cont .cont-cards .card1 form .sub .sub-txt .txt1 p a {
    color: black;
    font-weight: 600;
  }
  .password-rees .home .main-cont .cont-cards .card1 form .sub .sub-txt .inputs-pass {
    margin-top: 30px;
  }
  .password-rees .home .main-cont .cont-cards .card1 form .sub .sub-txt .inputs-pass .form-group {
    margin-bottom: 10px;
    margin-top: 22px;
  }
  .password-rees .home .main-cont .cont-cards .card1 form .sub .sub-txt .inputs-pass .form-group input {
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
    border: 1px solid #707070;
  }
  .password-rees .home .main-cont .cont-cards .card1 form .sub .sub-txt .send-pass {
    margin-top: 30px;
    text-align: center;
  }
  .password-rees .home .main-cont .cont-cards .card1 form .sub .sub-txt .send-pass button {
    border: 0;
    font-size: 20px;
    display: inline-block;
    background: transparent linear-gradient(35deg, #98FF53 0%, #98FF53 0%, #94FA5E 6%, #8CEE7D 18%, #7FDCAE 33%, #6EC2F2 51%, #6CBFFB 53%, #6CBFFB 100%) 0% 0% no-repeat padding-box;
    padding: 5px 50px;
    border-radius: 20px;
    color: white;
    font-weight: 600;
    line-height: 1.2;
  }
  .password-rees .home .main-cont .cont-cards .card1 form .sub .sub-txt .txt2 {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .password-rees .home .main-cont .cont-cards .card1 form .sub .sub-txt .txt2 p {
    margin: 0;
  }
  .password-rees .home .main-cont .cont-cards .card1 form .sub .sub-txt .txt2 p a {
    color: black;
  }
  .password-rees .home .main-cont .cont-cards .card1 form .sub .sub-txt .txt2 p:first-child {
    font-weight: 600;
    margin-bottom: 10px;
  }
  .password-rees .home .main-cont .cont-cards .card1 form .sub .img-cont {
    position: absolute;
    right: -9px;
    top: -129px;
    width: 31vw;
  }
  .password-rees .home .main-cont .cont-cards .card1 form .sub .img-cont img {
    height: 53vh;
    width: 56vw;
  }
  .password-rees .home .main-cont .cont-cards .card1 .icos {
    max-width: 1000px !important;
  }
  .password-rees .home .main-cont .cont-cards .card1 .title-pass h1 {
    font-family: "Helvetica Neue";
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 28.4px;
    text-align: center;
    font-size: 30px;
    margin-bottom: 77px;
    color: white;
  }
}
