html, body{
  width: 100%;
  height: 100%; 
  margin: 0;
}

body {
  /*display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;*/
  /*align-items: center;*/
  padding-top: 70px;
  padding-bottom: 70px;
  /*background-color: #003068;*/
  background-color: #fff;
  background-image: url('../images/fondo01.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
  border-top: 15px solid #78af1d;
}


@media (max-width: 600px) {
  html, body{
    width: 100%;
    height: inherit;
  }

  body {
    padding-top: 30px;
    padding-bottom: 20px;
  }

}



.form-group label {
    text-align: left !important;
    width: 100%;
    margin-bottom: 0px;
}

.btn-solservis{
  background-color: #78af1d;
  color: #fff;
}

.btn-solservis:hover{
  background-color: #487103;
  color: #fff !important;
}

.btn-certificados{
  background-color: #003068;
  color: #fff;
  font-size: 16px;
}

.btn-certificados:hover{
  background-color: #01499d;
  color: #fff !important;
}


.form-certificado{
  background-color: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0px 0px 8px #bfbfbf;
}

.ticsystem > a {
    color: #e21f47;
    font-weight: bold;
}

.ticsystem > a:hover {
    color: #78af1d;
    text-decoration: none;
}