@charset "UTF-8";
/*————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————

transform: translate(180px,180px) rotate(-5deg) scale(0.8);
--------------------------------------------------------
transition:all 0.3s ease;

--------------------------------------------------------
animation: fade-In 5s linear 2s infinite;

animation-name:fade-In;
animation-duration:4s;
animation-delay:0s;
animation-iteration-count: infinite;
animation-direction: normal;
animation-timing-function:ease-in-out;
animation-fill-mode:forwards;


@keyframes fade-In {
  from {background-color: red;}
  to {background-color: yellow;}
}
--------------------------------------------------------
border-radius: 25% 10%;
--------------------------------------------------------
http://cubic-bezier.com





————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————*/
main {
  position: relative;
  width: 100%;
  height: auto;
  background-image: url("../../../../assets/images/member/forgotPassWord/bg.jpg");
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.checkPsw {
  position: relative;
  margin: 0;
  width: calc(100% - 30px);
  max-width: 780px;
  height: auto;
  padding: 15px 15px 50px 15px;
  border-radius: 0;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
  background-color: #fff;
}

.checkPsw .backBtn {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  padding: 30px;
  cursor: pointer;
  z-index: 1;
}

.checkPsw .backBtn img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  margin-left: 0;
}

.checkPsw .backBtn:hover img {
  margin-left: -10px;
}

.checkPsw__header {
  position: relative;
  width: 100%;
  height: 60px;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 1px;
  text-align: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}

.checkPsw__title {
  position: relative;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #000;
  text-align: center;
}

.checkPsw__subtitle {
  position: relative;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #272727;
  text-align: center;
}

.checkPsw__inputBox {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 40px auto 0 auto;
}

.checkPsw__inputBox-forgotMail {
  position: relative;
  width: 100%;
  margin: 50px 0 0 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #cc2027;
}

.checkPsw__inputBox-forgotMail a {
  color: #cc2027;
}

.checkPsw__inputBox-or {
  position: relative;
  width: 100%;
  margin: 20px 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #f44336;
}

.checkPsw__inputBox-Default {
  position: relative;
  width: 80%;
}

.checkPsw__inputBox-Default input {
  position: relative;
  width: calc(100% - 30px);
  max-width: 400px;
  height: 58px;
  border-radius: 4px;
  border: solid 1px #4b4b4b;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 1px;
  padding: 0 15px;
  outline: none;
  color: #000;
}

.checkPsw__inputBox-Default .inputTitle {
  position: absolute;
  top: -9px;
  left: 10px;
  padding: 0 5px;
  background-color: #fff;
  color: #cc2027;
  display: block;
}

.checkPsw__inputBox-mail {
  position: relative;
  width: 100%;
}

.checkPsw__inputBox-mail-title {
  position: relative;
  margin: 0 0 7px 0;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #cc2027;
}

.checkPsw__inputBox-mail .userMail {
  position: relative;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #000;
}

.checkPsw__inputBox-item {
  position: relative;
  width: 100%;
}

.checkPsw__inputBox-item input {
  position: relative;
  width: calc(100% - 30px);
  max-width: 400px;
  height: 58px;
  border-radius: 4px;
  border: solid 1px #4b4b4b;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 1px;
  padding: 0 15px;
  outline: none;
  color: #000;
}

.checkPsw__inputBox-item .inputTitle {
  position: absolute;
  top: -9px;
  left: 10px;
  padding: 0 5px;
  background-color: #fff;
  color: #000;
  display: none;
}

.checkPsw__inputBox-item input:focus {
  border: solid 2px #ff8302;
}

.checkPsw__inputBox-item input:focus ~ .inputTitle {
  color: #ff8302;
  display: block;
}

.checkPsw__inputBox-item input:not([value=""]) ~ .inputTitle {
  display: block;
}

.checkPsw__inputBox .sendBtn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: -60px;
  top: 7px;
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkPsw__inputBox .sendBtn img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  margin-left: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.checkPsw__inputBox .sendBtn:hover {
  background-color: #ffdcdd;
}

