@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  user-select: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

* html table {
  border-collapse: collapse;
}

*:first-child+html table {
  border-collapse: collapse;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

table,
th,
td,
img {
  border: 0;
}

img,
input {
  vertical-align: middle;
}

ul {
  list-style: none;
}

hr,
legend,
caption {
  display: none;
}

img {
  border: 0;
  vertical-align: top;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #283138;
  font-size: 2rem;
  font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "M PLUS 1p", sans-serif;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.img img {
  width: 100%;
}

.strong {
  color: #fb585d;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mbt50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.pagetop {
  height: 60px;
  width: 60px;
  position: fixed;
  right: 30px;
  bottom: 150px;
  background: url(/assets/img/page-top.png) no-repeat;
  z-index: 2;
  transition: opacity 0.3s ease;
}

.modalArea {
  position: fixed;
  z-index: 10;
  /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 990px;
  padding: 100px 30px;
  background-color: #fff;
}

.modalContents p {
  color: #007a95;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

.modalWrapper .btn_flex {
  justify-content: space-around;
}

/* header */
#header .top_txt {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 10px 15px;
  background: #fff;
}

#header .service_name {
  display: flex;
  align-items: center;
  height: 90px;
  background: -moz-linear-gradient(left, #692171, #a57aaa);
  background: -webkit-linear-gradient(left, #692171, #a57aaa);
  background: linear-gradient(to right, #692171, #a57aaa);
  padding-left: 100px;
  position: relative;
}

#header .service_name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(/assets/img/header_im01.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

#header .service_name a {
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 2;
}

/* footer */
#footer {
  width: 100%;
  background: #fff;
  text-align: center;
  box-shadow: 0px -5px 10px -10px;
  padding: 10px 0;
}

#footer .foot_link {
  margin-top: 10px;
}

#footer .foot_link ul {
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
}

#footer .foot_link ul li:first-child {
  border-left: solid 1px;
}

#footer .foot_link ul li {
  padding: 0 20px;
  border-right: solid 1px;
}

#footer .foot_link ul li a {
  color: #007a95;
}

#footer .logo {
  margin: 20px 0;
}

#footer .logo .img {
  text-align: center;
}

#footer .logo .img img {
  width: auto;
}

#footer .copyright {
  font-size: 1.4rem;
}

/* contents */
#contents {
  background: url(/assets/img/bg.png) no-repeat center;
  background-size: 100% 100%;
  background-size: cover;
  overflow: hidden;
}

.contents_wrap {
  width: 1170px;
  margin: 0 auto;
  padding: 0 55px 100px;
  overflow: hidden;
  background: rgb(255 255 255 / 80%);
}

.form-flow {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
}

.form-flow .flow_title {
  color: #939393;
  background: #dcdcdc;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  position: relative;
  font-weight: bold;
}

.flow_title.is-current::before {
  content: "";
  position: absolute;
  right: -44px;
  height: calc(60px / 2);
  width: 60px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(90deg);
  z-index: 2;
}

.flow_title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -22px;
  margin: auto;
  display: block;
  width: 42px;
  height: 42px;
  border-top: solid 5px #fff;
  border-right: solid 5px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 3;
}

.form-flow .flow_title:nth-child(1)::before {
  content: "";
  position: absolute;
  right: -44px;
  height: calc(60px / 2);
  width: 60px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(90deg);
  z-index: 2;
  background: #dcdcdc;
}

.form-flow .flow_title.is-current:nth-child(3)::before {
  content: "";
  position: absolute;
  left: -19px;
  height: calc(60px / 2);
  width: 60px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(90deg);
  z-index: 2;
  background: #dcdcdc !important;
}

.form-flow .flow_title:nth-child(3)::after {
  content: none;
}

.flex {
  display: flex;
  align-items: center;
}

.flex-start {
  align-items: flex-start;
}

