.text-purple {
  color: #a15ec0;
}

#content-password {
  margin-bottom: 50px;
}

#content-password .text-orange {
  color: #f08033;
}

#content-password .text-blue {
  color: #00addf;
}

#content-password .content-text {
  padding-top: 50px;
}

#content-password h1 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  color: #353535;
  margin-bottom: 10px;
}

#content-password .purple {
  color: #a15ec0;
}

#content-password .form-username {
  margin-top: 20px;
}

#content-password .form-username input::-webkit-input-placeholder {
  color: #f08033;
  font-size: 12px;
}

#content-password .form-username input:-ms-input-placeholder {
  color: #f08033;
  font-size: 12px;
}

#content-password .form-username input::-ms-input-placeholder {
  color: #f08033;
  font-size: 12px;
}

#content-password .form-username input::placeholder {
  color: #f08033;
  font-size: 12px;
}

#content-password .form-username input[type=text], #content-password .form-username input[type=email], #content-password .form-username input[type=password] {
  padding-left: 15px;
  width: 380px;
  height: 50px;
  margin-top: 15px;
  border: 1px solid #03b4f9;
}

#content-password .captcha {
  margin-top: 25px;
  width: 250px;
}

#content-password .button {
  text-decoration: none;
}

#content-password .button div {
  background: #00addf;
  width: 140px;
  text-align: center;
  padding: 8px 0;
  margin: 25px 0 0;
  border-radius: 5px;
  color: #ffffff;
  font-size: 13px;
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
}

#content-password .button div:hover {
  background: #1895c7;
  cursor: pointer;
}

#content-password .sub {
  margin-top: 14px;
  font-size: 10px;
}

#content-password .orange {
  color: #ed6407;
}

#content-password .nline {
  text-decoration: none;
}

#content-password .line {
  text-decoration: underline;
}

.mentionContent{
  background-color: #00addf;
  margin-top: 22px;
  border-radius: 0 0 20px 20px;
}
.mentionContent h3{
  font-size: 26px;
  font-weight: 700;
  padding-top: 30px;
}
.mention{
  width: 60%;
  margin: 18px auto;
  padding-bottom: 40px;
}
.mention.One{
  border-bottom: 2px solid #ffffff; 
}
.mention.Two{
  padding-top: 24px;
}
.linkMentioned{
  color: #090909;
  text-decoration: underline !important;
}
.linkMentioned.two{
  margin-top: 10px;
  display: inline-block;
}
.linkMentioned:hover{
  color: #222121;
}
.giftText{
  font-size: 24px;
  font-weight: 600;
}
.last.button-purple {
  background: #905ebc;
  border-radius: 3px;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  transition: all ease 300ms;
  margin-bottom: 20px;
}
.last.button-purple:hover {
  background: #71429b;
}
.agreeSect{
  margin-top: 15px;
}
.agreeSect input{
 margin-right: 4px;
}
.smallTextForm{
  font-size: 10px;
  margin-top: 5px;
  margin-bottom: 0;
}
.copyMessage{
  background-color: #cbf7e1;
  padding: 5px;
  border-radius: 3px;
  color: #095e1e;
}
.noShow{
  visibility: hidden;
}
#content-account .text-account{
  font-size: 18px;
}
.modal-header{
  background-color: #ed6407;
  border-bottom: 1px solid #ed6407;
  color: #ffffff;
  padding: 1rem 2rem;
}
.modal-header .close{ 
  color: #ffffff;
  padding: 6px 0;
}
.modal-body {
  padding: 1rem 2rem;
  font-weight: 600;
}
.modal-content{
  border: unset;
}
.buttonOk button{
  background-color: #292929;
  margin: 8px 5px 10px;
}
.modal-content .text-blue{
  color: #00addf;
}
.modal-title{
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  .lastBox .textDsc{
    padding: 0 40px;
  }
}
@media only screen and (max-width: 991px) {
  .lastBox .textDsc{
    padding: 0;
  }
  #content-password h1 {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .mentionContent{
    border-radius: 20px;
  }
  #content-account .text-account{
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  #content-password h1 {
    font-size: 26px;
  }
  #content-password .form-username input[type=text], #content-password .form-username input[type=email], #content-password .form-username input[type=password] {
    width: 250px;
  }
  #content-password .sub {
    margin-top: 6px;
  }
  .mentionContent h3{
    font-size: 20px;
  }
  .giftText{
    font-size: 18px;
  }
  #content-banner.home-two.container-fluid {
    padding-bottom: 0;
  }
  #content-account .text-account{
    font-size: 14px;
  }
}
/*# sourceMappingURL=styles-sign.css.map */