body {
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4; }

p {
  margin-bottom: 14px;
  /* text-indent: 2em; */ }

.title {
  text-indent: 0;
  font-weight: bold; }

.ipt {
  width: 90%;
  padding: 6px;
  border: 1px solid #ccc;
  outline-style: none;
  border-radius: 3px;
  display: block; }

.label {
  font-size: 12px; }

.account_delete_button {
  width: 80%;
  height: 20%;
  padding: 5px;
  background-color: #cf7d00;
  color: #fff;
  border-radius: 15px;
  text-align: center;
  margin: 10px auto 20px; }

.email {
  border-radius: 5px;
  margin-bottom: 20px; }
  .email p {
    padding: 0 5px; }
  .email .title:before {
    content: "";
    display: inline-block;
    height: 18px;
    width: 4px;
    border-radius: 2px;
    background: linear-gradient(to bottom, #ddb579, #cf7d00);
    vertical-align: top;
    margin-top: 2px;
    margin-right: 4px; }

.confirm {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
  display: none; }
  .confirm .confirm_in {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 35%;
    border-radius: 15px;
    background-color: #fff; }
    .confirm .confirm_in .account_delete_confirm_title {
      width: 100%;
      text-align: center;
      padding: 5px 0 10px;
      font-weight: 600; }
    .confirm .confirm_in .wrap p {
      color: #000;
      padding: 0 10px; }
    .confirm .confirm_in .btn {
      width: 100%;
      display: flex;
      justify-content: space-around; }
    .confirm .confirm_in .account_delete_con_btn,
    .confirm .confirm_in .account_delete_can_btn {
      padding: 5px 15px;
      border-radius: 20px; }
    .confirm .confirm_in .account_delete_con_btn {
      background-color: #88d4b1;
      color: #fff; }
    .confirm .confirm_in .account_delete_can_btn {
      background-color: #cf7d00;
      color: #fff; }

/*# sourceMappingURL=account.css.map */