.btn_flex {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.btn_flex button,
.btn_flex a[class*="btn"] {
  margin: 0 30px;
}

.radio.flex {
  flex-wrap: wrap;
}

.txt {
  margin-bottom: 10px;
}

select,
input {
  margin-left: 20px;
  font-size: 2.2rem;
  font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "M PLUS 1p", sans-serif;
  border: solid 1px #939393;
  padding: 10px 15px;
}

select {
  text-align: center;
}

button,
a[class*="btn"] {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  border-radius: 30px;
  padding: 10px 0;
  color: #fff;
  font-size: 2.6rem;
  font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "M PLUS 1p", sans-serif;
  cursor: pointer;
}

.consent button {
  font-size: 2.2rem;
  width: 200px;
  padding: 5px 0;
}

ul.icon_list {
  margin-bottom: 20px;
}

ul.icon_list li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 10px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #007a95;
  margin-bottom: 20px;
}

ul.icon_list li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 10px;
}

ul.icon_list li span {
  color: #692171;
}

ul.icon_list li strong {
  color: #fb585d;
}

ul.note {
  margin-bottom: 20px;
}

ul.note li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 10px;
}

.id {
  margin-bottom: 30px;
}

.pass {
  margin-bottom: 50px;
}

.id span,
.pass span {
  width: 230px;
  text-align: right;
  color: #007a95;
}

.id input,
.pass input {
  width: calc(100% - 260px) !important;
}

.email_confirm {
  margin-top: 10px;
}

.pref .h3-title,
.classification .h3-title,
.first-dose-date .h3-title,
.administration .h3-title,
.gender .h3-title,
.age .h3-title {
  width: 282px;
}

form>div {
  margin-bottom: 50px;
}

.consent .note {
  margin-top: 50px;
}

/* */
.signup .h1-title {
  background: #fff url(/assets/img/h1bg_signup.png) no-repeat center right;
  background-size: contain;
}

.change .h1-title {
  background: #fff url(/assets/img/h1bg_change.png) no-repeat center right;
  background-size: contain;
}

.menu .h1-title {
  background: #fff url(/assets/img/h1bg_menu.png) no-repeat center right;
  background-size: contain;
}

.withdrawal .h1-title {
  background: #fff url(/assets/img/h1bg_withdrawal.png) no-repeat center right;
  background-size: contain;
}

.password .h1-title {
  background: #fff url(/assets/img/h1bg_password.png) no-repeat center right;
  background-size: contain;
}

.visit .h1-title {
  background: #fff url(/assets/img/h1bg_visit.png) no-repeat center right;
  background-size: contain;
}

.faq .h1-title {
  background: #fff url(/assets/img/h1bg_faq.png) no-repeat center right;
  background-size: contain;
}

.signup .flow_title.is-current {
  background: #8f2dde;
  color: #fff;
}

.signup .flow_title.is-current::before {
  background: #8f2dde;
}

.change .flow_title.is-current {
  background: #50e2d0;
  color: #0460a9;
}

.change .flow_title.is-current::before {
  background: #50e2d0;
}

.withdrawal .flow_title.is-current {
  background: #0460a9;
  color: #fff;
}

.withdrawal .flow_title.is-current::before {
  background: #0460a9;
}

.password .flow_title.is-current {
  background: #ffc100;
  color: #0460a9;
}

.password .flow_title.is-current::before {
  background: #ffc100;
}

.top .service_name p,
.login .service_name p {
  display: none;
}

.password .email p {
  font-size: 2.6rem;
  text-align: center;
  font-weight: bold;
}

/* */
.h1-title {
  color: #692070;
  padding: 35px 55px 42px;
  width: 1170px;
  margin-left: -55px;
  border-bottom: solid #e1d3e3;
  margin-bottom: 30px;
}

.h1-title h1 {
  font-size: 5rem;
  font-weight: 700;
}