.checkPsw__inputBox .sendBtn:hover img {
  margin-left: 5px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.checkPsw__inputBox .showPsw {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.checkPsw .checkPsw__radio {
  position: relative;
  width: 100%;
  height: auto;
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkPsw .checkPsw__radio-item {
  position: relative;
  width: auto;
  height: auto;
}

.checkPsw .checkPsw__radio-item input[type="radio"] {
  display: none;
}

.checkPsw .checkPsw__radio-item input[type="radio"]:checked + .tabe {
  background-color: #ff8302;
  color: #FFF;
}

.checkPsw .checkPsw__radio-item input[type="radio"] {
  display: none;
}

.checkPsw .checkPsw__radio-item input[type="radio"]:checked + .custom__radio div {
  background-color: rgba(255, 131, 2, 0.5);
}

.checkPsw .checkPsw__radio-item input[type="radio"]:checked + .custom__radio div span .icon {
  background-color: #ff8302;
}

.checkPsw .checkPsw__radio-item label {
  position: relative;
  width: 100px;
  height: auto;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkPsw .checkPsw__radio-item label div {
  vertical-align: middle;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 99px;
  background-color: rgba(255, 131, 2, 0);
  margin-right: 5px;
}

.checkPsw .checkPsw__radio-item label div span {
  margin: 2px;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  border: solid 1px #272727;
}

.checkPsw .checkPsw__radio-item label div span .icon {
  margin: 3px;
  border: 0px;
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 9px;
  background-color: #FFF;
}

.checkPsw__btw {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 10px auto;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4b4b4b;
}

.checkPsw .userMail {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 30px auto;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  text-align: center;
}

.checkPsw__btnBox {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkPsw__btnBox-btns {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  margin: 0;
  width: calc(50% - 10px);
  height: 48px;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
  background-color: #cc2027;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.checkPsw__btnBox-btns:hover {
  color: #cc2027;
  background-color: #ffdcdd;
}

.checkPsw__btnBox-btns a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkPsw__btnBox-btns a:link {
  color: #fff;
}

.checkPsw__btnBox-btns a:visited {
  color: #fff;
}

.checkPsw__btnBox-btns a:hover {
  color: #cc2027;
  background-color: #ffdcdd;
}

.checkPsw__btnBox-btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  margin: 0;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
  background-color: #cc2027;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.checkPsw__btnBox-btn:hover {
  color: #cc2027;
  background-color: #ffdcdd;
}

.checkPsw__btnBox-btn a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkPsw__btnBox-btn a:link {
  color: #fff;
}

.checkPsw__btnBox-btn a:visited {
  color: #fff;
}

.checkPsw__btnBox-btn a:hover {
  color: #cc2027;
  background-color: #ffdcdd;
}

.checkPsw__btnBox-btnSmall {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 200px;
  height: 48px;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
  background-color: #cc2027;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.checkPsw__btnBox-btnSmall:hover {
  color: #cc2027;
  background-color: #ffdcdd;
}

.checkPsw__btnBox-btnSmall a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkPsw__btnBox-btnSmall a:link {
  color: #fff;
}

.checkPsw__btnBox-btnSmall a:visited {
  color: #fff;
}

.checkPsw__btnBox-btnSmall a:hover {
  color: #cc2027;
  background-color: #ffdcdd;
}

.checkPsw .error_title {
  color: #f44336;
}

.checkPsw .error_input {
  color: #f44336;
  border: solid 2px #f44336;
}

.checkPsw .error_text {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #f44336;
}

.checkPsw__complete {
  position: relative;
  width: 100%;
  height: auto;
  padding: 100px 0 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkPsw__complete-title {
  position: relative;
  width: 90%;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 2px;
  text-align: center;
  color: #cc2027;
}

@media only screen and (min-width: 768px) {
  main {
    padding: 87px 0;
  }
  .checkPsw {
    position: relative;
    margin: 0 auto;
    width: calc(90% - 30px);
    max-width: 780px;
    height: auto;
    padding: 15px 15px 50px 15px;
    border-radius: 4px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
    background-color: #fff;
  }
  .checkPsw .backBtn {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    padding: 30px;
    cursor: pointer;
    z-index: 1;
  }
  .checkPsw .backBtn img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    margin-left: 0;
  }
  .checkPsw .backBtn:hover img {
    margin-left: -10px;
  }
  .checkPsw__header {
    position: relative;
    width: 100%;
    height: 60px;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 1px;
    text-align: center;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 80px;
  }
  .checkPsw__title {
    position: relative;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #000;
    text-align: center;
  }
  .checkPsw__subtitle {
    position: relative;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #272727;
    text-align: center;
  }
  .checkPsw__inputBox {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 40px auto 0 auto;
  }
  .checkPsw__inputBox-or {
    position: relative;
    width: 100%;
    margin: 20px 0;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #f44336;
  }
  .checkPsw__inputBox-Default {
    position: relative;
    width: 100%;
  }
  .checkPsw__inputBox-Default input {
    position: relative;
    width: calc(100% - 30px);
    max-width: 400px;
    height: 58px;
    border-radius: 4px;
    border: solid 1px #4b4b4b;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: 1px;
    padding: 0 15px;
    outline: none;
    color: #000;
  }
  .checkPsw__inputBox-Default .inputTitle {
    position: absolute;
    top: -9px;
    left: 10px;
    padding: 0 5px;
    background-color: #fff;
    color: #cc2027;
    display: block;
  }
  .checkPsw__inputBox-mail {
    position: relative;
    width: 100%;
  }
  .checkPsw__inputBox-mail-title {
    position: relative;
    margin: 0 0 7px 0;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #cc2027;
  }
  .checkPsw__inputBox-mail .userMail {
    position: relative;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #000;
  }
  .checkPsw__inputBox-item {
    position: relative;
    width: 100%;
  }
  .checkPsw__inputBox-item input {
    position: relative;
    width: calc(100% - 30px);
    max-width: 400px;
    height: 58px;
    border-radius: 4px;
    border: solid 1px #4b4b4b;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: 1px;
    padding: 0 15px;
    outline: none;
    color: #000;
  }
  .checkPsw__inputBox-item .inputTitle {
    position: absolute;
    top: -9px;
    left: 10px;
    padding: 0 5px;
    background-color: #fff;
    color: #000;
    display: none;
  }
  .checkPsw__inputBox-item input:focus {
    border: solid 2px #ff8302;
  }
  .checkPsw__inputBox-item input:focus ~ .inputTitle {
    color: #ff8302;
    display: block;
  }
  .checkPsw__inputBox-item input:not([value=""]) ~ .inputTitle {
    display: block;
  }
  .checkPsw__inputBox .sendBtn {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    right: -60px;
    top: 7px;
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .checkPsw__inputBox .sendBtn img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    margin-left: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .checkPsw__inputBox .sendBtn:hover {
    background-color: #ffdcdd;
  }
  .checkPsw__inputBox .sendBtn:hover img {
    margin-left: 5px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .checkPsw__inputBox .showPsw {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  .checkPsw__btw {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 10px auto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4b4b4b;
  }
  .checkPsw__btnBox {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 50px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .checkPsw__btnBox-btns {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    margin: 0;
    width: calc(50% - 10px);
    height: 48px;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
    background-color: #cc2027;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    cursor: pointer;
  }
  .checkPsw__btnBox-btns:hover {
    color: #cc2027;
    background-color: #ffdcdd;
  }
  .checkPsw__btnBox-btns a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .checkPsw__btnBox-btns a:link {
    color: #fff;
  }
  .checkPsw__btnBox-btns a:visited {
    color: #fff;
  }
  .checkPsw__btnBox-btns a:hover {
    color: #cc2027;
    background-color: #ffdcdd;
  }
  .checkPsw__btnBox-btn {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    margin: 0;
    width: 100%;
    height: 48px;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
    background-color: #cc2027;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    cursor: pointer;
  }
  .checkPsw__btnBox-btn:hover {
    color: #cc2027;
    background-color: #ffdcdd;
  }
  .checkPsw__btnBox-btn a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .checkPsw__btnBox-btn a:link {
    color: #fff;
  }
  .checkPsw__btnBox-btn a:visited {
    color: #fff;
  }
  .checkPsw__btnBox-btn a:hover {
    color: #cc2027;
    background-color: #ffdcdd;
  }
  .checkPsw .error_title {
    color: #f44336;
  }
  .checkPsw .error_input {
    color: #f44336;
    border: solid 2px #f44336;
  }
  .checkPsw .error_text {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #f44336;
  }
  .checkPsw__complete {
    position: relative;
    width: 100%;
    height: auto;
    padding: 100px 0 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .checkPsw__complete-title {
    position: relative;
    width: 90%;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 2px;
    text-align: center;
    color: #cc2027;
  }
}
/*# sourceMappingURL=forgotPassWord.css.map */