.gs-background-login {
	background: url(../images/img/fondo-login.png);
	height: 100vh;
	display: flex;
	flex-direction: column;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #092754;
	align-items: center;
	justify-content: center;
	gap: 7rem;
	background-position: 50%;
}

.gs-background-login .gs-boton-login {
	width: 261px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
}

.gs-background-login .gs-container-logo {
	margin-top: 12rem;
}

.gs-container-inicio {
	background: url(../images/img/fondo-inicio.png);
	height: calc(100vh - 72px);
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 80%;
}

.gs-card .gs-card-body-area {
    height: unset;
}


@media (min-width: 992px) {
	.gs-container-inicio {
		height: calc(100vh - 173px);
	}

	.gs-background-login {
		gap: 4rem;
		background-position: 0;
	}

	.gs-background-login .gs-container-logo {
		margin-top: 0;
	}

    .gs-card .gs-card-body-area {
        height: unset;
    }
}

@media (min-width: 1200px) {
    .encuestas-container  {
        max-width: 1240px !important;
    }
}