.h2-title {
  color: #fff;
  background: url(/assets/img/h2bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 10px 30px;
  margin-bottom: 20px;
  position: relative;
}

.h2-title::after {
  content: "";
  position: absolute;
  background: url(/assets/img/h2_icon.png) no-repeat;
  right: -25px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 199px;
  height: 211px;
  background-size: 100%;
}

.h2-title h2 {
  font-weight: 700;
  font-size: 3rem;
}

.h3-title h3 {
  margin: 10px 0;
}

.h3-title h3 {
  color: #007a95;
  font-size: 2.2rem;
}

.signup .h3-title h3::after,
.change .h3-title h3::after {
  content: "任意";
  position: relative;
  font-size: 1.4rem;
  line-height: 1;
  padding: 3px 6px;
  border-radius: 3px;
  background: #939393;
  color: #fff;
  margin-left: 10px;
  display: inline-block;
}

.signup .required .h3-title h3::after,
.change .required .h3-title h3::after {
  content: "必須";
  background: #fb585d;
}

.signup.complete .h3-title h3::after,
.change.complete .h3-title h3::after {
  content: none;
}

.lead‗v1 {
  color: #007a95;
  font-weight: bold;
  font-size: 3.4rem;
  text-align: center;
  margin-bottom: 20px;
  border-top: solid 2px;
  border-bottom: solid 2px;
  padding: 5px 0;
}

.lead‗v2 {
  color: #692070;
  font-weight: bold;
  font-size: 2.5rem;
  text-align: center;
  border-top: solid 2px;
  border-bottom: solid 2px;
  padding: 10px 0;
  margin-bottom: 30px;
}

.lead‗v3 {
  color: #fb585d;
  font-weight: bold;
  font-size: 2.5rem;
  text-align: center;
  border-top: solid 2px;
  border-bottom: solid 2px;
  padding: 10px 0;
  margin-bottom: 30px;
}

#contents p a,
#contents ul li a {
  color: #8f2dde;
  text-decoration: underline;
}

.green_box {
  border: solid 2px #007a95;
  margin-bottom: 20px;
  background: #fff;
  padding: 40px 50px;
}

.purple_box {
  border: solid 2px #692070;
  padding: 0px 20px 20px;
  margin-bottom: 20px;
  border-radius: 15px;
  background: #fff;
}

button.type01,
a[class*="type01"] {
  background: #0460a9;
}

button.type02,
a[class*="type02"] {
  background: #939393;
}

button.type03,
a[class*="type03"] {
  background: #66afbf;
}

button.type04,
a[class*="type04"] {
  background: #007a95;
}

button.disabled {
  background: #f2f2f4;
  color: #c7c6c6;
  border: solid 3px;
}

a.terms {
  height: 50px;
  min-width: 332px;
  font-size: 2.2rem;
  margin-left: 30px;
  padding: 0;
}

.flex p {
  color: #007a95;
  width: 285px;
  text-align: right;
}

.signup form .txt,
.change form .txt {
  color: #283138;
  text-align: left;
  width: auto;
  padding-left: 23px;
}

.flex input[type="text"],
.flex input[type="email"],
.flex input[type="password"] {
  width: calc(100% - 285px);
}

form .purple_box {
  margin-left: -20px;
}

form .purple_box .txt {
  color: #8f2dde;
  font-size: 2.8rem;
  font-weight: bold;
}

.txt+.green_box {
  margin-top: 30px;
}

/* select */
.select {
  position: relative;
}

.select::before,
.select::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.select::before {
  right: 0;
  top: 1px;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 0 3px 3px 0;
  background-color: #0460a9;
  content: "";
}

.select::after {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(50%, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
}

.select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 295px;
  height: 2.8em;
  padding-right: 60px;
  border: 2px solid #dcdcdc;
  color: #283138;
  cursor: pointer;
  background: #fff;
}

.select select:focus {
  outline: 1px solid #0460a9;
}

.first-dose-date select,
.hospital_visit select {
  width: auto !important;
}

.first-dose-date span,
.hospital_visit span {
  color: #007a95;
  margin-left: 10px;
}

