
@font-face {
	font-family: 'Verdana';
	src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
	font-weight: 100 900; /* Indica que cobre toda a faixa de pesos */
	font-style: normal;  /* font-weight: 500; */
}

@font-face {
	font-family: 'Calibri';
	src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
	font-weight: 100 900; /* Indica que cobre toda a faixa de pesos */
	font-style: normal;
}

@font-face {
	font-family: 'Arial';
	src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
	font-weight: 100 900; /* Indica que cobre toda a faixa de pesos */
	font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  /* font-weight: 500; */
}


* {
	font-family: 'Montserrat', Arial, sans-serif;
}

#TABLE4 {
	display:none;
}

#MAINFORM{
   flex: 1;
   background: url("../Resources/layout2/background.svg") no-repeat center ;
   background-size: cover;
   width: 100%;   
   height: 100%;   
   opacity: 1;
    z-index: -1;
}

#TABLE5{
    align-items: center;
    position: fixed;
    width: 35rem;
    /* height: 40rem; */
    margin-bottom: 2rem;
    box-shadow: 0px 3px 10px 5px #a3aab7;
    border-radius: 30px;
    background: #FBFBFB;	
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);	
	padding: 50px;
}

#TABLE5, #TABLE5 tbody {
  display: table;
  width: auto; /* ou sua largura desejada */
}

#TABLE5 tr {
  display: table-row;
}

#LOGINTOP1{
	background: url("../Resources/layout2/logogeral.png?v2") no-repeat center ;
	height:100px;
	width:100px;
	 background-size: contain;
}

#spantop2{
	background: url("../Resources/layout2/logosite2.png") no-repeat center ;
	height:100px;
	width:100px;
}

#vUSUARIOLOGIN1 {
    padding-left: 15%;
	background: url(../resources/layout2/fi_user.png) no-repeat left;
    background-position: 5%;
    background-size: 20px;
	border: 0;
    margin-bottom: 1rem;
    box-shadow: 1px 4px 5px 1px #a3aab7;
    border-radius: 15px;
    height: 3rem;
    width: 27rem;
    color: #8a8a8a;
    text-decoration: none;
    -webkit-appearance: none;
    text-transform: uppercase;	
    font-family: Montserrat-Regular, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24.38px;	
}

#vUSUARIOSENHA1 {
    padding-left: 15%;
	background: url(../resources/layout2/fi_lock.png) no-repeat left;
    background-position: 5%;
    background-size: 20px;
	border: 0;
    margin-bottom: 1rem;
    box-shadow: 1px 4px 5px 1px #a3aab7;
    border-radius: 15px;
    height: 3rem;
    width: 27rem;
    color: #8a8a8a;
    text-decoration: none;
    -webkit-appearance: none;
    text-transform: uppercase;	
    font-family: Montserrat-Regular, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24.38px;	
}

#vFILIAL {
    padding-left: 15%;
	background: url(../resources/layout2/fi_server.png) no-repeat left;
    background-position: 5%;
    background-size: 20px;
	border: 0;
    margin-bottom: 1rem;
    box-shadow: 1px 4px 5px 1px #a3aab7;
    border-radius: 15px;
    height: 3rem;
    width: 27rem;
    color: #8a8a8a;
    text-decoration: none;
    -webkit-appearance: none;
    text-transform: uppercase;	
    background-position: 5%, 95%;
    background-size: 20px;
    cursor: pointer;
    padding-right: 20px;	
	padding-left: 15%;
    font-family: Montserrat-Regular, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24.38px;	
}

#vFILIAL:focus,#vUSUARIOLOGIN1:focus, #vUSUARIOSENHA1:focus {
  outline: none;
  box-shadow: 0 0 0 2px #cce0ff;
}

.RButton, .BtnLeft, .BtnRight, .BtnBackground {
	background-image:unset!important;
}


.RButton {
    border-style: unset;
    border-width: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
    margin-right: 0px;
    margin-top: 8px;
    padding-bottom: 6px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
    background-color: #fdcd3b;
    color: #464646;
    border-color: none;
    font-family: Montserrat-Medium;
    font-size: 12px;
    font-weight: normal;
    border-radius: 50px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
	float:right;
	width:200px;
	height:40px;
}

.RButton:hover {
  background: #e7b726;
  box-shadow: 0 6px 24px rgba(30, 144, 255, 0.25);
}

.RButton:active {
  transform: scale(0.96);
  box-shadow: 0 2px 8px rgba(30, 144, 255, 0.12);
  background: #e7b726;  
}

.RButton .BtnText{
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle; 
	width:190px;
	font-size:20px;
	margin-top:7px;
}

#TABLE5 tr:nth-child(7) td {
  display: flex;
  justify-content: center;
  align-items: center;	
}

#LOGINTOP2{
  display: flex;
  justify-content: center;
  align-items: center;	
  font-weight: 500;
    font-size: 20px;
    color: #8a8a8a;
    margin-top: 20px;
	padding-bottom:30px;
}

#TXTVERSAO{
  display: flex!important;
  justify-content: center;
  align-items: center;	
  vertical-align:bottom;
  font-size: 13px;
  color: #8a8a8a;
}
 