
#comments {
	background: url(../../images/bigidea-ball.jpg) no-repeat center;
	height: auto;
	padding: 50px 0px;
}

#comments .txt {
	background: rgba(0, 0, 0, 0.2);
	padding: 15px;
	margin: 10px 0px;
}

#comments p {
	color: #fff;
	text-shadow: 2px 1px #333;
}

#comments .frase {
	font-size: 36px;
	font-style: italic;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}

#comments .assinatura {
	font-size: 18px;
	font-style: italic;
	text-align: right;
	font-family: 'Open Sans', sans-serif;
}



.formBox {
	background-color: rgba(255, 255, 255, 0.6);
	margin: 30px auto;
	border-radius: 15px !important;
	padding: 30px;
}

.login-box {
	margin-top: 30px;
	text-align: center;
	padding: 15px;
	border: 1px dotted #333;
	border-radius: 10px !important;
	color: #333;
}

.login-box .number {
	font-size: 30px;
	color: var(--cor-primaria);
}

.login-box .desc {
	font-size: 18px;
	padding: 3px 20px;
	background: #bedcee;
	border-radius: 5px;
}

.login .content h3 {
	color: #000;
}

.login .content h4 {
	color: #555;
}

.login .content p {
	color: #222;
}

.login .content .input-icon {
	border-left: 2px solid #009dc4 !important;
}

.login .content .input-icon .form-control {
	border-left: 0;
}

.login .content .forget-form {
	display: none;
}

.login .content .register-form {
	display: none;
}

.login .content .form-title {
	font-weight: 300;
	margin-bottom: 25px;
}

.login .content .form-actions {
	clear: both;
	border: 0px;
	border-bottom: 1px solid #eee;
	padding: 0px 30px 25px 30px;
	margin-left: -30px;
	margin-right: -30px;
}

.login .content .form-actions .checkbox {
	margin-left: 0;
	padding-left: 0;
}

.login .content .forget-form .form-actions {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 20px;
}

.login .content .register-form .form-actions {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0px;
}

.login .content .form-actions .checkbox {
	margin-top: 8px;
	display: inline-block;
}

.login .content .form-actions .btn {
	margin-top: 1px;
	font-size: 24px;
}

.login .content .forget-password {
	margin-top: 25px;
}

.login .content .create-account {
	border-top: 1px dotted #eee;
	padding-top: 10px;
	margin-top: 15px;
}

.login .content .create-account a {
	display: inline-block;
	margin-top: 5px;
}

/* select2 dropdowns */
.login .content .select2-container {
	border-left: 2px solid #35aa47 !important;
}

.login .content .select2-container .select2-choice {
	border-left: none !important;
}

.login .content .select2-container i {
	display: inline-block;
	position: relative;
	color: #ccc;
	z-index: 1;
	top: 1px;
	margin: 4px 4px 0px -1px;
	width: 16px;
	height: 16px;
	font-size: 16px;
	text-align: center;
}

.login .content .has-error .select2-container i {
	color: #b94a48;
}

.login .content .select2-container a span {
	font-size: 13px;
}

.login .content .select2-container a span img {
	margin-left: 4px;
}

/* footer copyright */
.login .copyright {
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	color: #fff;
	font-size: 13px;
}

@media (max-width: 640px) {

	/***
  Login page
  ***/
	.login .logo {
		margin-top: 10px;
	}

	.logo img {
		height: 60px !important;
	}

	.logo p {
		font-size: 24px !important;
		margin-top: 14px !important;
	}

	.login .content h3 {
		font-size: 22px;
	}

	.login .checkbox {
		font-size: 13px;
	}

	#logo-nalata {
		text-align: center;
		position: relative;
		float: none;
		margin: 0px 45px 0px;
		top: 10px;
	}

	#logo-nalata img {
		height: 80px;
	}

	footer {
		background-color: #333;
		color: #fff;
		padding: 30px;
	}

	footer p,
	footer h3 {
		color: #fff;
	}

	.login-box img {
		height: 60px;
	}

	.login-box .desc {
		font-size: 12px;
	}

	#comments {
		padding: 40px 0px;
	}

	#comments .frase {
		font-size: 20px;
	}

	.login-form img {
		height: 100px;
	}
}