.center {
  margin: 50px 0px 50px 0px;
  max-width: 500px;
  background: white;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 30px 5px #10143e42;
  -moz-box-shadow: 0px 0px 30px 5px #10143e42;
  box-shadow: 0px 0px 30px 5px #10143e42;

}

.center h2 {
  font-size: 2.5rem;
  line-height: 2.75rem;
  font-weight: 700;
  margin: 0 0 1.25rem 0;
  color: #10143e;
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid silver;
}

button.bordered-btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

button.bordered-btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

button.bordered-btn:hover {
  background-color: #10143e;
  color: #fff;
}

a.boxed-btn,
button.bordered-btn,
button.bordered-btn,
a.cart-btn,
button.cart-btn,
button.boxed-btn {
  border-radius: 50px;
}

button.bordered-btn {
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  color: #fff;
  border: 2px solid #10143e;
  padding: 7px 20px;
}

button.cart-btn {
  border: 0px;
}

button.cart-btn:focus {
  border: 0px;
  outline: 0px;
}

a.cart-btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a.cart-btn:hover {
  background-color: #10143e;
  color: #fff;
}

button.cart-btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  color: #10143e;
  background-color: #fff;
  border: 2px solid #10143e;
  padding: 7px 20px;
}

button.cart-btn:hover {
  background-color: #10143e;
  color: #fff;
}

button.bordered-btn:hover {
  background-color: #10143e;
  color: #fff;
}

.center form {
  padding: 0 40px;
  box-sizing: border-box;
}

form .txt_field {
  position: relative;
  border-bottom: 2px solid #adadad;
  margin: 30px 0;
}

.txt_field input {
  width: 100%;
  padding: 0 5px;
  height: 40px;
  font-size: 16px;
  border: none;
  background: none;
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input:-webkit-autofill~label,
input:-webkit-autofill:hover~label,
input:-webkit-autofill:focus~label,
input:-webkit-autofill:active~label {
  top: -5px;
  color: #1a2072;
}

input:-webkit-autofill~span::before,
input:-webkit-autofill:hover~span::before,
input:-webkit-autofill:focus~span::before,
input:-webkit-autofill:active~span::before {
  width: 100%;
}

.txt_field label {
  position: absolute;
  top: 50%;
  left: 5px;
  color: #adadad;
  transform: translateY(-50%);
  font-size: 16px;
  pointer-events: none;
  transition: 0.5s;
}

.txt_field span::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #10143e;
  transition: 0.5s;
}

.txt_field input:focus~label,
.txt_field input:valid~label,
.txt_field input:disabled~label {
  top: -5px;
  color: #10143e;
}

.txt_field input:focus~span::before,
.txt_field input:valid~span::before,
.txt_field input:disabled~span::before {
  width: 100%;
}

.pass {
  margin: -5px 0 20px 5px;
  color: #a6a6a6;
  cursor: pointer;
}

.pass:hover {
  text-decoration: underline;
}

@keyframes slideInFromDown {
  0% {
    height: 0px;
    transform: translateY(-100%);
  }

  100% {
    height: 40px;
    transform: translateY(0);
  }
}

#pass_div {
  /* This section calls the slideInFromLeft animation we defined above */
  animation: 0.5s ease-out 0s 1 slideInFromDown;

}

#next-btn {
  background-color: white !important;
  color: #10143e !important;
}

#next-btn:hover {
  background-color: #10143e !important;
  color: white !important;
}

#next-btn:focus {
  outline: none !important;
}

#next-btn:active {
  background-color: #10143e !important;
  color: #10143e !important;
  border-color: #10143e !important;
}

.signup_link,
#resend_timer {
  margin: 30px 0px 0px 0px;
  text-align: center;
  font-size: 16px;
  color: #666666;
}

.signup_link b {
  color: #10143e !important;
  transition: all ease 0.5s !important;
}

#resend_timer b {
  color: #10143e !important;
}

.signup_link b:hover {
  color: #10143e !important;
  text-decoration: underline;
}

.breadcrumb-text p {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 7px;
}

.breadcrumb-text h1 {
  font-size: 50px;
  font-weight: 900;
  color: #fff;
  margin: 0;
  margin-top: 20px;
}

@media(max-width:768px) {
  .breadcrumb-text h1 {
    font-size: 30px;
  }

  .logoSign img {
    width: 50%;
    margin: auto;
  }


}



.breadcrumb-section {
  padding: 30px 0;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  padding-top: 100px;
}

.breadcrumb-section:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #10143e;
  z-index: -1;
  opacity: 1;
}