.search-student-image {
	width: 40px;
	height: 40px;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	border-radius: 5px;
	background-image: url(imagens/student-image.png);
}

.container-login {
	background-color: #ffffff;
	border-radius: 6%;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	width: 100%;
	width: 400px;
    margin: 7% auto 0;
	padding: 30px;
}

.image-text {
	font-size: 24px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}

.input-login {
	margin-bottom: 20px;
}

.btn-login {
	background-color: #8D00F8;
	color: #fff;
	margin-top: 15px;
	width: 100%;
}

.btn-login:hover {
	color: #fff;
	background-color: #c170ff;
}

.img-six {
	background-image: url('../imagens/logo_login.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 200px;
	margin: 0 62px 30px;
}

.input-icons {
	position: relative;
}

.input-icons input {
	padding-left: 40px;
}

.input-icons .icon {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #424242;
}

.aviso_caps_lock {
	visibility: hidden;
	margin-top: 10px;
	color:red;
}


/* Estilos para telas menores, como smartphones */
@media (max-width: 767px) {
    .container-login {
        width: 100%;
        max-width: 400px;
        margin: 50px auto;
    }
}

/* Estilos para iPads e Tablets em retrato */
@media (min-width: 768px) and (max-width: 1024px) {
    .container-login {
        width: 100%;
        max-width: 380px;
        margin: 55px auto;
    }
}

/* Estilos para iPads em modo paisagem */
@media (min-width: 1025px) and (max-width: 1400px) {
    .container-login {
        width: 100%;
        max-width: 380px;
        margin: 60px auto;
    }
}

/* Estilos para resoluções maiores, como laptops e monitores */
@media (min-width: 1400px) and (max-width: 1920px) {
    .container-login {
        width: 100%;
        max-width: 380px;
        margin: 6% auto;
    }
}

@media print {
	.header, #kt_footer, .non-printable, .dataTables_wrapper .row {
		display: none !important;
	}
}

.form-check-input {
	border: 1px solid var(--bs-gray-400) !important; /* Checkboxes Border Style */
}

.form-check-input:checked {
	border: 0 !important;
}
