* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
input,
select {
  border: none;
  outline: none;
}
button {
  outline: none;
  border: none;
}
ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}

a {
  color: #33a4f3 !important;
  text-decoration: none;
}

.hidden {
  display: none !important;
}
.clearfix .form-control{
display: inline-block;
}
.form-control {
  display: block;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  padding-left: 8px;
  box-sizing: border-box;
  margin: 0;
}

.form-control.per3 {
  width: 30%;
  margin-right: 3%;
}
.clearfix .form-control:last-of-type{
    margin-right: 0;
}
.form-control.erro {
  border: 1px solid #ff0000 !important;
}

.clearfix .form-control{
    cursor: pointer;
}
.login-btn{
    cursor: pointer;

}
.matchesButton{
  cursor: pointer;
}

input[type="checkbox"] {
  width: 12px;
  height: 12px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 12px;
  position: relative;
}
input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  border:none;
}
input[type="checkbox"]:checked::before {
  content: "";
  background: url('../ghRegisterImg/checkout2x.png') no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0;
  width: 13px;
  height: 13px;
  border:none;
  background-color: #000;
}
.jumplink {
  cursor: pointer;
}
.registerForm input {
  text-indent: 10px;
}