/* style do html */
html {
	height: 100vh
}

html body {
	display: grid;
	grid-template-rows: 93% 7%;
	height: 100vh;
	width: 100vw;
	background: #283A41;
	min-height: 700px;
	min-width: 400px;
	max-width: 100%;
	max-height: 100%;
}
/* style dos elementos do body*/
footer {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #EBEFF5;
	box-shadow: 0px -2px 14px rgba(0, 0, 0, 0.25);
	border-top-width: 8px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-style: solid;
	border-image: linear-gradient(to bottom, #04C4D9, #CC2131) 100% 0 0 0;
}

h1{
	font-size: 3rem !important;
	line-height: calc(1.1*3rem );
}
h2{
	font-size: 2.25rem !important;
	line-height: calc(1.1*2.25rem );
}

h3{
	font-size: 2rem !important;
	line-height: calc(1.1*2rem );
}

h4{
	font-size: 1.5rem !important;
	line-height: calc(1.1*1.5rem );
}

h5{
	font-size: 1.25rem !important;
	line-height: calc(1.1*1.25rem );
}

h6{
	font-size: 1rem !important;
	line-height: calc(1.1*1rem );
}

h7{
	font-size: 0.875rem !important;
	line-height: calc(1.1*0.875rem );
}

.app {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	background-color: #e9a0a7;
}

.image-logo-branca {
	z-index: 10;
	margin-bottom: 7.5vh;
	margin-top: 7.5vh;
	max-width: 100%;
	max-height: 100%;
}

.image-background {
	position: absolute;
	width: 100%;
	height: 90vh;
}

/* style do card */
.card {
	height: max-content;
	min-height: 144.2px;
	width: 25vw;
	display: flex;
	/*grid-template-rows: 25% 75%;*/
	flex-direction: column;
	justify-content: space-between;
	height: 40rem;
	border-radius: 24px;
	background: #FFFFFF;
	box-shadow: 9px 10px 18px rgba(0, 0, 0, 0.25);
}

.logo-area {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: auto;
	max-width: 100%;
	padding: 40px 25px 0 25px;
}

.logo-area .subtitle {
	font-family: 'Open Sauce', 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 24.1px;
	color: #CC2131;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.inputSenha {
	position: relative;
	display: flex;
	align-items: center;
}

.inputSenha .input {
	width: 100%;
	padding-right: 2.5rem;
}

.inputSenha .toggle-password {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	color: #808080;
	background: transparent;
	border: none;
	font-size: 1.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media only screen and (max-width: 1600px) {
    .logo-caurn {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

.logo-caurn {
	max-width: 80%;
	height: 80%;
}


@media only screen and (max-width: 1000px) {

	.card {
		width: 20rem;
		height: min-content;
	}
	.inputUsuario {
		grid-template-columns: 10% 85%;
	}
	.img {
		height: 110%;
		width: 110%;
	}
	.hiddenPassword {
		height: 100%;
		width: 100%;
	}
	.divbtnentrar {
		width: 100%;
		height: 2em;
	}
	.senha {
		margin-bottom: 0.5em;
	}
	.btn-canc {
		margin-bottom: 1.5rem;
	}
}

.logo {
	max-width: 90%;
	max-height: 90%;
	padding-bottom: 10px;
}

.form-area {
	font-family: 'Prompt', sans-serif;
	display: flex;
	justify-content: space-between;
	height: 80%;
	padding: 0px 35px 20px 35px;
}

.swal2-container div {
	min-width: 448px !important;
	width: min-content !important;
}

.div-input-email {
	display: grid;
	grid-template-columns: 10% 85%;
	width: 100%;
	height: 2.8rem;
	align-self: center;
	background-color: #F1F1F1;
	border-radius: 12px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 6px;
	padding-bottom: 4px;
}


.div-input-numero-oferta {
	display: grid;
	width: 85%;
	height: 2.3em;
	align-self: center;
	background-color: #fff;
	border-radius: 6px;
	padding-left: 5px;
	padding-right: 5px;
}

.input-email {
	width: 80%;
	height: 80%;
	margin-top: 3px;
}

.input-numero-oferta {

	height: 80%;
	margin-top: 3px;
}


.img-email {
	width: 1.5rem;
	height: 100%;
}

.input-email::placeholder {
	font-size: 14px;
}

form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}
/* style do form */
.usuario .senha {
	margin-top: 5px;
	width: 100%;
	padding: 5px;
}

.inputUsuario {
	display: grid;
	grid-template-columns: 15% 85%;
	background-color: #F1F1F1;
	border-radius: 12px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 100%;
}

.inputSenha, .inputCodigo {
	display: grid;
	grid-template-columns: 15% 85%;
	background-color: #F1F1F1;
	border-radius: 12px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 9px;
	padding-bottom: 9px;
	width: 100%;
	margin-bottom: 30px;
}

.labelLogin {
	font-weight: bold;
	font-color: #262626;
	font-size: 14px;
	word-wrap: normal;
}

input {
	border: none;
	text-decoration: none;
	position: relative;
}

input:focus {
	outline: none;
}

.div-img-icon {
	display: flex;
	justify-content: center;
	align-items: center;
}

.img {
	width: 2rem;
	height: 2rem;
}

.text-primary {
	color: #262626 !important;
}



.inputUsuario input, .inputSenha input, .inputCodigo input, .div-input-email input {
	background-color: #F1F1F1;
}

.inputSenha img {
    width: 1.5rem;
    height: 1.5rem;
}

.div-hidden-password {
	display: flex;
	justify-content: flex-end;
	margin-left: 1px;
	margin-right: 5px;
}

.hiddenPassword {
	display: relative;
	margin-top: 0.1em;
	margin-left: 1px;
	width: 1.4rem;
	height: 1.4rem;
}

::placeholder {
	color: #262626;
}

.divbtnentrar {
	margin-top: 3px;
	margin-bottom: 5px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	height: 3em;
}

.divbtnesquecisenha {
	display: flex;
	flex-direction: row;
	justify-content: center;
	height: 3em;
}

.divbtncancelar {
	margin-top: 0.8em;
	display: flex;
	flex-direction: row;
	justify-content: center;
	height: 3em;
}

.btnentrar {
	background: #D04855;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	border: none;
	font-family: 'Prompt', sans-serif;
	font-style: normal;
	font-weight: 600;
}

input.btnentrar:hover {
	background: #74010C;
	color: #FFFFFF;
}

.btncancelar {
    display: flex;
    justify-content: center;
    align-items: center;
	color: #CC2131;
    background-color: rgba(204, 33, 49, 0.1);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-style: normal;
	border-radius: 12px;
	width: 100%;
    height: 100%;
    text-decoration: none;
	font-family: 'Prompt', sans-serif;
    margin-top: 0.1em;
    font-weight: 600;
}

.btncancelar:hover {
   background: #74010C;
   color: #FFFFFF;
}

.esqueci-senha, .acesso-login {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
}

.esqueci-senha a, .acesso-login a, .rec-senha-content {
	font-family: 'Prompt', sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #262626;
	text-align: center;
	margin-top: 7px;
}

.esqueci-senha a:hover, .acesso-login a:hover {
    color: black;
}

#rec-senha-title {
	font-family: 'Prompt', sans-serif;
	size: 16rem;
	color: #000028;
	weight: 700;
}

#rec-senha-title2 {
	font-family: 'Prompt', sans-serif;
	font-size: calc(0.8rem + 0.4vw);
	color: #000028;
	weight: 700;
	padding: 0rem 3.25rem 0rem calc(1.2rem + 1.5vw);
}

.logo-caurn-interno {
	width: 8.297rem;
	height: 4.113rem;
}

.grad-line {
	position: relative;
	z-index: 10;
	width: 100%;
	border-width: 1.0rem;
	border-color: #00FFB9;
	height: 0.5rem;
	background: linear-gradient(to right, #262626, #262626);
}

#rec-senha-content {
	width: auto;
	height: auto;
	margin-top: 15px;
	padding: 0rem 3.25rem 0rem calc(2.0rem + 0.8vw);
	font-family: 'Prompt', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-align: justify;
	color: #000028;
}

.div-botoes {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 2rem;
}

.btn-conf {
	color: #fff;
	background-color: #009A9A;
	border-color: #009A9A;
	font-size: 1rem;
	border-radius: 8px;
	width: 85%;
	border-radius: 8px;
	height: 2.2rem;
	font-weight: 600;
}

.btn-conf:hover {
	background-color: #00CCCC;
	border-color: #00CCCC;
}

.btn-canc {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #009A9A;
	background-color: #EBEFF5;
	border: 1px solid #009A9A;
	padding: 0.5rem 1rem;
	font-size: 1rem;
	border-radius: 8px;
	text-decoration: none;
	margin-top: 0.7em;
	height: 2.2rem;
	width: 85%;
	font-weight: 600;
}

.btn-canc:hover {
	color: #009A9A;
	background-color: #fff;
}

.alert {
	width: 90%;
	/*height: 10%;*/
	padding: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000028;
	margin-top: 0.5rem;
	margin-bottom: 0;
}

.alert-span {
	font-size: calc(0.5rem + 0.4vw);
	margin-left: 0.5rem;
}

.alert-dismissible .btn-close {
	position: relative;
	padding: 0px;
}

input[type='radio']:checked {
	-webkit-appearance: none;
	background-color: #D52E2E;
	border-color: #D52E2E;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus,
	input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px #f1f1f1 inset !important;
}

input:focus::placeholder {
	color: transparent;
}

::-webkit-scrollbar {
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #EBEFF5;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}
/*# sourceMappingURL=area-acesso.css.map */