html,
body {
  background-image: url("/images/background-lotts.jpg");
  background-position: center;
  background-size: cover;
}

.form_area {
  background-image: url("/images/mypage/background.png");
  color: #fff;
  padding: 0 60px 60px;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .form_area {
    padding: 20px 20px 60px;
  }
}

.form_area .btn {
  background-image: url(/images/btn6.png);
  background-color: initial;
  border: none;
  width: 300px;
  height: 60px;
}

.form_left {
  background-image: url("/images/mypage/register.jpg");
  background-position: center;
  background-size: cover;
}

#login .form_area {
  padding: 120px 60px 60px;
  height: 700px;
}

@media screen and (max-width: 767px) {
  #login .form_area {
    padding: 20px 20px;
  }
}

.mypage_left {
  background-image: url("/images/mypage/background.png");
  background-position: center;
  background-size: cover;
}

.mypage_left ul {
  padding: 40px 20px;
}

.mypage_left ul li {
  margin-bottom: 10px;
}

.mypage_right {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 60px;
  height: 680px;
}

@media screen and (max-width: 767px) {
  .mypage_right {
    padding: 30px 15px;
    height: auto;
  }
}

.mypage_right_input {
  background-color: #d6e5fb;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  text-align: center;
}

.mypage_right .card {
  border: none;
}

.mypage_right .btn {
  background-image: url(/images/btn6.png);
  background-color: initial;
  border: none;
  width: 300px;
  height: 60px;
}

.mypage_right .coin_type {
  background-color: #fff;
  border-radius: 5px;
  display: block;
  height: 40px;
  width: 100%;
  padding-left: 10px;
}

.mypage_right .deposit_right {
  background-color: #ebf3ff;
}

.mypage_right .pay_btn {
  background-color: #4b7fd6;
  -webkit-box-shadow: 0px 2px 5.6px 0.4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 5.6px 0.4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  color: #fff;
  line-height: 50px;
  height: 50px;
  width: 100px;
  text-align: center;
  margin: 20px auto 0;
}

.mypage_right .pay_btn2 {
  background-color: #009878;
  margin-top: 40px;
  line-height: 40px;
  height: 40px;
  width: 140px;
}

.mypage_right .btc_address {
  border-bottom: 1px solid #009878;
  color: #009878;
  margin-top: 40px;
}

.mypage_table thead th {
  background-color: #ff2a00;
  color: #fff;
  font-weight: normal;
  border: none;
  padding: 0.5rem;
}

@media screen and (max-width: 767px) {
  .mypage_table thead th {
    font-size: 12px;
    padding: 0.25rem;
  }
}

.mypage_table td {
  padding: 0.5rem;
}

@media screen and (max-width: 767px) {
  .mypage_table td {
    font-size: 12px;
    padding: 0.25rem;
  }
}

