/* MENU */
.form-buscar{
    margin: 10px;
}
.label.label-info, .label.label-danger{
    padding: 10px;
}
/* NOVO */
.body-novo {    
    background-image: url('../img/fundo.jpg');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: top;
	text-align: center; 
}


/* LIVRO */
.body-livro img {
    max-width: 400px;
    min-width: 400px;
}

.equipamento {
    width: 50%;
}
.body-livro .container {
    display: inline-flex;
    text-align: center;
}
#livro {
    max-width: 400px;
}


/*SEUS LIVROS */
.body-equipamento {
    text-align: center;
}
.capa {
    max-width: 150px;
}
.equipamento-mini2{
	text-decoration: none;
    color: white;
    display: inline-flex;    
    text-align: center;
    align-content: center;
    align-items: center;
    min-height: 10px;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 0px 1px lightgrey;
    margin: 10px;    
    justify-content: space-around;
}

.equipamento-mini{	
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    align-content: center;
    align-items: center;    
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0px 0px 0px 1px lightgrey;
    margin: 10px;    
    justify-content: space-around;
}
.container.container-inicio {
    text-align: center;
}
.autor:focus, .livro a:hover {
    text-decoration: none;
}
.autor {
    text-decoration: none;
    color: white;
    background-color: #00000080;
    border-radius: 5px;
    width: 50px
}
.autor2 {
    text-decoration: none;
    color: white;
    background-color: #00000080;
    border-radius: 5px;
    width: 100px
}
.titulo-mini {
    color: black;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
}


/*INDEX */
.body-index {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url('../img/fundo.jpg');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top;
  text-align: center;  
}

.body-index2 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../img/Distintivo_HGESM_Logo_Letras_Separadas.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top;
  text-align: center;  
}
.body-index .container {
    background-color: #00000080;
    border-radius: 15px;
    border: 1px solid #0006;
    width: 25%;
}

.body-index h2{
    color: white;
}
.form-sign {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-sign .form-sign-heading,
.form-sign .checkbox {
    margin-bottom: 10px;
}
.form-sign .checkbox {
    font-weight: normal;
}
.form-sign .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-sign .form-control:focus {
    z-index: 2;
}
.form-sign input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-sign input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


@media (max-width:768px){
    /*INDEX */
    .body-index .container {
        width: 95%;
    }
    .body-index{
        background-position: 59.9% 52%;
    }

    /*NOVO*/
    .body-livro .container {
        display: inline-flex;
        text-align: center;
        flex-direction: column;
    }
    .livrinho {
        width: 100%;
    }
    .body-livro img {
        max-width: 100%;
    }



}