@charset "UTF-8";
#side_message {
  color:#0B9887;
  opacity: 1;
  text-align: center;
  padding: 10px;
}
#side_message.hidden {
  opacity: 0;
}


@keyframes slideTopIn {
    0% {
        transform: translateY(-180px);
        opacity: 0
    }
    to {
        transform: translateY(15px)
    }
    40%,to {
        opacity: 1
    }
}



.login_wrap .status {
  margin-bottom: 40px;
  color:#5383B7;
  font-size: 20px;
  text-align: center;
}
.checkmark000{
  display: inline-block;
  line-height: 1.2em;
  vertical-align: top;
  padding-left:24px;
  position:relative;
  margin-right: 1em;
}
.checkmark000:before,
.checkmark000:after{
  content:"";
  display:block;
  position:absolute;
}
.checkmark000:before{
  width:16px;
  height:16px;
  background:#ffffff;
      border:1px solid #000000;
  left:0;top:2px;
}
.checkmark000:after{
  border-left:2px solid #0B9887;
  border-bottom:2px solid #0B9887;
  width:6px;
  height:3px;
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
  left:5px;
  top:7px;
}

.checkmark001{
  display: inline-block;
  line-height: 1.2em;
  vertical-align: top;
  padding-left:24px;
  position:relative;
  margin-right: 1em;
}
.checkmark001:before,
.checkmark001:after{
  content:"";
  display:block;
  position:absolute;
}
.checkmark001:before{
  width:16px;
  height:16px;
  background:#ffffff;
      border:1px solid #000000;
  left:0;top:2px;
}