.form-registration form{
	width: 100%;
}

.clickButton:click {
  background: none;
}

button.clickButton:active {
   background: none;
}
#boton1:disabled {
	background-color: !important;
	
}

#boton1:disabled,
#boton1[disabled]{
background-color: #eee !important;
}

#boton1:hover{
	background-color: red;
}
.inner-wiki__content {
       overflow:hidden;
    }
 .inner-wiki__content-item {
       overflow-x: scroll;
    }
@media (max-width: 1024px) {
    .inner-wiki__content-item {
       overflow-x: scroll;
    }
}