﻿/* Estilo - Vermelho */
::selection {
  background: #d86b5b;
  color: white;
  text-shadow: none;
}

/* Cor de destaque */
.cor-destaque {color: #BB2610}
.cor-destaque-bg {background-color: #BB2610}
.cor-destaque-bo {border-top-color: #BB2610}
.cor-destaque-bo-t {border-top-color: #BB2610}
.cor-destaque-bo-l {border-left-color: #BB2610}
.cor-destaque-bo-b {border-bottom-color: #BB2610}
.cor-destaque-bo-r {border-right-color: #BB2610}

/* Fundo da tela de login */ 
.acesso-externo-form::after {
	background: -moz-radial-gradient(center, ellipse cover, #961400 0, #230400 100%);
	background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0,#961400), color-stop(100%,#230400));
	background: -webkit-radial-gradient(top, ellipse cover, #961400 0,#230400 100%);
	background: -o-radial-gradient(top, ellipse cover, #961400 0,#230400 100%);
	background: -ms-radial-gradient(top, ellipse cover, #961400 0,#230400 100%);
	background: radial-gradient(ellipse at top, #961400 0,#230400 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#961400', endColorstr='#230400',GradientType=1 );
}