.container {
  /* background-color: #f2efee; */
  min-width: 390px;
}

#sub-container {
  margin: 40px;
  /* border: 1px solid #F37126; */
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
  font-family: Montserrat;
  color: rgba(90, 88, 88, 1);
}

#sub-container .panel-default {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

#sub-container .margin-bottom {
  margin-bottom: 20px;
}

#sub-container a {
  text-decoration: none;
}

.login-column {
  width: 45%;
}

.input-login {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

div.checkbox {
  display: flex;
  justify-content: space-between;
}

div.checkbox label {
  font-family: Montserrat;
  font-size: 16px;
  color: rgba(90, 88, 88, 1);
}

.text-no-account {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

#login-button-container {
  padding: 0;
  display: flex;
  justify-content: center;
}

#create-account-button {
  /* background-color: white;
    color: #cd362e; */
  /* width: 30%; */
}

#google-login-logo {
  width: 55px;
  /* margin-right: 14px;
    margin-left: -28px; */
}

#facebook-login-logo {
  width: 60px;
  margin-right: 3rem;
}

#remeber-checkbox {
  margin-left: 20px;
  width: 18px;
  height: 18px;
}

.remember-container {
  display: flex;
}

/* input[type="checkbox"] + label::before{
    background: orange;
  } */

.red-heading-login {
  text-align: center;
}

div.alert.alert-thankyou {
  margin-left: 350px;
  width: 45%;
  background-color: #F8631A;
  color: white;
  font-weight: 700;
  font-size: 16px;
}

/* div.alert{
    margin-left: 260px;
  } */

div.alert.alert-thankyou button {
  filter: none;
  opacity: inherit;
}

div.alert.alert-thankyou button span {
  color: white;
}


/* Customize the checkbox style to orange via "after" pseudo element*/
input[type=checkbox]::after {
  position: absolute;
  top: 0;
  background-color: white;
  color: #F37126;
  width: 18px;
  height: 18px;
  line-height: 18px;
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  content: ' ';
  border-radius: 3px;
  border: 2px solid #F37126;
  cursor: pointer;
}

/* Insert a check mark of Unicode hex code via "after" pseudo element when checkbox checked*/
input[type=checkbox]:checked::after {
  content: "\2713";
  font-size: 16px;
  font-weight: bold;
}

/* set orange background colour for unchecked hover status */
input[type=checkbox]:hover::after {
  background-color: #F3A726;
}

/* set white background colour for checked hover status */
input[type=checkbox]:checked:hover::after {
  background-color: white;
}

/* Add a horizantal line beside the text */
.text-container {
  width: 380px;
  margin: 30px auto;
  border-top: 2px solid #F37126;
  position: relative;
}

.text-container .title {
  width: 220px;
  height: 50px;
  background: #f2efee;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: -38px;
  left: 80px;
}

@media only screen and (max-width:768px) {

  div.checkbox {
    justify-content: center;
  }

  .login-column{
    width: 100%;
  }

  #sub-container{
    margin: 0px !important;
  }

  .remember-container > div{
    margin-top:10px;
  }

  .remember-container {
    display: block;
  }

  .box-orange{
    height: auto !important;
    padding: 0 !important;
  }

  div.alert.alert-thankyou,
  .alert-danger {
    margin-left: 0;
    width: 100%;
  }
}

@media only screen and (max-width:720px) {
  .text-container {
    width: 240px;
    margin: 20px auto;
  }

  .text-container .title {
    width: 180px;
    top: -26px;
    left: 30px;
    padding: 0;
  }
}

/* SLIDER MODAL STYLE */
#infoModal {
  /* position: absolute; */
  min-height: 100%;
  right: 0px;
}

.modal.custom .modal-dialog {
  /* position: relative; */
  /* width: 32%; */
  /* min-width: calc( 32vw - 12px ); */
  min-width: 500px;
  margin: 0;
  height: 100%;
  float: right;
}

