@charset "UTF-8";

.routeWrap{text-align: center;}
.cp_iptxt {
  position: relative;
  width: 100%;
  margin: 40px 0;
}
label {
  width: 30% !important;
}
.cp_iptxt input[type='password'] {
  font: 15px/1.6 sans-serif;
  box-sizing: border-box;
  width: 100%;
  padding: 0.3em;
  color: #aaaaaa;
  border: 1px solid #1b2538;
  border-radius: 4px;
  transition: 0.3s;
}
.ef input[type='password']:focus {
  border: 1px solid #da3c41;
  box-shadow: 0 0 5px 1px rgba(218,60,65, .5);
  outline: none;
}
button {
  margin-top:15px;
  margin-bottom:25px;
  background-color:#2D2D2D;
  padding: 12px 45px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #2D2D2D;
  -webkit-transition: .5s;
  transition: .5s;
  display: inline-block;
  cursor: pointer;
  width:30%;
  color:#fff;
}
button:hover, .button:hover {
  background:#b3b3b3;
}
.entrybtn {
  margin-top:15px;
  margin-bottom:25px;
  background-color:#999;
  padding: 12px 45px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #999;
  -webkit-transition: .5s;
  transition: .5s;
  display: inline-block;
  cursor: pointer;
  width:30%;
  color:#fff;
}
a.entrybtn {
  color:#fff;
}
.entrybtn:hover, .button:hover {
  background:#cccccc;
}
@media (max-width: 700px) {
  button, label,.entrybtn {
    width:90% !important;
  }
}
