.bp_form{
  display: block;
  /*max-width: 360px;*/
  margin: 30px auto 16px auto;
  border: none;
  position: relative;
  font-size: 15px;
  font-family: inherit;
  font-weight: 500;
  color: #333;
  /*text-align: center;*/
}
/* .bp_input.comment {
    height: 230px;
} */
.bp_form input[type=submit]{
  width: 255px;
    background-color: #13502C;
    color: white;
    border: unset;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    padding: 8px 0;
    border-radius: 25px;
    height: 50px;
    margin-top: 25px;
}

.bp_form input[type=submit]:hover{
  background-color: #423F37;
  
  color: #FFF;
  transition: 0.66s;
}

.bp_form .bp_input{
  position: relative;
  left: 0;
  /*display: inline-block;*/
}

.bp_form .bp_input input[type=number]{
  width: 70px;
  background: transparent;
  border: unset; /* 1px solid #888; */
  border-right: none;
  /* border-radius: 3px 0 0 3px; */
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  /* padding: 9px 0 9px 5px; */
  margin: 0;
  text-align: center;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.bp_input input[type="text"] {
    border: unset;
    padding: 18px 5px;
    width: 100%;
	color: #747147;
}
.bp_input.comment {
    width: 100%;
}
.bp_form .bp_input select{
  border: 1px solid #888;
  border-left: 0px;
  border-radius: 0 3px 3px 0;
  margin-left: 0;
  margin-right: 16px;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  padding: 8px;
  text-align: center;
}

.bp_form .bp_loader{
  margin: auto;
  position: relative;
    top: 15px;
    left: 5px;
}

.bp_msg_success{
  text-align: center;
  font-weight: bold;
  color: #0B0;
  font-size: 120%;
  margin-top: 20px;
}

.bp_msg_fail{
  text-align: center;
  font-weight: bold;
  color: #D30;
  font-size: 115%;
  margin-top: 20px;  
}

.bp_msg_error{
  text-align: center;
  font-weight: bold;
  color: black;
  margin-top: 20px;
}

.bp_msg_timeout{
  text-align: center;
  color: #D30;
  font-size: 115%;
  margin-top: 20px;
}

.bp_msg_text{
  text-align: center;
  font-weight: bold;
}

.bp_agr_url{
  text-decoration: underline;
}

/* rt9 popup addon */
.rt9wr{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  text-align: center;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  z-index: 9999;
}

.rt9ap{
  background: #FEFEFE;
  width: 600px;
  margin: 50px auto;
  border-radius: 3px;
  box-shadow: 0 0 50px 0 rgba(0,0,0,0.5);
  overflow: hidden;
}

.rt9top, .rt9bot{
  background: #ECEFF1;
  height: 64px;
  font-size: 12px;
  line-height: 64px;
  padding: 0 60px;
}
.rt9top{
  color: #424242;
}
.rt9mid{
  padding: 60px;
  border-top: 1px solid #cfd8dc;
  border-bottom: 1px solid #cfd8dc;
}
.rt9txt{
  padding: 50px 0;
  color: #05ac51;
  font-size: 20px;
}


.rt9bot{
  font-size: 11px;
}

.rt9bot > a{
  font-weight: bold;
  color: #4a4a4a;
  text-decoration: none;
}

.rt9bot > a:hover{
  font-weight: bold;
  color: #4a4a4a;
  text-decoration: none;
}

.rt9btn{
  width: calc(100% - 60px);
  margin: 10px auto 0 auto;
  border-radius: 3px;
  background: #2196F3;
  height: 40px;
  line-height: 40px;
  color: white;
  font-weight: bold;
  cursor: pointer;
}

.rt9btn:hover{
  background: #0c83e1;
}

@media only screen and (max-width: 600px) {

  .rt9wr{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    z-index: 9999;
  }

  .rt9ap{
    background: #FEFEFE;
    width: 100vw;
    margin: 5vw auto;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
  }

  .rt9top, .rt9bot{
    background: #ECEFF1;
    height: auto;
    font-size: 12px;
    line-height: initial;
    padding: 20px;
  }
  .rt9top{
    color: #424242;
  }
  .rt9mid{
    padding: 30px;
    border-top: 1px solid #cfd8dc;
    border-bottom: 1px solid #cfd8dc;
  }
  .rt9txt{
    padding: 20px 0;
    color: #05ac51;
    font-size: 20px;
  }


  .rt9bot{
    font-size: 11px;
  }

  .rt9bot > a{
    font-weight: bold;
    color: #4a4a4a;
    text-decoration: none;
  }

  .rt9bot > a:hover{
    font-weight: bold;
    color: #4a4a4a;
    text-decoration: none;
  }

  .rt9btn{
    width: calc(100% - 60px);
    margin: 10px auto 0 auto;
    border-radius: 3px;
    background: #2196F3;
    height: auto;
    line-height: initial;
    color: white;
    font-weight: bold;
    cursor: pointer;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .rt9btn:hover{
    background: #0c83e1;
  }

}