.first-dose-date .select::before,
.hospital_visit .select::before {
  width: 2em;
  height: 2em;
  top: 50%;
  right: 0.4em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* radio */
input[type="radio"]+label {
  position: relative;
  cursor: pointer;
  padding-left: 40px;
  margin: 10px 30px 10px 0;
  display: inline-block;
}

input[type="radio"]+label::before,
input[type="radio"]+label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

input[type="radio"]+label::before {
  background-color: #fff;
  border: 3px solid #b4b4b4;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  left: 0;
}

input[type="radio"]+label::after {
  background-color: #8f2dde;
  border-radius: 50%;
  opacity: 0;
  width: 18px;
  height: 18px;
  left: 9px;
}

input[type="radio"]:checked+label::before {
  border: 3px solid #8f2dde;
}

input[type="radio"]:checked+label::after {
  opacity: 1;
}

input[type="radio"] {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

/* check */
.signup input[type="checkbox"],
.change input[type="checkbox"] {
  opacity: 0;
  margin-left: -19px;
}

.signup input[type="checkbox"]+label,
.change input[type="checkbox"]+label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 50px;
  position: relative;
  width: auto;
}

.signup input[type="checkbox"]+label::before,
.change input[type="checkbox"]+label::before {
  background: #fff;
  border: 2px solid #b4b4b4;
  content: "";
  display: block;
  height: 30px;
  left: 5px;
  position: absolute;
  width: 30px;
  border-radius: 7px;
}

.signup input[type="checkbox"]+label::after,
.change input[type="checkbox"]+label::after {
  border-right: 3px solid #8f2dde;
  border-bottom: 3px solid #8f2dde;
  content: "";
  display: block;
  height: 20px;
  left: 20px;
  opacity: 0;
  position: absolute;
  top: 4px;
  transform: rotate(45deg);
  width: 5px;
}

.signup input[type="checkbox"]:checked+label::after,
.change input[type="checkbox"]:checked+label::after {
  opacity: 1;
}

.same,
.humei,
.mitei {
  margin-left: 20px;
}

/* アコーディオン */
.toggle {
  display: none;
}

.faq .green_box {
  padding: 0;
}

.Label {
  padding: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2.7rem;
  color: #007a95;
  font-weight: bold;
  text-indent: -1.5em;
  padding-left: 2.5em;
}

.Label span {
  background: #0460a9;
  display: inline-block;
  width: 52px;
  height: 52px;
  border-radius: 26px;
  position: relative;
  flex-shrink: 0;
  margin-left: 30px;
}

.Label span::before,
.Label span::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 25px;
  width: 2px;
  height: 26px;
  background-color: #fff;
  transition: all 0.3s;
}

.Label span::after {
  transform: rotate(90deg);
}

.Label,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.content {
  height: 0;
  margin-bottom: 10px;
  padding: 0;
  overflow: hidden;
  margin: 0 30px;
}

.content p,
.content ul.note li {
  color: #007a95;
  font-size: 2rem;
  margin-bottom: 10px;
}

.content .inline,
.content ul.note.inline li {
  color: #283138;
  padding-left: 1em;
  margin-bottom: 10px;
}

.toggle:checked+.Label+.content {
  height: auto;
  padding: 20px 0;
  transition: all 0.3s;
  border-top: solid 1px #007a95;
}

.toggle:checked+.Label span::before {
  transform: rotate(90deg) !important;
}

/* slider */
.slider {
  margin: 30px auto;
}

.slick-img img {
  height: auto;
  width: 100%;
}

.slick-prev,
.slick-next {
  width: auto !important;
  min-width: auto !important;
}

.slick-prev {
  left: -50px !important;
}

.slick-next {
  right: -50px !important;
}

.slick-prev:before,
.slick-next:before {
  width: 40px;
  height: 40px;
  font-family: auto !important;
  content: "" !important;
  display: block;
}

.slick-prev:before {
  background: url(/assets/img/previous.png) no-repeat center;
  background-size: contain;
}

.slick-next:before {
  background: url(/assets/img/next.png) no-repeat center;
  background-size: contain;
}

/* top */
.top_tit>p {
  font-size: 5.5rem;
  color: #692171;
  font-weight: bold;
  padding: 30px 0;
  text-align: center;
}

.linkArea .flex {
  justify-content: space-between;
  align-items: stretch;
}

.linkArea .flex>div {
  width: 49%;
  text-align: center;
}

.linkArea .flex>div p {
  text-align: center;
}

.linkArea .flex>div img {
  margin: 10px 0;
}

.linkArea .faq img {
  margin: 0 10px;
}

.linkArea .green_box p {
  width: auto;
  font-size: 2.5rem;
  color: #283138;
  font-weight: bold;
}

