﻿@charset "utf-8";
/* CSS Document */

/* Fontes */
@font-face {
  font-family: 'Numans';
  font-style: normal;
  font-weight: 400;
  src: local('Numans'), local('Numans-Regular'), url("../webfonts/Numans.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html,body{
    height: 100%;
    background: #0264d6; /* Old browsers */
    background: radial-gradient(ellipse at center,  #0264d6 1%,#1c2b5a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0264d6', endColorstr='#1c2b5a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    overflow:hidden;
}

.container{
    height: 100%;
    align-content: center;
}

.card{
    height: 280px;
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
    background-color: rgba(0,0,0,0.4) !important;
}

.social_icon span{
    font-size: 60px;
    margin-left: 10px;
    color: #FFC312;
}

.social_icon span:hover{
    color: white;
    cursor: pointer;
}

.card-header h5{
    color: white;
    margin-top: 20px !important;
}

.card-header img{
    width: 300px !important;
    height: auto;
    bottom: -82px;
    left: -276px !important;
    position: absolute;
}

.social_icon{
    position: absolute;
    right: 20px;
    top: -45px;
}

.input-group-prepend span{
    width: 50px;
    background-color: #FFC312;
    color: black;
    border:0 !important;  
}

input:focus{
    outline: 0 0 0 0  !important;
    box-shadow: 0 0 0 0 !important;

}
input{
    margin-bottom: 5px !important;
    font-weight: bold !important;

}        
.input-group-text {
    width: 60px !important;
    padding-left: 24px !important;
    margin-right: 5px;
    height: 38px;
}        

.remember{
    color: white;
}

.remember input{
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-right: 5px;
}
        
.d-flex a{
    color:#B8B8B8;
}        
.d-flex a:hover, .d-flex a:active{
    color:#FFC312;
    text-decoration: none;
} 

.login_btn{
    color: black;
    background-color: #FFC312;
    width: 100px;
    position: relative !important;
    left: -15px;
    font-weight: bold;
    height: 45px;
    top: -5px;
}

.login_btn:hover{
    color: black;
    background-color: white;
}

.load{
    color:white;
    width: 100px;
    position: relative !important;
    left: -15px;
    font-weight: bold;
    height: 45px;
    top: -5px;
}

.links{
    color: white;
}

.links a{
    margin-left: 4px;
}

#infor{
    margin-top: 280px;
    text-align: center;
    font-size: 12px;
    float: left;
    position: absolute;
    width: 100%;
	color:darkgrey;
}

#infor span{
    font-size: 10px;
}

.olho {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color:#333;
}

/* form starting stylings ------------------------------- */
.group 			  { 
    position:relative; 
    margin-bottom:15px; 
}

input:focus 		{ outline:none; }

/* LABEL ======================================= */
label 				 {
  color:#999; 
  font-size:18px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:78px;
  top:6px;
  transition:0.2s ease all; 
}

/* active state */
input:focus ~ label, input:valid ~ label 		{
  top:-20px;
  font-size:14px;
  color:#DFDFDF;
  left:1px;
}


/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
input:focus ~ .highlight {
  animation:inputHighlighter 0.3s ease;
}

.recaptcha{

    margin-left: 16px;
    position: absolute;

}
.recaptcha img{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    height: 38px;
    top:-2px !important;
    position: absolute;

}

.recaptcha input{
    font-size: 15px !important;
    width: 118px;
    margin-left: -1.1px;
    height: 38px;
    border: none;
    text-align: center;
    padding-top: -5px !important;
    position: absolute;
    left:65px;
    top:-2px;
    color: #600001;
}
.recaptcha label{
    font-size: 15px !important;
}

 @media only screen and (max-width: 400px) {
     .login_btn{
        color: black;
        background-color: #FFC312;
        width: 70px !important;
        position: relative !important;
        left: -15px;
        font-weight: bold;
    }
 
 
 }
.alert {
    padding-bottom: 15px !important;
    background-color: #f44336; /* Red */
    color: white;
    cursor: pointer;
    width: 100% !important;
    font-size: 12px !important;
    margin-top: 8px;
    left: 8px;
    position: absolute;
    border-radius: 0px !important;
    border-left: 4px solid #fff;
    border-top: none !important;
    border-bottom:none !important;
    border-right: none !important;
}

.ajs-message {
    border-top: 1px solid #7F7F7F !important;
    border-bottom: 1px solid #7F7F7F !important;
    border-right: 1px solid #7F7F7F !important;
    border-left: 3px solid #fff;
    border-radius: 5px !important;
    color: aliceblue;
    font-size: 14px;
    width: 330px !important;
    right: 330px !important;
}
.ajs-success {
    background:  #11AA35 !important;
}
.ajs-error {
    background:  #EC2F21 !important;
}

.name{
    font-weight: bold;
    text-transform: uppercase;
}

.pace {
	pointer-events: none;

	user-select: none;
}

.pace-inactive {
	display: none;
}

.pace .pace-progress {
	background: #ffffff;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 2px;
}

.label_6aa6 {display: none !important;}
.wrap_bdf4 {display: block !important;}


		#suporteChat{
position:fixed;width:60px;height:60px;bottom:20px;right:20px;color:#FFF;border-radius:50px;text-align:center;font-size:30px;box-shadow: 1px 1px 2px #888;
  z-index:1000;			

		}
		
		#WhatsIcon {
			position:fixed;width:60px;height:60px;bottom:100px;right:20px;color:#FFF;border-radius:50px;text-align:center;font-size:30px;box-shadow: 1px 1px 2px #888;
  z-index:1000;
		}
	
	.btn-circle.btn-lg {
  width: 40px;
  height: 40px;
  padding: 5px 8px;
  font-size: 12px;
  line-height: 1.33;
  border-radius: 25px;
}