
body {
  background: #23303f;
}

.info {
    color: #9FACB7;
    font-size: 14px;
    font-weight: normal;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
    width: 300px;
}

.g-recaptcha {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

#limits #login_box label {
  color: #BCBCBC;
}
	

/********* Submit Button *********/
div#bt_submit input#bt_send {
  height: 26px;
}

#bt_send {
  display: inline-block;
  background: #CBD5C7; /* #182613; Mode nocturn */
  border: 1px solid #459300 !important;
  border-radius: 3px 3px 3px 3px;
  padding: 4px 7px 4px 7px !important;
  /* color: #fff !important; Mode nocturn */
  font-size: 13px;
  cursor: pointer;
}
                
#bt_send:hover,
#bt_send:focus {
  color: #FFFFFF !important;
  background: #6BB14B;
	outline: 0 none !important;
}
                
#bt_send:active {
  padding: 5px 7px 3px 7px !important;
}


#div_ajuda {
  color: #9FACB7;
  margin-right: 26px;
  margin-top: 20px;
  text-align: right;
  font-size: 13px;
}

.ajuda_btn {
  cursor: pointer;
  margin-left: 60px;
  margin-right: 20px;
  outline: none;
  text-align: right;
  text-decoration: underline;
}

.ajuda_btn:hover {
  color: #CCCCCC;
  outline: none;
}

.ajuda_btn:focus ~ .ajuda_msg {
  display: block;
}

.ajuda_msg {
	display: none;
	text-align: left;
	background: #222f31;
	border-radius: 6px;
  margin-top: 4px;
	padding: 8px;
	line-height: inherit;
}
