body {
	background: var(--neutral50);
	height: 100vh;
}

.container {
	height: 100%;
}

.card-row {
	padding: 40px 0 0px 0;
}

.card--form {
	border-radius: 0.5rem;
}
.account-pages,
.container .container-content {
	height: 100%;
}

.container .container-content .cont-content-cont {
	align-self: center;
	max-width: 650px;
	width: 100%;
	padding: 0 16px;
}

.btn-login {
	background: var(--primary600);
	color: var(--neutral0);
	font-size: 1.125rem !important;
}

.text-muted {
	color: #006ec8 !important;
}

.cont-pass {
	position: relative;
}

.icon-eye {
	position: absolute;
	right: 10px;
	top: 38px;
	cursor: pointer;
}


.icon-eye {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

.cont-pass {
	position: relative;
	max-width: 404px;
}

@media (max-width:1280px) {
	.cont-pass {
		position: relative;
		max-width: none;
	}

	.alert {
		max-width: none;
	}
}

.grid-container {
	display: grid;
	grid-template-columns: repeat(4, auto);
	grid-gap: 32px;
	justify-content: center;
	margin-bottom: 30px;
}

.grid-container>input {
	width: 44px;
	height: 44px;
	text-align: center;
	padding: 20px 0;
	border: 1px solid #D1D1D1;
	border-radius: 4px;
	opacity: 1;
	outline: none;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

.grid-container>input:hover {
	border: 1px solid #006ec8 !important;
}

.grid-container>input:focus {
	border: 1px solid #006ec8 !important;
	background-color: var(--primary100) !important;
}

.btn-outlined--not-b {
	border: 0px;
}

@media (hover: hover) {
	.btn-filled:hover {
		color: white !important;
	}

	.btn-outlined:hover {
		color: var(--primary600) !important;
	}

	.btn:disabled:hover {
		background-color: transparent !important;
		color: initial;
		cursor: default;
	}

	.btn-outlined:disable:hover {
		background-color: transparent !important;
		color: initial;
		cursor: default;
	}
}

.cuad_num.error {
	border-color: #f06543 !important;
}

.cuad_num.valid {
	border-color: #3ddc97 !important;
}

.grid-container label.error {
	margin-top: 4px !important;
	margin-bottom: 0 !important;
	font-weight: 400 !important;
	color: var(--neutral800);
	display: flex;
	align-items: center;
	position: absolute;
}

#resend_code_user_name {
	border: 0px !important;
	background-color: var(--primary100) !important;
}

#resend_code_user_name:read-only {
	border: 0px !important;
	background-color: transparent !important;
	pointer-events: none;
}

.content-resend-code {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#resend_code_user_name {
	display: flex !important;
	height: fit-content;
	min-width: 250px;
}

.resend-code-input {
	display: flex;
	align-items: center;
	gap: 4px;
	flex-wrap: wrap;
}

.avatar-lg {
    height: 4.7rem !important;
	width: auto;
}

.ctn-head-logo{
	display: flex;
	gap: 8px;
	justify-content: center;
}

.footer-form{
	padding: 0px 0px 0px 0px;
    display: grid;
    place-content: center;
    text-align: center;
}

.logo img{
	max-height: 80px;
}
@media (max-width:466px)
{
	.logo img{
		max-height: 80px;
		width: 80%;
	}
}
.card{
	overflow-x: hidden;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}