	.inset-shadow{
		-webkit-box-shadow: inset 0px 0px 37px 14px rgba(0,0,0,0.55);
		box-shadow: inset 0px 0px 37px 14px rgba(0,0,0,0.55);
	}
    footer{
        display:none !important
    }

    .landing-page .carousel-caption {
		left: 150px;
	}

	ul.ul-custom {
	  list-style: none; /* Remove default bullets */
	}

	ul.ul-custom li::before {
	  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	  color: #ff5100; /* Change the color */
	  font-weight: bold; /* If you want it to be bold */
	  display: inline-block; /* Needed to add space between the bullet and the text */
	  width: 0em; /* Also needed for space (tweak if needed) */
	  margin-left: -1em !important; /* Also needed for space (tweak if needed) */
	  float:left;
	}

.float{
        position:fixed;
        width:60px;
        height:60px;
        bottom:25px;
        left:25px;
        background-color:#25d366;
        color:#FFF;
        border-radius:50px;
        text-align:center;
        font-size:30px;
        z-index:100;
    }

    .my-float{
        margin-top: 10px;
        font-size: 38px;
        line-height: 38px;
        color: white;
    }

label.error {
    color: #cc5965 !important;
}

.btn-base.disabled, .btn-base[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

body {
    background: rgb(209, 226, 240);
    background: radial-gradient(
    circle at center 85%,
    #03347B 0%,
    #051124 70%,
    #051124 100%);
    background-repeat: no-repeat
}

.login-column__form-content{
    max-width:439px;
    padding: 64px;
    background:#fff;
    border-radius: var(--tvf-radius-32);
    display:flex;
    flex-direction: column;
    gap:var(--tvf-space-24);
    box-shadow: 0 4px 4px 0 rgba(6, 50, 107, 0.25);
}
.form-content__form-header{
    color:#021124;
    display:flex;
    flex-direction: column;
    gap:var(--tvf-space-16)
}
.form-content__form-header>p{
    margin:0;
    font-size:var(--tvf-fs-16);
    text-align:center
}
.form-header__title{
    font-size:var(--tvf-fs-24)!important;
}
.form-content__inner-form{
    display:flex;
    flex-direction: column;
    gap:var(--tvf-space-32)
}
.form-body__footer{
    display:flex;
    flex-direction: column;
    gap:var(--tvf-space-8);
    align-items: center;
}
.form-body__footer>p{
    margin:0;
    color:var(--tvf-neutral-900);
    font-size:14px
}
.body-login__login-column{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap:var(--tvf-space-64);
    min-height: calc(100vh - 97px);
    position: relative;
    z-index: 1;
}
.login-column--list-content{
    width:384px;
    display:flex;
    flex-direction:column;
    gap:var(--tvf-space-16)
}
.list-content--title{
    font-size:var(--tvf-fz-32);
    color:#fff;
    margin:0 !important;
    font-weight:var(--tvf-fw-medium)
}
.list-content--title>span{
    color:var(--tvf-signal-orange);
    font-weight:var(--tvf-fw-bold)
}
.d-shape {
  width: 12px;
  height: 15px;
  background: #1e6bff;
  border-radius: 0 90px 90px 0;
  margin-top: 12px;
}
.list-content{
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    gap:var(--tvf-space-8);
    margin:0
}
.list-content--list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: var(--tvf-space-16);
}
.list-content--list li {
    display: flex;
    align-items: center;
    gap: var(--tvf-space-8);
    color: #fff;
    font-size: var(--tvf-fs-16);
}

.list-content--list li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: var(--tvf-signal-orange);
    border-radius: 50%;
    flex-shrink: 0;
}
.body-login {
    position: relative;
    overflow: hidden
}
@media screen and (max-width:991px){
    .body-login__login-column {
        flex-direction: column-reverse;
    }
}
.shape-circle-light {
    position: absolute;
    bottom: -610px;
    left: 20px;
    width: 830px;
    height: 830px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #e8f0ff 0%, #b8cce8 60%, #6b88b8 100%);
    animation: drift-light 14s ease-in-out infinite;
    will-change: transform;
    z-index: 0;
    pointer-events: none;
}
.shape-curve-blue {
    position: absolute;
    top: -160px;
    right: -30px;
    width: 610px;
    height: 530px;
    border: 18px solid #1e6bff;
    border-radius: 290px 0 0 220px;
    /* border-top: none; */
    border-right: none;
    animation: drift-blue 18s ease-in-out infinite;
    will-change: transform;
    z-index: 0;
    pointer-events: none;
}
@media screen and (max-width:991px){
    .shape-curve-blue {
        display:none
    }
    .shape-circle-light{
        display:none
    }
}

@keyframes drift-light {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33%      { transform: translate(8px, -12px) scale(1.02); }
    66%      { transform: translate(-6px, -6px) scale(1.01); }
}

@keyframes drift-blue {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    50%      { transform: translate(-10px, 8px) rotate(-1.5deg); }
}

/* Accesibilidad: respetar usuarios que prefieren menos movimiento */
@media (prefers-reduced-motion: reduce) {
    .shape-circle-light,
    .shape-curve-blue {
        animation: none;
    }
}