html,
body {
  height: 100%;
  margin: 0;
}
.container-fluid {
  height: 80%;
}
.row {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.tamanio {
  width: 300px;
  height: 69px;
  border-radius: 25px;
  font-size: 50px;
  font-weight: normal;
  color: #009d4e;
  text-align: center;
}

.tamanio2 {
  width: 1010px;
  height: 100%;
  font-size: 50px;
  font-weight: bold;
  color: #009d4e;
  text-align: center;
}

.btn-aceptar {
  background-color: #009d4e;
  color: white;
  border-radius: 10px;
}

.btn-aceptar:hover{
  cursor: pointer;
}

.tamanio3 {
  width: 300px;
  height: 69px;
  font-size: 50px;
  font-weight: normal;
  color: #009d4e;
  text-align: center;
}

#mesajeError {
  color: #009d4e;
  text-align: left;
  margin-top: 20px;
  font-size: 20px !important;
}

/* CLASES NICO */
.custom_input{
  height: 100%;
  margin-bottom: 4px;
  width: 89%;
}

.custom_layout{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #009d4e;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 45px;
}

.custom_input:focus{
  outline-color: #009d4e;
  border: 1px solid #009d4e
}

.img-fluid{
  z-index: 1;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
    border-color: #009d4e;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 157, 78, 0.47)
}