@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

body {
  padding-bottom: 40px;
  background-color: white;
}

#LabelAviso {
  font-weight: bold;
}
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 80px;
  
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  /*position: relative;*/
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 18px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  margin-top: 8px;
  /* border-top-left-radius: 0;
  border-top-right-radius: 0; */
}
/* Customize container *//*
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}*/
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
}
.jumbotron .btn {
  padding: 10px 24px;
  font-size: 28px;
  background-color: #B3CC85;
  font-weight: bold;
}

.btn:hover {
	background-color: #878789;
}
/* Custom page footer */
.footer {
  padding-top: 36px;
  color: #878789;
  text-align: center;
}

#mostrar {
	display: flex;
    margin-left: 88%;
    margin-bottom: 10%;
	color: #878789;
}

#mostrar:hover {
	cursor: pointer;
}



.error {
	background-color: #EDEDED;
	text-align: left;
	color: #878789;
	padding-left: 6%;
    padding-right: 6%;
    padding-top: 1%;
    padding-bottom: 1%;
    margin-bottom: 10%;
}

.icon {
	color: #e30613;
    background: white;
    border-radius: 50%;
    font-size: 30px;
	margin-right: 10px;
}


/*====BOTONS AVISOS====*/

#flt { /* Botons Avisos Centrats */
	margin-left: 12%;
}

.avButt { /* Botons */
    padding: 10px 24px;
    font-size: 18px;
    background-color: #B3CC85;
    font-weight: bold;
	border-radius: 14px;
	text-shadow: none;
	color: white;
	border: 0;
}

.avButt:hover { /* Botons */
	background-color: #878789;
	color: white;
}

.avButt:focus { /* Botons */
	background-color: #878789;
	color: white;
}