*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#connect-button {
	width:440px; 
	margin-top:35px;
}

.errors{
	text-align:center;
	color:red;
	font-weight:bold;
}

.form-register {
	margin-top:250px;
}

#title-form { margin-bottom:40px; }

.forms { margin-top:200px; }


.form-register-2 {
	margin-top:140px;
}


body {
  font-family: 'Nunito', sans-serif;
  background-color:  #25323b !important;
}

.msg {
	margin-top:30px;
	text-align:center;
}

.errors{
	color: #FF0000;
	font-size: 110%;
	text-align:center;
	font-weight:bold;
	font-style:italic;
	margin-top:-15px;
}

.forms { margin-top:200px; }

form {
  max-width: 300px;
  margin: 10px auto;
  padding: 10px 20px;
  background: #f4f7f8;
  border-radius: 8px;
}

input[type="text"],
input[type="resetr"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  background: rgba(255,255,255,0.1);
  border: none;
  font-size: 16px;
  height: auto;
  margin: 0;
  outline: 0;
  padding: 15px;
  width: 100%;
  background-color: #e8eeef;
  color: #8a97a0;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
  margin-bottom: 30px;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0 4px 8px 0;
}

select {
  padding: 6px;
  height: 32px;
  border-radius: 2px;
}

input[type="submit"] {
  padding: 19px 39px 18px 39px;
  color: white !important;  
  font-size: 18px;
  text-align: center;
  font-style: normal;
  width: 100%; 
  margin-bottom: 10px;
}

fieldset {
  margin-bottom: 30px;
  border: none;
}

legend {
  font-size: 1.4em;
  margin-bottom: 10px;
}

label {
  display: block;
  margin-bottom: 8px;
}

label.light {
  font-weight: 300;
  display: inline;
}

.number {
  background-color: #5fcf80;
  color: #fff;
  height: 30px;
  width: 30px;
  display: inline-block;
  font-size: 0.8em;
  margin-right: 4px;
  line-height: 30px;
  text-align: center; 
}

@media screen and (min-width: 480px) {

  form {
    max-width: 480px;
  }

}

