/* ---------- GENERAL ---------- */
* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

body {
  background: linear-gradient(rgb(62, 127, 189), rgba(132, 229, 241, 0.842));
  color: #999;
  font: 400 16px/1.5em sans-serif;
  margin: 20px;
  text-align: center;
  margin-left: auto ;
  margin-right: auto ;
}

h3 {
  margin: 0;
}

a {
  color: #999;
  text-decoration: none;
}

a:hover {
  color: #1dabb8;
}

fieldset {
  border: none;
  margin: 0;
}

input {
  border: none;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  -webkit-appearance: none;
}

input:focus {
  outline: none;
}

input[type="submit"] {
  cursor: pointer;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: ' ';
  display: table;
}
.clearfix:after {
  clear: both;
}

.container {
  width: 700px ;
  margin-left: auto ;
  margin-right: auto ;

}

/* ---------- caja ---------- */
#caja {
  width: 600px;
  height: 800px;
  	border: 10px solid gold;
	padding: 10px;
	background: white;
	border-radius: 30px;
}

#caja h3 {
  background-color: #282830;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 14px;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
}
#caja h4 {
  color: black;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}

#caja fieldset {
  background: #fff;
  border-radius: 0 0 5px 5px;
  padding: 20px;
  position: relative;
}

#caja fieldset:before {
  background-color: #fff;
  content: "";
  height: 8px;
  left: 50%;
  margin: -4px 0 0 -4px;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
}

#caja input {
  font-size: 14px;
}

#caja input[name="wallet"],
#caja input[name="paymentid"] {
  border: 1px solid #dcdcdc;
  padding: 12px 10px;
  width: 100%;
}

#caja input[name="wallet"] {
  border-radius: 3px 3px 0 0;
}

#caja input[name="paymentid"] {
  border-top: none;
  border-radius: 0px 0px 3px 3px;
}

#caja input[type="submit"] {
  background: steelblue;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
  padding: 12px 20px;
}

#caja input[type="submit"]:hover {
  background: #198d98;
}

#caja button {
  background: steelblue;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
  padding: 12px 20px;
}
#caja button:hover {
  background: #198d98;
}

#caja footer {
  font-size: 12px;
  margin-top: 16px;
}

.info {
  background: #e5e5e5;
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 0 10px 0 0;
  text-align: center;
  width: 20px;
}

div.g-recaptcha {
  margin: 0 auto;
  width: 304px;
}

/* Base Alert Style */
.alert {
    position: relative;
    display: block;
    padding: 1em 1.8em;
    font-size: 0.9em;
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    background: transparent;
    color: white;
}

/* Error */ 
.alert-error { 
  background: #e74c3c; 
  border: 1px solid #c0392b; 
}

/* Success */ 
.alert-success { 
  background: #2ecc71; 
  border: 1px solid #27ae60; 
}

/* Info */ 
.alert-info { 
  background: #282830; 
  border: 1px solid #282830; 
}

.alert-warning { 
  background: #f0ad4e; 
  border: 1px solid #f0ad4e; 
}

/* Radius */
.radius {
  border-radius: 3px;
}
a {
  color: #000074;
  text-decoration: none;
}
a:hover{
  color: #0707F7;
  text-decoration: none;
}
#backFaucet{
  background: #282830;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
  padding: 5px 20px;
}
#backFaucet:hover {
  background: #198d98;
}
.table-responsive{
  width: 300px;
   margin-left: auto ;
  margin-right: auto ;
}
.table th {
   text-align: center;  
   font-size: 10px;
}


/* Binance Smart Chain */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;700&display=swap');
body{ margin: 0; font-family: 'Roboto Condensed', sans-serif; }

.container2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* background: url(bg.jpg) center; */
    background-size: cover;
    height: 100vh;
}

.izquierda{ 
    /* background: linear-gradient(rgb(62, 127, 189), rgba(132, 229, 241, 0.842)); */
    display: flex;
    place-items: center;
    justify-content: center;
    text-align: center;
}
.izquierda h1{ color:  white; font-size: 50px;} 
.izquierda p{ color: white; font-size: 20px; }
.izquierda a{ border-radius: 25px; border: 1px solid white; text-decoration: none; padding: 10px 50px; transition: background 1s; color:white}
.izquierda a:hover{ background: white; color:blue}

.derecha{ 
  /* background:linear-gradient(rgba(132, 229, 241, 0.842), rgb(62, 127, 189)); */
  display: flex;
  place-items: center;
  justify-content: center;
  text-align: center;
}
.derecha h1{ color:  black; font-size: 50px;} 
.derecha p{ color: darkblue; font-size: 20px; }
.derecha a{ border-radius: 25px; border: 1px solid white; text-decoration: none; padding: 10px 50px; transition: background 1s; color:white}
.derecha a:hover{ background: white; color:blue}



@media (max-width:900px){
    .container2{
		grid-template-columns: 1fr;
		/* width: 100%; */
		/* height: 100%; */
    }
}