body {
	background-color: #111827 !important;
	color: #1D2432 !important;
	font-family: 'Poppins', sans-serif !important;
}

.form-control {
	background: #1D2432 !important;
	color: #ffffff !important;
	border: 1px solid #343A47 !important;
	border-radius: 10px;
	width: 100%;
	height: 35px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-control:focus {
	background-color: #1D2432;
	color: #FFFFFF;
	border-color: #02A9DB;
	box-shadow: none;
}

.btn-primary {
	background-color: #02A9DB;
	border-color: #02A9DB;
	border-radius: 10px;
}

.btn-primary:hover {
	background-color: #0075A4;
	border-color: #0075A4;
}

.container {
	padding-top: 50px;
	max-width: 100%;
}

.form-group {
	margin-bottom: 60px;
}

label {
	color: #c7c7c7;
	font-family: 'Poppins', sans-serif;
	font-size: 0.8em;
	/* Tamanho menor */
	font-weight: 300;
	/* Mais fina */
	text-align: left;
	display: block;
	margin-bottom: 5px;
}

h2,
p {
	color: #dfdfdf;
}

img {
	max-width: 150px;
	max-height: 100px;
}

.navbar {
	background-color: #1D2432;
	padding: 10px 20px;
	height: 80px;
}

.navbar-nav .nav-link {
	color: #FFFFFF;
	font-size: 1em;
	padding: 8px 16px;
}

.navbar-nav .nav-link:hover {
	color: #e7e7e7;
}

.navbar-nav .nav-link {
	position: relative;
	color: #FFFFFF;
	font-size: 1em;
	padding: 8px 16px;
}

.navbar-nav .nav-link::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: transparent;
	transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after {
	width: 100%;
	background-color: #f0f0f0;
}

.photo-icon {
	cursor: pointer;
}

.form-login {
    background: #1d2432;
    min-width: 400px;
    padding: 50px 45px;
    border-radius: 25px;
}

.form-control-static {
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f5f5f5;
}
