/* index.css o App.css */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');


body {
  font-family: 'Open Sans', sans-serif;
}


.code {
  font-family: 'Open Sans', sans-serif;
}


.label{
  font-family: 'Open Sans', sans-serif;

}

.label-titulo{
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  
}

.abs-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.formularioDialog{
  position: relative;
  left:200px;
}

.espacioBoton{
  margin-top: 20px;

}

.abs-rigth {
  display: flex;
  align-items: right;
  justify-content: right;
}

.card-login{
  width: 500px;
}

.google-button{
  display: flex; 
  justify-content: center;
  padding: auto;
}

.titulo{
  font-family: 'Roboto';
  color: '#1C4C94';
  align-items: center;
}

.btn-google1{
  margin-bottom:3px; margin-right:5px
}


btn-google2{
  width:30px; 
  background:white; 
  border-radius:50%;
}

.btn-google3{
  top: -10px; 
  left: 5px; 
  position: relative
}

.boton-enviar{
  color:"#6C9BC5";
  background-color: "#D2D4D8";
}

