/* /Pages/Auth/Login.cshtml.rz.scp.css */
.login-form[b-04gtndqa9q] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:15px;
    width:100%;
}

.btn-info[b-04gtndqa9q] {
    color: white;
    background-color: teal;
    border-color: teal;
}

.btn[b-04gtndqa9q] {
    border-radius: 0;
}

.form-input[b-04gtndqa9q] {
    margin-bottom: 20px;
}

input[b-04gtndqa9q] {
    width: 100%;
    height: 45px;
    background-color: #ffffff33;
    color: white;
    border: 1px solid #22222200;
}

#login-card[b-04gtndqa9q]{
    padding: 40px;
}

.card-body[b-04gtndqa9q] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-2j5cgiqcjz] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-2j5cgiqcjz] {
  color: #0077cc;
}

.btn-primary[b-2j5cgiqcjz] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-2j5cgiqcjz], .nav-pills .show > .nav-link[b-2j5cgiqcjz] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-2j5cgiqcjz] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-2j5cgiqcjz] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-2j5cgiqcjz] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-2j5cgiqcjz] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-2j5cgiqcjz] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* /Pages/Shared/_LoginLayout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */



a[b-ezgo82cp2z] {
    color: #0077cc;
}

.btn-primary[b-ezgo82cp2z] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-ezgo82cp2z], .nav-pills .show > .nav-link[b-ezgo82cp2z] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-ezgo82cp2z] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-ezgo82cp2z] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-ezgo82cp2z] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-ezgo82cp2z] {
    font-size: 1rem;
    line-height: inherit;
}

.login[b-ezgo82cp2z] {
    background-image: url('fondologingrupodynasofthorizontal.png');
    background-repeat: no-repeat; /* no repetir */
    background-size: cover; /* cubrir todo el div */
    background-position: center; /* centrar la imagen */
    display: flex;
    justify-content: center; /* centra horizontalmente */
    align-items: center; /* centra verticalmente */
    gap: 20%;
    height:100vh;
    overscroll-behavior-y: none;
    overscroll-behavior-x: none;
}

[b-ezgo82cp2z] .form-control {
    display: block;
    width: 100%;
    height: 55px;
    padding: .375rem .75rem;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    color: #f7f9fb;
    background-color: #ffffff2b;
    background-clip: padding-box;
    border: 1px solid #ced4da40;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ced4da00;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


[b-ezgo82cp2z] .form-control::placeholder {
        color: white;
        opacity: 1; /* Opcional: controla la transparencia */
    }

[b-ezgo82cp2z] .form-control:focus, .form-check-input:focus[b-ezgo82cp2z] {
    box-shadow: 0 0 0 0.05rem white;
}

[b-ezgo82cp2z] .card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 35rem;
    word-wrap: break-word;
    background-color: #fffafa;
    background-clip: border-box;
    border-radius: 0px;
    border: none;
}
