@charset "utf-8";
/* CSS Document */

.registar_link .btn {
  /*background: #4D4C4C url(https://emoor.itembox.design/item/common/img/index/btn_icon_w.png);
  background-repeat: no-repeat;
  background-size: 8px 14px;
  background-position: 98% center;
  border: 2px solid #4D4C4C;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 35px;*/
  padding: 0.5em 10px;
  display:block;
  margin:auto;
  margin-bottom: 1em;
}

.registar_link .btn {
    /*overflow: hidden;
    position: relative;
    z-index: 4;*/
  }
.registar_link .btn:hover {
    /*color: #4D4C4C;*/
  }
.registar_link .btn:before {
    /*content: "";
    display: block;
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-text-decoration: 0;
            text-decoration: 0;
    width: 100%;
    background: #fff;
    background-repeat: no-repeat;
    background-size: 8px 14px;
    background-position: 96% center;*/
  }
.registar_link .btn:hover:before {
    /*left: 0;*/
  }

.registar_link {
	margin:8em auto;
  width:90%;
	max-width:400px;
}
.registar_link button {
	/*display:inline-block;*/
	/*position:relative;*/
	/*margin:0.5em auto;
  width:100%;
	font-weight:bold;*/
}

@media (min-width: 1px) and (max-width: 767px) {

.registar_link button {
	/*margin:1em 0;*/
}
}
