﻿.form-signin {
  max-width: 330px;
  padding: 1rem;
}

.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;
}

.form-recover {
  max-width: 330px;
  padding: 1rem;
}

.form-recover .form-floating:focus-within {
  z-index: 2;
}

.form-recover input[type=email] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-recover input[type=password] {
  margin-bottom: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.form-recover input[type=password2] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


.alert-orange{
	border-color:#FF7800;
	background:#FCE7D8;
	padding:2px;
	margin:10px;
	font-size:small;
	color:#FF7800;
}

input:-webkit-autofill{
box-shadow:0 0 0 1000px #FCE7D8 inset;
}
input:-webkit-autofill:focus{
box-shadow:0 0 0 1000px #FCE7D8 inset;
}


.inputs-de-formularios{
	background-color:#FCE7D8;
	font-size:small;
	padding:0.3rem;
}
.inputs-de-formularios:focus {
	background:#FFFFFF;
	border-color:#FF7800;
	box-shadow: 0 0 5px #FF7800;
}
