.captcha {
	/* background-color: #d23519; */
	background-color: #e30606;
	color: #fff;
	border-radius: 10%;
	margin-top: 89px;
	padding: 5px;
	font-size: 22px;
	font-weight: bold;
}
.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
}
.text-right{
	text-align: right !important;
}
.text-left{
	text-align: left !important;
}
.text-rata{
	text-align: justify !important;
}
.fs-30{
	font-size: 30px !important;
}
.fs-28{
	font-size: 28px !important;
}
.fs-26{
	font-size: 26px !important;
}
.fs-24{
	font-size: 24px !important;
}
.fs-22{
	font-size: 22px !important;
}
.fs-20{
	font-size: 20px !important;
}
.fs-18{
	font-size: 18px !important;
}
.fs-16{
	font-size: 16px !important;
}
.fs-14{
	font-size: 14px !important;
}
.fs-12{
	font-size: 12px !important;
}
.fs-10{
	font-size: 10px !important;
}
.fs-8{
	font-size: 8px !important;
}
.fs-6{
	font-size: 6px !important;
}
.pcc-img {
    margin-left: 15px;
    margin-top: 10px;
}
.img-icon {
    width: 105px;
    height: auto;
}
.line-text{
	line-height: 25px !important;
}


/* MAIN */
.bg-main{
	background-color: #23394A;
	/* background-color: #64B9FB; */
	/* background-color: #4AA3FF; */
}
.btn-main {
	color: #fff;
	background-color: #455A64;
	border-color: #455A64;
}
.btn-main:hover {
	color: #fff;
	background-color: #607D8B;
	border-color: #607D8B;
}
.btn-check:focus + .btn-main,
.btn-main:focus {
	color: #fff;
	background-color: #607D8B;
	border-color: #607D8B;
	-webkit-box-shadow: 0 0 0 0.15rem rgba(69, 90, 100, 0.5);
	box-shadow: 0 0 0 0.15rem rgba(69, 90, 100, 0.716);
}
.btn-check:active + .btn-main,
.btn-check:checked + .btn-main,
.btn-main.active,
.btn-main:active,
.show > .btn-main.dropdown-toggle {
	color: #fff;
	background-color: #607D8B;
	border-color: #455A64;
}
.btn-check:active + .btn-main:focus,
.btn-check:checked + .btn-main:focus,
.btn-main.active:focus,
.btn-main:active:focus,
.show > .btn-main.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.15rem rgba(69, 90, 100, 0.5);
	box-shadow: 0 0 0 0.15rem rgba(69, 90, 100, 0.716);
}
.btn-main.disabled,
.btn-main:disabled {
	color: #fff;
	background-color: #23394A;
	border-color: #23394A;
}

.alert-mini{
	position: relative;
    padding: 0.4rem 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

@media (max-width: 992px) {
	.alert-mini{
		margin-top: 10px !important;
		font-size: 10px !important;
		padding: 0.3rem 0.4rem !important;
	}	
}