
* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/
.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-wrap: wrap;
}


.wrap-login100 {
  width: 520px;
  min-height: 100vh;
  background: #fff;
  border-radius: 2px;
  position: relative;
}

/*------------------------------------------------------------------
[ Login100 more ]*/
.login100-more {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: calc(100% - 520px);
  position: relative;
  z-index: 1;
}

.login100-more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #549459;
  background: -webkit-linear-gradient(bottom, #549459, #8ed08e);
  background: -o-linear-gradient(bottom, #549459, #8ed08e);
  background: -moz-linear-gradient(bottom, #549459, #8ed08e);
  background: linear-gradient(bottom, #549459, #8ed08e);
  opacity: 0.8;
}

/* ESTILOS PROPIOS */
.titulo{
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
}
.parrafo{font-size: 18px;}
.m-3{
  margin: 6px 6px 6px 6px;
}
.m-5{
  margin: 10px 10px 10px 10px;
}
.m5{
  margin: 10px 0px 10px 0px;
}
.m6{
  margin: 12px 0px 12px 0px;
}
a {
  text-decoration: none;
}
.btn{
  background-color: aqua;
  padding: 10px 10px 10px 10px;
  text-transform: uppercase;
  line-height: 1.5;

  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  font-size: .81rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.blue-gradient {
  background: linear-gradient(40deg, #79fc45, #309f48) !important;
  color: white;
}

.card-body{
  flex: 1 1 auto;
    min-height: 1px;
    padding: 3.5rem;
}

/*[ PADDING ]*/
.p-l-50 {padding-left: 50px;}
.p-r-50 {padding-right: 50px;}
.p-t-72 {padding-top: 72px;}
.p-b-50 {padding-bottom: 50px;}
/*[ CENTRAR IMG LOGIN ]*/
.center{
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin: auto;
  width: 70%;
    }
/*[ CARD LOGIN ]*/
.card-header{
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  /* border: 1px solid rgba(0,0,0,.125); */
  border-radius: .25rem;
  text-align: center;
}
/*[ TEXTO ]*/
.text-rojo{ color:red; font-weight: bold;font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;}
.text-azul{ color:blue; font-weight: bold;}


/*[ FIIN DE ESTILOS PROPIOS ]*/

/*==================================================================
[ Form ]*/

.login100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.login100-form-title {
  display: block;
  width: 100%;
  font-family: Poppins-Bold;
  font-size: 39px;
  color: #333333;
  line-height: 1.2;
  text-align: left;
}

/*//////////////////////////////////////////////////////////////////
[ Responsive ]*/

@media (max-width: 576px) {
  .wrap-login100 {
    padding-left: 15px;
    padding-right: 15px;
  }
}