.theme-bg {
  background-color: #fff;
}
.ComoShopify {
  /* Safari */
}
.ComoShopify .main-content-wrapper > div {
  width: 100%;
}
.ComoShopify .content-wrapper {
  height: 100vh;
  width: 100vw;
}
.ComoShopify .how-it-works {
  padding: 25px;
}
.ComoShopify .how-it-works button {
  width: 100%;
  background: #F7F8FB;
  border-radius: 11px;
  font-weight: 500;
  color: #212121;
  font-size: 12px;
  margin-left: 0;
  margin-top: 4.5em;
}
.ComoShopify * {
  scrollbar-width: none;
}
.ComoShopify *::-webkit-scrollbar {
  display: none;
}
.ComoShopify .home-container {
  color: #212121;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.ComoShopify .header {
  background: #FFC30D;
  display: flex;
  padding: 10px;
  color: #212121;
  font-size: 12px;
  font-weight: bold;
  align-items: center;
  height: 130px;
}
.ComoShopify .header div {
  font-size: 20px;
  font-weight: 500;
  line-height: 37px;
}
.ComoShopify .w-8 {
  width: 20px;
}
.ComoShopify .h-8 {
  height: 20px;
}
.ComoShopify .btn {
  border-radius: 5px;
  /* background: linear-gradient(63.59deg, #FFD86B -5.49%, #FFC30D 100.08%); */
  background: linear-gradient(63.59deg, #FFD86B -5.49%, #FFC30D 100.08%);
  color: #FFFFFF;
  padding: 8px 2px;
  margin: 5px;
  font-weight: bold;
  font-size: 12px;
  transition: all 0.2s;
  cursor: pointer;
}
.ComoShopify .btn:hover {
  background-color: #ffd900;
  color: #FFFFFF;
  transform: scale(1.1);
}
.ComoShopify .login {
  border-radius: 8.5px;
  font-size: 12px;
  font-weight: 300;
  width: 100%;
  margin-left: 0;
  margin-top: 25px;
}
.ComoShopify .signin {
  margin-top: 15px;
  align-self: center;
  font-size: 14px;
}
.ComoShopify .signin:hover {
  color: #ffd900;
  transform: scale(1.1);
  transition: all 0.2s;
}
.ComoShopify .heading {
  font-size: 12px;
  font-weight: bold;
  margin: 5px 0;
}
.ComoShopify .heading.icon {
  font-size: 22px;
  font-weight: bold;
  margin: 5px 0;
  line-height: 0.5;
  color: #FFC30D;
}
.ComoShopify .desc {
  margin: 5px 0;
}
.ComoShopify .link {
  font-weight: bold;
  cursor: pointer;
}
.ComoShopify .link:hover,
.ComoShopify .link:active,
.ComoShopify .link:focus {
  color: #FFC30D;
}
.ComoShopify .font-normal {
  font-weight: normal;
}
.ComoShopify .no-border {
  border: none !important;
}
.ComoShopify .rounded {
  border-radius: 5px;
}
.ComoShopify img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.ComoShopify .go-back {
  display: flex;
  justify-content: center;
}
.ComoShopify .go-back > div {
  width: fit-content;
}
.ComoShopify .back {
  padding-right: 20px;
  padding-top: 2px;
  cursor: pointer;
  transition: all 0.2s;
}
.ComoShopify .main {
  display: flex;
  flex-flow: column;
  flex: 1;
}
.ComoShopify .main .main-content-wrapper {
  overflow-y: scroll;
  scrollbar-width: none;
  display: flex;
  height: 100%;
}
.ComoShopify .main .main-content-wrapper .content {
  width: 100%;
}
.ComoShopify .main .main-content-wrapper .content .block {
  background: #F7F8FB;
  border-radius: 11px;
  box-shadow: none;
}
.ComoShopify .main .main-content-wrapper .profile .block {
  background: #fff;
  box-shadow: 0px 1px 23px rgba(22, 18, 51, 0.1);
  margin-top: -8.5em;
}
.ComoShopify .main .main-content-wrapper .profile .wrapper {
  display: flex;
  flex-flow: row;
  width: 88%;
  margin: 20px;
  background: #F7F8FB;
  padding: 10px;
  border-radius: 11px;
}
.ComoShopify .main .main-content-wrapper .profile .wrapper img {
  height: 23px;
  flex: 0.5;
  align-self: center;
}
.ComoShopify .main .main-content-wrapper .profile .wrapper div {
  flex: 5;
  padding-left: 10px;
}
.ComoShopify .main .main-content-wrapper .how_it_works .content .block {
  background: #fff;
  box-shadow: 0px 1px 23px rgba(22, 18, 51, 0.1);
}
.ComoShopify .main .main-content-wrapper .block {
  padding: 15px;
  margin: 10px;
  border-radius: 5px;
  display: flex;
  flex-flow: column;
  align-items: start;
  background: #FFFFFF;
  box-shadow: 0px 1px 23px rgba(22, 18, 51, 0.1);
  border-radius: 13px;
}
.ComoShopify .main .main-content-wrapper .block .list-wrapper {
  position: relative;
  width: 100%;
}
.ComoShopify .main .main-content-wrapper .block .list-wrapper .list-item-wrapper {
  margin-top: 10px;
  margin-bottom: 2.5em;
  position: relative;
}
.ComoShopify .main .main-content-wrapper .block .list-wrapper .list-item-wrapper .list-bullet {
  float: left;
  margin-right: 20px;
  background: #FFC30D;
  height: 10px;
  width: 10px;
  margin-top: 5px;
  line-height: 30px;
  border-radius: 100px;
  font-weight: 700;
  color: white;
  text-align: center;
  box-shadow: 0px 0px 0px 5px rgba(85, 104, 255, 0.2), 0px 0px 0px 5px #fff;
}
.ComoShopify .main .main-content-wrapper .block .list-wrapper .list-item-wrapper .list-item {
  display: table-row;
  vertical-align: middle;
}
.ComoShopify .main .main-content-wrapper .block .list-wrapper .list-item-wrapper .list-item .list-title {
  font-weight: 700;
  font-size: 14px;
}
.ComoShopify .main .main-content-wrapper .block .list-wrapper .list-item-wrapper .list-item .list-text {
  font-weight: 400;
  font-size: 14px;
}
.ComoShopify .main .main-content-wrapper .block .list-wrapper .list-item-wrapper .white-line {
  background: #FFF;
  z-index: -1;
  top: 0px;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 15px;
}
.ComoShopify .main .main-content-wrapper .block .list-wrapper .blue-line {
  border-left: 3px;
  border-style: dashed;
  border-color: rgba(85, 104, 255, 0.4);
  width: 1px;
  height: 80%;
  position: absolute;
  left: 4px;
  margin-top: 15px;
  border-right: none;
}
.ComoShopify .main .main-content-wrapper .block p {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  color: #212121;
  margin-bottom: 0px;
}
.ComoShopify .main .main-content-wrapper .block .description {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  color: #212121;
  margin-top: 8px;
}
.ComoShopify .main .main-content-wrapper .block .profile-info-wrapper {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
}
.ComoShopify .main .main-content-wrapper .block .profile-info-wrapper .heading {
  color: #212121;
  font-weight: 600;
}
.ComoShopify .main .main-content-wrapper .block .profile-info-wrapper .font-normal {
  color: #212121;
  font-weight: 500;
}
.ComoShopify .main .main-content-wrapper .block .profile-info-wrapper img {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  flex: 1;
}
.ComoShopify .main .main-content-wrapper .gifts .block,
.ComoShopify .main .main-content-wrapper .point_payment .block {
  background: #fff;
}
.ComoShopify .main .main-content-wrapper .gifts .block .apply-rewards .btn,
.ComoShopify .main .main-content-wrapper .point_payment .block .apply-rewards .btn {
  background: linear-gradient(63.59deg, #FFD86B -5.49%, #FFC30D 100.08%);
  box-shadow: 0 17px 13px -13px #636dfba6;
  font-weight: normal;
}
.ComoShopify .main .main-content-wrapper .wrapper {
  display: flex;
  flex-flow: row;
  width: 88%;
  margin: 20px;
  background: #F7F8FB;
  padding: 10px;
  border-radius: 11px;
}
.ComoShopify .main .main-content-wrapper .wrapper img {
  height: 23px;
  flex: 0.5;
  align-self: center;
}
.ComoShopify .main .main-content-wrapper .wrapper div {
  flex: 5;
  padding-left: 10px;
}
.ComoShopify .tab-list,
.ComoShopify .tab-content-list {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-bottom: 20px;
}
.ComoShopify .tab-list {
  background: #eee;
  border-radius: 5px;
}
.ComoShopify .tab-list .tab {
  padding: 5px;
  text-align: center;
  width: 50%;
  cursor: pointer;
  font-weight: 300;
}
.ComoShopify .tab-list .tab.active {
  background: linear-gradient(63.59deg, #FFD86B -5.49%, #FFC30D 100.08%);
  border-radius: 5px;
  color: #fff;
}
.ComoShopify .gift-list {
  scrollbar-width: none;
  overflow: auto;
}
.ComoShopify .gift {
  display: flex;
  position: relative;
  padding: 5px;
  cursor: pointer;
  background-color: #F7F8FB;
  border-radius: 5px;
  margin: 10px 0;
  transition: all 0.2s;
}
.ComoShopify .gift .image {
  width: 30%;
}
.ComoShopify .gift .details {
  display: flex;
  flex-flow: column;
  padding: 0 5px;
  width: 70%;
}
.ComoShopify .gift .details .title {
  font-weight: bold;
  font-size: 13px;
}
.ComoShopify .gift .details .desc {
  flex: 1;
  margin: 1px 0;
  font-size: 12px;
}
.ComoShopify .gift .details .expiry {
  font-size: 12px;
  font-weight: 500;
  color: #666;
}
.ComoShopify .gift.active {
  background-color: #FFC30D;
  border-radius: 4px;
  color: #fff;
}
.ComoShopify .gift.active:hover {
  background-color: #E4B32B;
}
.ComoShopify .gift:hover {
  background-color: #E4B32B;
}
.ComoShopify .gift.disabled {
  filter: grayscale(1);
  cursor: not-allowed;
  pointer-events: none;
}
.ComoShopify .gift.loading {
  background: #cfe0ff;
  opacity: 0.5;
}
.ComoShopify .gift.loading ::after {
  content: "";
  border: 2px solid #FFC30D;
  border-radius: 50%;
  border-top: 2px solid #eeeeee;
  width: 18px;
  height: 18px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: absolute;
  bottom: 8px;
  right: 8px;
}
.ComoShopify .gift.selected::before {
  content: "";
  background-color: #FFC30D;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  filter: opacity(0.8);
}
.ComoShopify .gift.selected::after {
  content: "";
  position: absolute;
  border-radius: 10px;
  background-image: url(../images/icons/check.svg);
  background-repeat: no-repeat;
  opacity: 0.5;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
}f
.ComoShopify .gift.add_msg::before {
  content: "";
  background-color: #FFC30D;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  filter: opacity(0.95);
}
.ComoShopify .gift.add_msg::after {
  content: "Please finalize your cart before applying rewards.";
  position: absolute;
  border-radius: 10px;
  background: #ffffff80;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  font-weight: bold;
  font-size: 12px;
  padding: 2px 12px;
  width: 90%;
  height: 60%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.ComoShopify .footer {
  background: #FFC30D;
  display: flex;
  padding: 10px;
}
.ComoShopify [hide] {
  display: none;
}
.ComoShopify .loader-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #ffffff;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 17px 17px 0 20px;
}
.ComoShopify .loader-wrapper > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ComoShopify .assets-loader-wrapper {
  position: absolute;
  height: 50%;
  width: 100%;
  background: #ffffff;
  /*top: 0;*/
  left: 0;
  z-index: 2;
  border-radius: 17px 17px 0 20px;
}
.ComoShopify .assets-loader-wrapper > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ComoShopify .loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #b0b0b0;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ComoShopify iframe {
  width: 100%;
  height: 420px;
}
.ComoShopify .tab-list,
.ComoShopify .tab-content-list {
  overflow-y: scroll;
  max-height: 300px;
  background: #FFFFFF;
  border: 1px solid rgba(20, 18, 45, 0.07);
  box-sizing: border-box;
  box-shadow: 0px 1px 1px rgba(22, 18, 51, 0.1);
  margin-bottom: 8px;
  padding: 3px;
}
.ComoShopify .gift-list-wrapper {
  padding: 0;
  border: none;
  box-shadow: none;
  border-radius: 0px;
}
.ComoShopify .content-wrapper {
  height: 560px;
  width: 300px;
  zoom: 1.2;
  position: relative;
}
.ComoShopify .home-container .footer {
  display: none;
}
.st-panel-contents {
  padding: 0px !important;
}
.right-bottom {
  bottom: 1em !important;
  right: 1em!important;
}
 .st-btn-container {
  background: none!important;
  display: flex;
  justify-content: end;
  height: 40px !important;
  box-shadow: none !important;
}


.st-panel {
  margin-bottom: 10px !important;
}
.ComoShopify .point-payment {
  position: relative;
}
.ComoShopify .point-payment input {
  border: 2px solid black;
  border-radius: 5px;
  padding: 5px;
  width: 173px;
}
.ComoShopify .point-payment input:active,
.ComoShopify .point-payment input:focus {
  border: 2px solid black;
  outline: none;
}
.ComoShopify .point-payment button {
  position: absolute;
  right: 6px;
  border: none;
  top: 6px;
  border-radius: 5px;
  color: white;
  background: linear-gradient(63.59deg, #FFD86B -5.49%, #FFC30D 100.08%);
}
.ComoShopify .point-payment button:disabled {
  background: lightgray;
  cursor: not-allowed;
}
.ComoShopify .point_payment .content .block {
  margin-top: -140px !important;
  background: #fff;
}
.ComoShopify .point_payment .discount-applied {
  color: #FFC30D;
}
.ComoShopify .point_payment .crossed {
  text-decoration: line-through;
  margin-right: 5px;
  background: lightgray;
  border-radius: 5px;
  padding: 0 2px;
}
.ComoShopify .login .content .block {
  margin-top: -180px;
}
.st-panel {
  border-radius: 20px 20px 0px 20px !important;
  border: none !important;
}
.theme-bg {
  border-radius: 20px 20px 0 20px;
}
.ComoShopify .header {
  border-top-right-radius: 17px;
  border-top-left-radius: 17px;
  padding: 20px 20px 50px 20px;
  height: 150px;
  align-items: center;
  background: linear-gradient(63.59deg, #FFD86B -5.49%, #FFC30D 100.08%);
}
.ComoShopify .main .main-content-wrapper .block {
  margin: 20px;
  margin-top: -50px;
  z-index: 1;
  background: white;
  position: absolute;
  width: 88%;
  box-shadow: 0px 1px 23px rgba(22, 18, 51, 0.1) !important;
}
.ComoShopify .how-it-works button img,
.ComoShopify .wrapper img {
  width: 25px;
  height: 25px;
}
.ComoShopify .how-it-works {
  margin-top: 70px;
}
.ComoShopify .how-it-works button {
  text-transform: capitalize;
  text-align: left;
}
.ComoShopify .login .content .block .link {
  text-align: center;
  width: 100%;
  color: #FFC30D;
  margin-top: 10px;
}
.ComoShopify .login .content .block .btn {
  box-shadow: 0 17px 13px -13px #636dfba6;
  width: 100%;
  margin: 0;
}
.ComoShopify .shopify_login_error .btn {
  width: 100%;
  font-weight: normal;
  text-transform: capitalize;
  box-shadow: 0 17px 13px -13px #636dfba6;
  margin: 0;
}
.ComoShopify .gift .image img {
  height: auto;
}
.ComoShopify .main .main-content-wrapper .point_payment .crossed {
  background: none;
}
.ComoShopify .main .main-content-wrapper .point_payment .content .block {
  line-height: 2;
  margin-top: -190px !important;
}
.ComoShopify .main .main-content-wrapper .point_payment .content .block .heading {
  color: #ccc;
}
.ComoShopify .main .main-content-wrapper .point_payment .content .block p {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  line-height: 2.5;
  border-bottom: 1px solid #d3d3d34d;
}
.ComoShopify .main .main-content-wrapper .point_payment .content .block p:last-child {
  border: none;
}
.ComoShopify .main .main-content-wrapper .point_payment .content .wrapper {
  margin: 20px 0 20px 0;
  background: #ffffff;
}
.ComoShopify .main .main-content-wrapper .point_payment .content .wrapper .point-payment-wrap {
  padding: 0 10px !important;
}
.ComoShopify .main .main-content-wrapper .point_payment .content .wrapper .point-payment-wrap .heading {
  padding: 0 0 10px 0;
}
.ComoShopify .main .main-content-wrapper .point_payment .content .wrapper .point-payment-wrap .point-payment {
  padding: 0;
}
.ComoShopify .main .main-content-wrapper .point_payment .content .wrapper .point-payment-wrap .point-payment button {
  position: absolute;
  right: 6px;
  border: none;
  top: 6px;
  border-radius: 5px;
  color: white;
  padding: 6px 14px;
}
.ComoShopify .main .main-content-wrapper .point_payment .content .wrapper .point-payment-wrap .point-payment input {
  width: 264px;
  border: none;
  background: #F7F8FB;
  padding: 12px !important;
}
.ComoShopify .main .main-content-wrapper .point_payment .apply-rewards {
  margin-top: 100px;
}
.ComoShopify .header {
  justify-content: center;
}
.ComoShopify .back {
  position: absolute;
  left: 22px;
  top: 44px;
}
.ComoShopify .gift .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ComoShopify .tab-list,
.ComoShopify .ComoShopify .tab-content-list {
  margin-bottom: 24px;
  border-radius: 3px;
}
.ComoShopify .main .main-content-wrapper .gifts .block {
  box-shadow: none;
}
.ComoShopify .apply-rewards {
  width: 100%;
}
.ComoShopify .apply-rewards .btn {
  width: 86%;
  text-transform: none;
  font-size: 14px;
  font-weight: 300;
  border-radius: 3px;
}
.ComoShopify .gift-page .main .main-content-wrapper .gifts .block {
  box-shadow: none !important;
  padding: 0;
  background: none;
  margin: 18px;
  margin-top: -20px;
}
.ComoShopify .gift-page .tab-list {
  box-shadow: 0px 0px 9px 3px rgba(22, 18, 51, 0.1);
}
.ComoShopify .gift-page .apply-rewards .btn {
  width: 95%;
}
.ComoShopify .gift-page .tab-list,
.ComoShopify .gift-page .tab-content-list {
  max-height: 340px;
  margin-bottom: 5px;
}
.ComoShopify .gift-page .tab-list .tab {
  padding: 8px 5px;
  border-radius: 2px;
}
.ComoShopify .gift-page .header {
  height: 120px;
  padding: 20px;
}
.ComoShopify .main .main-content-wrapper .block .profile-info-wrapper .heading.name {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  align-items: center;
  margin: 0;
}
.ComoShopify .profile-page > .header {
  justify-content: flex-start;
}
.ComoShopify .btn-hover-off:hover {
  transform: none;
  background-color: #F7F8FB;
  color: #FFC30D;
}
.ComoShopify .login .content .block .link {
  margin-top: 20px;
}
/*@media (max-width: 500px) {
  .st-actionContainer.right-bottom {
    right: 0 !important;
  }
  .ComoShopify .content-wrapper {
    height: calc(100vh - 64px);
    width: 100vw;
    right: 0;
    zoom: 1;
  }
  .theme-bg {
    border-radius: 0;
  }
  .ComoShopify .header {
      border-radius: 0;
  }
  .ComoShopify iframe {
    width: 100%;
    height: calc(100vh - 64px);
  }
  .ComoShopify .gift-page .main .main-content-wrapper .gifts .block {
    right: 1.5%;
  }
}*/
/*
@media (max-width: 500px) {
  .rewards-popup-view .st-actionContainer.right-bottom {
    right: 0!important;
    bottom: 0!important;
  }
  .rewards-popup-view .st-panel {
    margin-bottom: 0!important;
  }
  .rewards-popup-view .st-btn-container {
    position: absolute;
    top: 0;
    right: 0;
  }
  .rewards-popup-view .st-btn-container .st-button-main {
    margin-right: -10px;
    width: 25px;
    height: 20px;
    font-size: 5px;
  }
  .rewards-popup-view .ComoShopify .content-wrapper {
    height: calc(100vh);
    width: 100vw;
    right: 0;
    zoom: 1;
  }
  .rewards-popup-view .theme-bg {
    border-radius: 0;
  }
  .rewards-popup-view .ComoShopify .header {
    border-radius: 0;
  }
  .rewards-popup-view .ComoShopify iframe {
    width: 100%;
    height: calc(100vh - 64px);
  }
  .rewards-popup-view .ComoShopify .gift-page .main .main-content-wrapper .gifts .block {
    right: 1.5%;
  }
}
*/

@media(max-width: 500px) {
    .rewards-popup-view .st-actionContainer.right-bottom {
        right:0!important;
        bottom: 0!important;
        top: 0;
    }

    .rewards-popup-view .st-panel {
        margin-bottom: 0!important;
        height: 100%;
    }
    .rewards-popup-view .st-panel-contents {
        height: 100%;
    }

    .rewards-popup-view .st-btn-container {
        position: absolute;
        top: 0;
        right: 0;
    }
    .rewards-popup-view .theme-bg {
        height: 100%;
    }

    .rewards-popup-view .st-btn-container .st-button-main {
        margin-right: -10px;
        width: 25px;
        height: 20px;
        font-size: 5px
    }

    .rewards-popup-view .ComoShopify .content-wrapper {
        height: 100%;
        width: 100vw;
        right: 0;
        zoom:1;
    }

    .rewards-popup-view .theme-bg {
        border-radius: 0
    }

    .rewards-popup-view .ComoShopify .header {
        border-radius: 0
    }

    .rewards-popup-view .ComoShopify iframe {
        width: 100%;
        height: calc(100vh - 64px)
    }

    .rewards-popup-view .ComoShopify .gift-page .main .main-content-wrapper .gifts .block {
        right: 1.5%
    }
}


.ComoShopify .btn.btn-dark {
  background: #212121;
}
.ComoShopify span.divider {
  color: #c5c3c3;
}

.ComoShopify .formWrapper {
  padding:15px;
  width: 100%;
}
.ComoShopify input.formControl {
    width: 100%;
    background: #e9e9e9;
    border: 1px solid #e1dede;
    border-radius: 5px;
    padding: 4px 15px;
}
.ComoShopify .otpForm input.formControl {
  text-align: center;

}
/* For Chrome, Safari, Edge, Opera */
.ComoShopify .otpForm input.formControl[type=number]::-webkit-outer-spin-button,
.ComoShopify .otpForm input.formControl[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
.ComoShopify .otpForm input.formControl[type=number] {
  -moz-appearance: textfield;
}
.ComoShopify .optFormWrapper {
  padding: 15px;
}

.ComoShopify .optFormWrapper .otp-info{
  margin-bottom: 20px;
  text-align: center;
}
.ComoShopify .optFormWrapper .otp-info span{
  color: #5568FF;
}

.ComoShopify input.formControl:focus {
  outline: none;
  border-color: #5568FF 
}

.ComoShopify .loginForm-submit-btn, .ComoShopify .otpForm .optSubmit {
  width: 100%;
  margin-left: -0.25px;
  margin-top: 10px;
}