/* Tema Doutor Automotivo - tela de login (paleta escura/teal, modelo 2) */

body {
	font-family: 'Poppins', sans-serif !important;
	background: #04141A !important;
}

.login-block {
	background: #04141A;
}

.login-sec {
	background: #04141A !important;
	position: relative;
	overflow: hidden;
}
.login-sec::before {
	content: "";
	position: absolute;
	width: 300px;
	height: 300px;
	background: radial-gradient(circle, #1D9E75 0%, transparent 70%);
	opacity: 0.35;
	top: -80px;
	left: -60px;
	pointer-events: none;
}

.login-sec h5 {
	color: #fff !important;
	position: relative;
	z-index: 1;
}

.label-input100 {
	color: rgba(255,255,255,0.55) !important;
	position: relative;
	z-index: 1;
}

.wrap-input100 {
	border-bottom: 2px solid rgba(255,255,255,0.18) !important;
	position: relative;
	z-index: 1;
}

.input100 {
	color: #fff !important;
}
.input100::placeholder {
	color: rgba(255,255,255,0.35) !important;
}

.copy-text, .copy-text a,
.text-center.p-t-8.p-b-31 {
	color: rgba(255,255,255,0.55) !important;
	position: relative;
	z-index: 1;
}
.copy-text a, .text-primary {
	color: #5DCAA5 !important;
}

.container-login100-form-btn .btn,
#form-cadastro .btn,
#form-recuperar .btn {
	background: linear-gradient(90deg,#0F6E56,#5DCAA5) !important;
	border: none !important;
	color: #04342C !important;
	font-weight: 600;
}

.banner-sec {
	position: relative;
}
.banner-sec::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(4,20,26,0.55) 0%, rgba(15,110,86,0.35) 100%);
	pointer-events: none;
}

.modal-header {
	background: #04141A;
}
.modal-header .modal-title {
	color: #fff;
}
