html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  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;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


/* __________________________________________________________________________ */
/* MOBILE - INDEX VALUES - STYLES                                             */
/* __________________________________________________________________________ */

.mobile_index_add_button{
	display: none;
	position: absolute;
	
	top: 15px;
	left: 20%;		
	width: 60%;
	height: auto;
	
	padding: 10px;		
	margin: 0 auto;
	
	border: solid 1px #ccc;
	border-radius: 10px;
	
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px #000;
	
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #1e5799 0%, #2989d8 50%, #207cca 63%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(63%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #1e5799 0%,#2989d8 50%,#207cca 63%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #1e5799 0%,#2989d8 50%,#207cca 63%,#7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #1e5799 0%,#2989d8 50%,#207cca 63%,#7db9e8 100%); /* IE10+ */
	background: linear-gradient(135deg,  #1e5799 0%,#2989d8 50%,#207cca 63%,#7db9e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	box-shadow: 0px 0px 9px 1px #000;
}

#IOS_info_alert{
	display:none;
}


.title.main_title.red{
	color:#f00;
	margin-bottom:10px;
	font-weight: bold;
}

.metallic_plate_label {
	background: linear-gradient(342deg, rgba(144,144,144,1) 0%, rgba(255,255,255,1) 50%, rgba(55,55,55,1) 100%);
	/* GOLDEN */ /*background: linear-gradient(31deg, #5f5142 0%, #c3a671 30%, #fee9b9 70%, #996f2a 100%); */
	margin: 2rem 0 3rem 0;		
	border-radius: 15px;
	padding: 1.5rem 2rem 1.5rem 2rem;
	box-shadow: 1px 1px 1px #333 inset, -1px -1px 1px #fff inset;
	display: inline-flex;
}

/* Styles to make the input tag look good */
.form-signin .input-group .input-group-text{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;

}
.form-signin .input-group .form-control{
	margin-bottom: 0px;
	border-left-width: 0;
	font-size: 1.1rem;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.form-floating input{
	box-shadow: 0px 0px 2px inset #000;
}


/* BUTTON Blue */
.mobile_button_index{
	display: inline-flex;
	border: 0px; 
	border-radius: 5px;
	margin: 1rem;
	
	background-color: #0083ce;
	box-shadow: 1px 1px 2px #fff inset, -1px -1px 2px #000 inset;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px #000;
	padding: .375rem .75rem;
}

.mobile_button_index:focus{
	outline: none;
}
.mobile_button_index:active{
	box-shadow: 1px 1px 2px #000 inset, -1px -1px 2px #fff inset;
}

.mobile_button_index:hover{
	color: #212529;
    text-decoration: none;
	text-shadow: none;
}
