
body {
font-family: 'Roboto', sans-serif;
color:#ED6504;
background: linear-gradient(135deg, #FFFFFF 0%, #FFFFFF 100%);
min-height: 100vh;
}

h4 {
color:#ED6504;
font-weight: 500;
letter-spacing: 0.5px;
margin-bottom: 25px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
-webkit-box-shadow: 0 0 0px 1000px #FDB078 inset;
transition: background-color 5000s ease-in-out 0s;
-webkit-text-fill-color: #000000 !important;
}

.botonAuth {
font-family: 'Roboto', sans-serif;
transition: all 0.3s ease;
background: #ffffff;
color:#ED6504;
font-weight: 500;
letter-spacing: 0.5px;
border: none;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
margin-top: 5px;
border-radius: 8px;
padding: 12px 20px;
}

.botonAuth:hover {
transform: translateY(-2px);
background: #ffffff;
color:#ED6504;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.botonAuth:active {
transform: translateY(0);
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

@keyframes grow {
100% {transform: scale(1.01); }
}

.encabezado {
background-color: #F8F9FA;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
padding: 12px 0;
}

.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
text-align: center;
font-size: 11px;
color:#ED6504;
background-color: #F8F9FA;
padding: 15px 0;
box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.05);
}

.title {
margin-bottom: 20px;
}

.select-group {
background: red;
padding: 10px;
}

.form-signin {
max-width: 100%;
padding: 20px 25px;
margin: 0 auto;
}

.form-select-group {
padding: 15px;
margin: 0 auto;
}

.form-signin .form-signin-heading, .form-signin .checkbox {
margin-bottom: 10px;
}

.form-signin .checkbox {
font-weight: normal;
}

.input-group-login {
position: relative;
margin-bottom: 0;
}

.input-icon {
position: absolute;
left: 15px;
top: 50%;
transform: translateY(-50%);
color: #999;
font-size: 18px;
z-index: 3;
transition: all 0.3s ease;
pointer-events: none;
}

.input-group-login:focus-within .input-icon {
color: #ED6504;
transform: translateY(-50%) scale(1.1);
}

.form-signin .form-control {
position: relative;
font-size: 15px;
height: auto;
padding: 12px 15px;
box-sizing: border-box;
border: 1.5px solid #e0e0e0;
transition: all 0.3s ease;
background-color: #fafafa;
}

.form-signin .input-with-icon {
padding-left: 45px;
}

.form-signin .input-with-icon::placeholder {
color: #aaa;
font-size: 14px;
}

.form-signin .form-control:focus {
z-index: 2;
border-color: #ED6504;
background-color: #ffffff;
box-shadow: 0 0 0 3px rgba(237, 101, 4, 0.1);
outline: none;
}

.input-group-login:first-of-type input[type="text"] {
margin-bottom: -1.5px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}

.input-group-login:last-of-type input[type="password"] {
margin-bottom: 15px;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}

.login_container {
}

.account-wall {
margin-top: 20px;
padding: 45px 30px 30px 30px;
background-color: #ffffff;
border-radius: 12px;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.account-wall:hover {
transform: translateY(-5px);
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.talent_matrix {
border: 1px;
}

.account-wall-recovery {
margin-top: 20px;
padding: 40px;
background-color: #ffffff;
-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.login-title {
color: #555;
font-size: 18px;
font-weight: 400;
display: block;
}

.profile-img {
width: 100px;
height: 100px;
margin: 0 auto 20px;
display: block;
border-radius: 50%;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
transition: transform 0.3s ease, box-shadow 0.3s ease;
border: 3px solid #f0f0f0;
}

.profile-img:hover {
transform: scale(1.05);
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.need-help {
margin-top: 10px;
}

.new-account {
color:#009AB2;
display: block;
margin-top: 15px;
text-decoration: none;
font-size: 14px;
transition: all 0.3s ease;
font-weight: 400;
}

.new-account:hover {
color:#009AB2;
text-decoration: underline;
transform: translateY(-1px);
}

.new-account i {
font-size: 13px;
opacity: 0.9;
}

.botonAuth i {
font-size: 16px;
vertical-align: middle;
}

.center {
min-height: 90%; /* Fallback for browsers do NOT support vh unit */
min-height: 90vh; /* These two lines are counted as one :-) */
display: flex;
align-items: center;
}