/*Standard elements*/

body{
    font-family: 'Oswald', arial, sans-serif !important;
    background-image: url('../images/library.jpg');
}

/* Header elements */
header{
    text-align: left;
    color: #fde3a7;
    background-color: #2c3e50;
}
header h6 {
    font-style: italic;
}

/* Footer elements */
footer {
    /* position: fixed;
    bottom:0; */
    width:100%;
	background-color: rgba(44,62,80,.8);
    color: #fde3a7;
	padding: 20px;
	margin-top: 100px;
}

/* Controls */
section input[type="text"], input[type="email"], input[type="password"], textarea {
	padding: 15px;
	width: 100%;
    height:35px;
	font-size: 1em;
	border: 0;
	border-radius: 5px;
	color: #b3b3b3;
	background-color: #333333;
	margin-bottom: 15px;
}

section button {
	background-color: #E50914;
	color: white;
	padding: 15px;
	width: 100%;
	font-size: 1em;
	font-weight: bold;
	border-radius: 5px;
	border: 0;
	cursor: pointer;
}


fieldset input[type="text"]{
	height: 25px;
	background-color: white;
	padding:5px;
	width:60%;
	color:black;
	margin-left: 10px;
}

fieldset input[type="date"]{
	height: 25px;
	background-color: white;
	padding:0px;
	color:black;
	margin-left: 10px;
	border-radius: 5px;
}

fieldset textarea{
	background-color: white;
	color:black;
	padding:5px;
	width:60%;
	vertical-align:top;
	margin-left: 10px;
	margin-bottom: 15px;
}

fieldset {
	padding:0px;
	margin-top: 0px;
}

fieldset label{
	display: inline-block;
    width: 30%;
    text-align: right;
}
fieldset checkbox{
	display: inline-block;
   
}

legend {
	color: cyan;
	font-size: 1em;
}

/* Classes */

.g-recaptcha {
	margin-bottom: 15px;
}

.icon {
    width : 25px;
    height: auto; /*to preserve the aspect ratio of the image*/
}

.bookEditLink:hover{
	background-color: lightcyan;
}
.bookDeleteLink:hover{
	background-color: lightcyan;
}
.booLinkDelete{
	display: inline-block;
}
.search:hover{
	cursor: pointer;
}

.clear-input:hover{
	cursor: pointer;
}


/* ID */
/*Application météo */
#city {
    text-transform: capitalize;
}
  
#temperature_label {
    font-size: 1em;
    font-weight: bold;
}

#changeCity, #french, #english {
    background: rgba(178, 223, 251, .3);
    cursor: pointer;
  }

/* Login/register page */
#login-body {
	max-width: 900px;
	margin: auto;
	background-color: rgba(44,62,80,.8);
	color: #fde3a7;
	border-radius: 5px;
	padding: 25px 50px 25px 50px;
	margin-top: 25px;
}  

#register-body {
	max-width: 450px;
	margin: auto;
	background-color: rgba(44,62,80,.8);
	color: #fde3a7;
	border-radius: 5px;
	padding: 25px;
	margin-top: 25px 50px 25px 50px;
}  

#option {
	color: #b3b3b3;
	margin-top: 10px;
	display: block;
	font-size: 0.9em;
}

#search {
	background-color: white;
	height: 30px;
	padding: 5px;
	width:80%;
	color:black;

}

#user_password1, #user_password2 {
	height: 25px;
	background-color: white;
	padding:5px;
	width:60%;
	color:black;
	margin-left: 10px;
}

#message{
	height:100px;
}