.modal.custom .modal-dialog .modal-content {
  overflow: auto;
  font-family: 'Montserrat';
  height: 100%;
  background: linear-gradient(0deg, rgb(247, 145, 94) 0%, rgb(249, 184, 152) 35%, rgb(249, 201, 177) 80%, #fff 100%);
  right: 0px;
}


.modal.custom .modal-dialog .modal-content .modal-body h3 {
  color: #fff;
  text-align: center;

  text-shadow: #f8631a 1px 0 10px;
  font-size: 30px;
}


@keyframes right_to_left {
  from {
    margin-left: 100%;
  }

  to {
    margin-left: 0%;
  }
}


.modal.custom .modal-dialog button.close-btn {
  margin-left: 600px;
}

.modal.custom .modal-dialog .modal-content .modal-body div span.check {
  margin-left: 30px;
  margin-right: -8px;
  color: #F8631A;
}


.modal.custom .modal-dialog .modal-content .modal-body div.steps3 p {
  text-align: center;
  color: #000;
  font-size: 23px;
}

.text-black-modal {
  color: #000;
  font-weight: 700;
}

.modal.fade.custom .modal-dialog {
  /* transform: translate(150%, 0px); */
  transform: translate(135%, 15px);
}

.modal.fade.custom .modal-dialog a.close-menu-btn {
  right: 485px;
  cursor: pointer;
}

.modal.show.custom .modal-dialog {
  transform: none;
}

.modal.custom .modal-dialog .modal-content .modal-body a div.slider-logo {
  margin-left: 20px;
  padding-right: 250px;
  margin-top: 50px;
  width: 215px;
  height: 65px;
  background-size: 215px;
  background: url(/images/logo/logo.png) no-repeat center;
}

.info-one {
  overflow: auto;
  height: 405px;
  margin: 25px 20px;
  margin-bottom: 20px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: rgb(247 145 94) 5px 5px, rgb(247 145 94 / 30%) 10px 10px, rgb(247 145 94 / 20%) 15px 15px, rgb(247 145 94 / 10%) 20px 20px, rgb(255 155 255 / 5%) 25px 25px;
}


.info-one {
  margin-top: 255px;
  color: #000;
}

.info-one h1 {
  margin-top: 20px;
  text-align: center;
  color: #000;
  text-shadow: #f8631a 1px 0 10px;
  font-size: 30px;
}

.info-one p {
  text-shadow: 1px 1px 2px #F3A726;
  color: #f8631a;
  font-size: 400 !important;
}

.info-one ul {
  padding-left: 50px;
  list-style: none;
  width: 100%;
}

.info-one ul li::before {
  margin-right: 5px;
  margin-top: 8px;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  background: url(/images/logo/favicon-32x32.png);
  background-size: 20px 20px;

}

.info-one ul li {
  list-style-position: outside;
  text-indent: -30px;
}

.close-menu-btn {
  right: 1000px;
}

.close-menu-btn {
  top: 50%;
  position: fixed;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  align-items: center;
  justify-content: center;
  background-color: #F8631A;
  margin-right: 10px;
  border-radius: 50px;
}

.nail {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #f8631a;
  box-shadow: 2px 2px 2px 0px rgb(200 200 200);
  position: absolute;
  top: 112px;
  left: 240px;
  z-index: 1000;
}

.falling-banner {
  font-family: 'Montserrat', sans-serif !important;
  color: white;
  position: absolute;
  top: 112px;
  left: 28px;
  width: 439px;
  height: 420px;
  animation: fallingBanner 1s 1;
  -webkit-animation: fallingBanner 1s 1;
}

.string {
  display: block;
  width: 10%;
  height: 10%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border: 2px solid rgba(221, 187, 127, 1);
  margin: auto;
  border-bottom: none;
}

.perspective-container {
  width: 100%;
  height: 100%;
  background-color: rgb(210, 210, 210);
  border-radius: 10px;
  perspective: 400px;
}

.vibrating-box {
  width: 100%;
  height: 100%;
  background-color: #f8631a;
  color: white;
  border-radius: 10px;
  transform: rotateX(0deg);
  transform-origin: top;
  animation: vibratingBox 2s 1;
  animation-delay: 1s;
  box-shadow: 5px 5px 5px 0px rgba(210, 210, 210, 0.5);
}

.message-box {
  width: 95%;
  height: 92%;
  position: absolute;
  left: 2%;
  top: 3%;
  border: 1px dashed yellow;
  border-radius: 10px;
  background: linear-gradient(45deg, rgba(248, 99, 26, 1) 0%, rgba(190, 68, 55, 1) 71%);
  color: white;
}

.box-orange {
  font-size: 16px;
  background-color: #FFF;
  color: #F37126 !important;
  padding: 0 20px;
  width: auto;
  height: auto;
  line-height: 30px;
  border-radius: 7px;
  border: 1px solid #F37126;
  display: inline-block;
  font-weight: 600;
}

.fs-13{
  font-size: 13px;
}

@keyframes fallingBanner {
  0% {
    top: -300px;
    animation-timing-function: ease-in;
  }

  100% {
    top: 100px;
  }
}

@-webkit-keyframes fallingBanner {

  /*-webkit- is for safari */
  0% {
    top: -300px;
    animation-timing-function: ease-in;
  }

  100% {
    top: 100px;
  }
}

@keyframes vibratingBox {
  0% {
    transform: rotateX(50deg);
  }

  12.5% {
    transform: rotateX(0deg);
  }

  25% {
    transform: rotateX(37.5deg);
  }

  37.5% {
    transform: rotateX(0deg);
  }

  50% {
    transform: rotateX(28.125deg);
  }

  62.5% {
    transform: rotateX(0deg);
  }

  75% {
    transform: rotateX(21deg);
    animation-timing-function: ease-in;
  }

  100% {
    transform: rotateX(0deg);
  }
}

@-webkit-keyframes vibratingBox {

  /* -webkit- for safari */
  0% {
    transform: rotateX(50deg);
  }

  12.5% {
    transform: rotateX(0deg);
  }

  25% {
    transform: rotateX(37.5deg);
  }

  37.5% {
    transform: rotateX(0deg);
  }

  50% {
    transform: rotateX(28.125deg);
  }

  62.5% {
    transform: rotateX(0deg);
  }

  75% {
    transform: rotateX(21deg);
    animation-timing-function: ease-in;
  }

  100% {
    transform: rotateX(0deg);
  }
}

.fs-19 {
  font-size: 19px;
}

.fs-25 {
  font-size: 25px;
}

.fs-22 {
  font-size: 22px;
}

.fw-b {
  font-weight: 700;
}

.info-btn{
  margin-left: 95px;
  border-radius: 10px;
}

/* .login-container{
  width: 750px;
  
} */

.fs-16 {
  font-size: 16px;
}

.border-orange {
  border: 1px solid #F37126;
}

button#create-account-button {
  margin-bottom: 35px;
}
