* {
  box-sizing: border-box; }

.logo {
  display: block;
  width: 8%;
  margin: auto; }

.botton {
  display: inline-block;
  background: #00704a;
  line-height: 2.6;
  padding: 0 1.5em;
  color: #ccc;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1em;
  border-radius: .1875rem; }
  .botton:active {
    transform: scale(0.95); }

.bottonSecondary {
  display: inline-block;
  background: white;
  line-height: 2.6;
  padding: 0 1.5em;
  color: #00704a;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1em;
  border: 1px solid #00704a;
  border-radius: .2875rem;
  transition: 0.3s ease-in-out; }
  .bottonSecondary:hover {
    background-color: rgba(17, 146, 71, 0.54); }
  .bottonSecondary:active {
    transform: scale(0.95); }

.bottonThrid {
	display: inline-block;
	background: white;
	line-height: 2.6;
	padding: 0 1.5em;
	color: #00704a;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1em;
	border: 1px solid #00704a;
	border-radius: .2875rem;
	transition: 0.3s ease-in-out; }
	.bottonThrid:hover {
		background-color: rgba(17, 146, 71, 0.54); }
  	.bottonThrid:active {
    	transform: scale(0.95);
}

.header-accesos {
  width: 240px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
  background: #f7f7f7;
  padding: 7px 15px 15px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); }

.header-accesos2 {
  width: 260px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
  background: #f7f7f7;
  padding: 7px 15px 15px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); }

.main-header {
	display: flex;
	flex-direction: row;
}

.login-form {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  margin-top: 0px;
}

.form-control, .btn {
  min-height: 38px;
  border-radius: 2px; }

.footer-linea {
  border: 5px solid #097F5A; }
