@import url('https://fonts.googleapis.com/css2?family=Ubuntu');
@import url('https://fonts.googleapis.com/css2?family=Roboto');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100&display=swap');

.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  left: 14% !Important;
}

    @media (max-width: 767px){
    .carousel-caption {
    left: 0%;
  }
}

.bg-menu{
  background-color: rgba(51, 51, 51, 0.65) !important;
}

.bg-footer{
  background-color:#333;
}
.title{
  font-family: 'Ubuntu', sans-serif !important;
  font-size: 1.8em;
  font-weight: 500;
  line-height: unset;
}

.subtitle{
  font-family: 'Ubuntu', sans-serif !important;
  font-size: 1.3em;
  font-weight: 500;
}

.lead{
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1em;
}

/*.corpo-login-new{
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  right: 15%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25%;
  color: #fff;
}*/

.corpo-login-new {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  right: 15%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  color: #fff;
}

.conteudo-login-new{
  background: rgba(51, 57, 66, 0.9);
  padding: 15px;
  border-radius: 5px;
  width: 350px;
  margin-top: 15px;
}

.conteudo-login-new p{
  display: none;
}

.btn-acessar{
  background: #FF8123;
  border: #FF8123;
}

.btn-acessar:hover {
  background-color: #e0711f;
  border-color: #e0711f;
}

.btn-acessar:not(:disabled):not(.disabled).active, .btn-acessar:not(:disabled):not(.disabled):active, .show>.btn-acessar.dropdown-toggle {
  background-color: #e0711f;
  border-color: #e0711f;
}

.btn-floating{
color: transparent !important;
}


.carousel-control-next {
  right: 48%;
  width: 5%;
}
.carousel-control-prev {
  left: 9%;
  width: 5%;
}

@media (max-width: 767px){
.carousel-caption, .controles{
  display: none !important;
}
}

@media (max-width: 1114px){
.corpo-login-new{
  right: 10% !important;
}
}

@media (max-width: 767px){
.corpo-login-new{
  width: 100%;
  padding: 15px;
  right: 0 !important;
}
}

@media (max-width: 767px){
.conteudo-login-new{
  width: 100%;
  margin-top: 165px;
  margin-bottom: 100px;
}
}

/*parte 2*/

font-family: 'Exo', sans-serif;
	width: 190px;
	height: 32px;
	margin: 5px;
	padding: 5px;
	background: transparent url('templates/photo/img/select.png') no-repeat 174px 50%;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
}
select option { color: #000000; }

/*input[type="button"] {
	width: 192px;
	background: #FFFFFF;
	color: #21183D;
	padding: 15px;
	line-height: 0;
	font-weight: bold;
	font-size: 15px;
}*/

input[type="radio"] {
	display: inline;
	width: auto;
	height: 12px;
	margin: 0;
	padding: 0;
	border: none;
}
label {
	line-height: 30px;
	display: inline-block;
	margin: 5px;
}
::-webkit-input-placeholder {
	color: #FFFFFF;
	opacity: 1;
}
:-moz-placeholder {
	color: #FFFFFF;
	opacity: 1;
}
::-moz-placeholder {
	color: #FFFFFF;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #FFFFFF;
	opacity: 1;
}
.styled-select select
{
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
}

#tr-domain, #tr-password, #tr-verifypassword {
	display: none;
	margin-top: 0px;
}
#select-server {
	display: none;
}
#span-login-ok, #span-password-ok, #span-login-ko, #span-password-ko, #span-credentials-ko, #span-twofa-ko {
    display: none;
}
#retype-password-input, #retype-password-label {
	display: none;
}
#span-credentials-ko {
	font-weight: bold;
	text-align: center;
}
#accesstypeuserpanel {
	display: none;
	text-align: center;
	margin-top: 0px;
}
#accesstypeuserpanel label {
	display: none;
}
.twofa-popin {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    color: black;
    background-color: rgba(0,0,0,0.5);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.twofa-popin h2 {
    margin-top: 0;
}
.twofa-popin p {
    margin-top: 0;
}
.twofa-popin img {
    width: 250px;
}
.twofa-popin input {
    color: black;
    border: 1px solid #000000;
    margin-left: 40px;
    text-align: center;
}
.twofa-popin input[type="button"] {
    background: #FFFFFF;
}
.twofa-popin:target {
    opacity: 1;
    visibility: visible;
}
.twofa-popin .sp-table {
    display: table;
    height: 100%;
    width: 100%;
}
.twofa-popin .sp-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}
.twofa-popin .sp-body {
    z-index: 1;
    min-width: 425px;
    margin: 0 auto;
    background-color: white;
    padding: 2em;
    -webkit-box-shadow: 0 3px 5px 1px rgba(0,0,0,0.25);
    box-shadow: 0 3px 5px 1px rgba(0,0,0,0.25);
    width: 30%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.twofa-popin .sp-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 1.6em;
    color: #000000;
    font-weight: 900;
    text-decoration: none;
}
.twofa-popin input.invalid {
    border-color: #900;
    background-color: #FDD;
}
.twofa-popin input.invalid {
    border-color: #900;
    background-color: #FDD;
}
.twofa-popin input:focus.invalid {
    outline: none;
}
.twofa-popin .error {
    padding: 0;
    font-size: 80%;
    color: white;
    background-color: #900;
    border-radius: 0 0 5px 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 40px;
    display: block;
}
.twofa-popin .error.active {
    padding: 0.3em;
}