body {
  background: #f3f4f6
}

#login_box {
  background: #fff
}

.login_01 {
  width: 414px;
  margin: 0 auto;
  text-align:
}

.login_01_box {
  width: 100%;
  padding-top: 100px;
}

.login_01 .txt_btn {
  margin-top: 10px;
  display: flex;
}

.login_01 .txt_btn>span {
  cursor: pointer;
  font-size: 12px;
  color: #666666;
  margin-right: 10px;
}

.login_01 .txt_btn>span:nth-of-type(2) {
  cursor: normal;
  font-size: 12px;
  color: #d3d3d3;
}

.login_01_box .title {
  font-size: 20px;
  color: #888888;
  margin-top: 40px;
  margin-bottom: 30px
}

.login_01_box .sub_title {
  font-size: 13px;
  color: #888888;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px
}

.login_01_box .input_text input {
  width: 400px;
  padding: 10px
}

.login_01_box .sub_footer {
  margin-top: 20px;
}

.login_01_box .sub_footer div:first-child {
  float: left;
  color: #666666;
  margin-top: 10px
}

.login_01_box .sub_footer div:last-child {
  float: right
}

.login_01_box .sub_footer div button {
  font-size: 14px;
  padding: 10px;
  background: #4f77f0 !important;
  color: #fff
}

#mc-footer2 {
  box-sizing: border-box: padding:10px;
  font-size: 12px;
  border-top: 1px solid #d3d6da;
  text-align: center;
  width: 100%;
  color: #a5a9b0;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #f3f4f6;
  font-weight: normal;
  line-height: 20px;
  padding-top: 20px;
}

#mc-footer2 {
  display: none;
}

#mc-footer2 img {
  width: 120px;
  margin-top: 5px;
  opacity: 0.8;
}


@media screen and (max-width:767px) {
  .login_01 {
    width: 314px;
    margin: 0 auto;
    text-align:
  }

  .login_01_box {
    width: 100%;
    padding-top: 80px;
  }

  .login_01_box .input_text input {
    width: 300px;
    padding: 10px
  }

  #mc-footer {
    display: none;
  }

  #mc-footer2 {
    display: block;
  }
}

.container {
  position: relative;
  padding-left: 28px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input~.checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked~.checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.container2 {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 13px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container2:hover input~.checkmark2 {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container2 input:checked~.checkmark2 {
  background-color: #2196F3;
}

/* Create the checkmark2/indicator (hidden when not checked) */
.checkmark2:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark2 when checked */
.container2 input:checked~.checkmark2:after {
  display: block;
}

/* Style the checkmark2/indicator */
.container2 .checkmark2:after {
  left: 7px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#mc-footer {
  border-top: 0px;
  margin-top: 30px
}