.top_tit .linkArea a,
.linkArea .green_box a {
  width: 300px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  margin: auto;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
}

.linkArea .signup p {
  color: #692171;
}

.linkArea .signup a {
  background: #692171;
}

.linkArea .login a {
  background: #007a95;
}

.linkArea .faq a {
  background: #0460a9;
}

.linkArea .faq {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bunnerArea {
  max-width: 580px;
  margin: auto;
}

.bunnerArea img {
  width: 100%;
}

.bunnerArea p {
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
  font-size: 1.8rem;
}


.slick-track {
  display: flex !important;
  align-items: center;
}










/* 追加 */
.checkbox:disabled+label {
  color: #aaa;
  /* グレーにする */
  cursor: not-allowed;
  /* カーソルも変える */
  opacity: 0.6;
  /* 少し薄くする */
}

.select-disabled {
  pointer-events: none;
  /* クリックや操作を無効に */
  opacity: 0.6;
  /* 少し薄くする */
  color: #aaa;
}



.interview .h1-title {
  text-align: center;
}

.read {
  font-size: 2.0rem;
  color: #007A95;
  margin-bottom: 40px;
}

.interviewDetail {
  border: solid 5px #DCDCDC;
  padding: 35px;
}

.interviewDetail.is-current {
  border: solid 5px #66AFBF;
}

.patient-card {
  margin-left: 30px;
  width: 100%;
}

.more {
  background: #0460a9;
  color: #fff;
  font-size: 1.8rem;
  padding: 6px 20px;
  border-radius: 30px;
  width: 175px;
  margin: 30px 0 0 auto;
  position: relative;
}

.patient-card__profile {
  background: #E1D3E3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 30px;
  margin-bottom: 15px;
  color: #283138;
}

.patient-card__profile .patient-card__nickname {
  font-size: 3.0rem;
}

.patient-card__other span {
  margin-left: 1em;
}

.patient-card__message {
  font-size: 2.2rem;
  color: #692171;
}

.i_box {
  position: absolute;
  right: 15px;
  top: 6px;
}

.interviewWrap .interviewDetail .accordion_inner>p {
  font-size: 1.8rem;
  margin-bottom: 40px;
}

.question {
  color: #007A95;
  border: solid 2px #99CAD5;
  margin-bottom: 20px;
  font-size: 2.2rem;
  padding: 7px 15px 7px 55px;
  background: url(/assets/img/interview_qa_icon.png) no-repeat;
  /* background-size: 52px 100%; */
}

.answer {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  font-size: 1.8rem;
}

.answer span {
  background: #874D8D;
  color: #fff;
  padding: 3px 11px;
  border-radius: 50%;
  margin-right: 10px;
}

.tnx {
  text-align: center;
  border-top: solid 2px;
  border-bottom: solid 2px;
  color: #007A95;
  padding: 40px 0;
  margin-bottom: 40px;
  font-size: 2.0rem;
}

.tnx span {
  margin: 0 1em;
}

/*====================================================================
.interviewWrap .interviewDetail
====================================================================*/
.interviewWrap .interviewDetail {
  margin: 0 auto 30px;
}

.interviewWrap .interviewDetail .accordion_header {
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  display: flex;
}

.interviewWrap .interviewDetail .accordion_header:hover {
  opacity: .8;
}

.interviewWrap .interviewDetail .accordion_inner {
  padding: 30px 0;
  box-sizing: border-box;
}

.interview .btn_flex a {
  width: 400px;
}

.interview.case .btn_flex a {
  width: 350px;
}

.btmLink {
  border: solid 5px #66AFBF;
  padding: 35px;
}

.btmLink .signup,
.btmLink .login {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btmLink .signup {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 3px #66AFBF;
}

.btmLink p {
  font-size: 2.5rem;
  font-weight: bold;
}

.btmLink .signup p {
  color: #692171;
}

.btmLink .login p {
  color: #007a95;
}

.btmLink a {
  width: 300px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
}

.btmLink .signup a {
  background: #692171;
}

.btmLink .login a {
  background: #007a95;
}

body.password .email p {
  word-break: break-all;
}