﻿

body {
	font-family: 'Poppins', sans-serif !important;
	margin:0px;
}

.hyperlink{
    color: #476F82;
	text-decoration:none;
}
.hyperlink:hover{
    color: #1C2F92;
	text-decoration:none;
}


label{
	margin:0px;
}

.fundo {
	background-image:url(../Images/Login/background.png);
	background-position: center;
	background-size: cover;
	position:fixed;
	width: 100%;
	height:100%;
	margin: auto;
	text-align:center;
	justify-content: center;
	overflow:auto;
}

.quadroAzul{
	background:#1C2F92;
	border-radius:20px;
	height:535px;
	margin:7% 0px 0px 0px;
	padding:0px;
}

.quadroBranco{
	background:#FFF;
	position:relative;
	border-radius:20px;
	width:100%;
	height: 494px;
	top: 20px;
}

.logo img{
    width: 200px;
	margin:22px 0px;
}
.logoAbras img{
    width: 240px;
	margin:22px 0px;
}
.title{
	font-size:32px;
}

.icon{
    display: flex;
    position: absolute;
    z-index: 10;
    width: 18px;
    left: 8%;
    top: 30%;
}

.iconEsqueciSenha{
    display: flex;
    position: absolute;
    z-index: 10;
    width: 20px;
    left: -3%;
    top: 8%;
}
.iconAjuda{
    display: flex;
    position: absolute;
    z-index: 10;
    width: 20px;
    left: 97%;
    top: 8%;
}
.cxForm{
	width:100%;
	height:47px;
	border-radius: 10px;
	border:solid 2px #AEC2CD;
	color: #454F55;
	padding: 0px 5px 0px 55px;
	font-size:20px;
}


.btnEntrar {
        background-image: linear-gradient(to right, #1F9897 0%, #359941 25%, #BBC62A 50%);
		transition: 0.3s;
        margin: auto;
        padding: 0px 10px;
		width:100%;
        height: 47px;
        font-weight: bold;
        text-align: center;
        background-size: 200% auto;
        color: #FFF;            
        border-radius: 10px;
        display: block;
        border-style: none;
		box-shadow: 0px 4px 4px rgb(0 0 0 / 40%);
      }

.btnEntrar:hover {
	  transition: 0.3s;
	  box-shadow: 0px 4px 4px rgb(0 0 0 / 40%);
	 -webkit-filter: saturate(170%);
	  filter: saturate(170%);
}


