@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.app {
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
	background-attachment: fixed;
	background: url('../img/Fundo.png');
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	position: absolute;
}

body {
	/* height: 100vh; */
	display: grid;
	font-family: 'Roboto', sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

/* .logo__cargolift {
	display: none;
	content: url('../img/Texto.png');
	height: 34em;
	margin-top: -4em;
	margin-left: -0.5em
} */

.content__login {
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
	z-index: 99;
}

input:focus {
	/* background-color: rgb(240, 240, 240); */
	border-bottom: 1px dotted rgb(8, 68, 148);
	/* margin-top: 8px; */
}

.logoFlutuante {
	position: absolute;
	margin-top: 44px;
}

.w3-input {
	padding: 10px;
	display: block;
	border: none;
	border-bottom: 1px solid #b6b6b6;
	width: 100%;
	height: 30px;
}

.divider {
	margin-top: 5px;
	margin-bottom: 5px;
	height: 1px;
	width: 100%;
	border-top: 1px solid rgb(206, 206, 206);
}

.rodape {
	color: rgb(211, 211, 211);
	font-style: italic;
	font-size: 14px;
}

.img-responsive {
	margin: 0 auto;
}

.cargoHeader {
	font-size: 16pt;
	color: black;
	font-family: 'roboto', sans-serif;
	font-weight: bold;
	padding-bottom: 20px;
}

.processtitle {
	font-size: 16pt;
	color: #323232;
	font-family: 'roboto', sans-serif;
	font-weight: bold;
	padding-bottom: 0px;
	margin: 0px;
}

textarea {
	text-align: center;
}

label {
	background-color: white;
}

IMG.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

footer {
	width: 100%;
	height: 50px;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	color: #ffffff;
}

input,
textarea,
select {
	outline: 0;
}

.box1 {
	grid-column-start: 1;
	grid-column-end: 4;
	grid-row-start: 1;
	grid-row-end: 2;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.box2 {
	text-align: center;
	font-style: unset;
}

.wrapper {
	border: 2px solid #6d6a68;
	border-radius: 5px;
}

.box {
	border: 2px solid #f5f5f1ef;
	border-radius: 5px;
}

.nested {
	border: 2px solid #bbb9b3;
	border-radius: 1px;
	font-style: oblique;
}

.form-signin {
	width: 100%;
	max-width: 400px;
	padding: 15px;
	margin: 0 auto;
	position: absolute; 
	margin-left: -16em !important;
	
}

.form-signin .checkbox {
	font-weight: 400;
}

.labelInput {
	text-align: start;
	color: #474747;
	font-size: 14px;
}

.formLogin {
	align-content: center;
	background-color: rgb(255, 255, 255);
	border-radius: 7px;
	padding: 50px;
	padding-top: 50px;
	margin-top: 44px;
	width: 350px;
	height: 450px;
    margin-left: 4em;
}

@media screen and (min-width: 1200px) {
	.formLogin {
		margin: 10em 10em;
	}
}

.clearfix {
	margin-top: 25px;
}

.form-signin .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 12pt;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.buttonEntrar {
	background-color: transparent;
	border: solid 1px rgb(11, 60, 167);
	color: rgb(11, 60, 167);

	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	width: 100%;
	height: 42px;
	border-radius: 5px;
	margin-top: 0px;
	padding-top: 0px;
	border: 0.1px solid rgb(8, 69, 148);
}
.btnGoogle {
	background-color: #fff;
	border: solid 1px rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	width: 100%;
	height: 42px;
	border-radius: 5px;
	margin-top: 0px;
	padding-top: 0px;
	border: 0.1px solid rgb(255, 255, 255);
}

.buttonDelete {
	background-color: transparent;
	border: solid 1px rgb(196, 18, 18);
	color: rgb(196, 18, 18);
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	width: 100%;
	height: 42px;
	border-radius: 5px;
	margin-top: 0px;
	padding-top: 0px;
	border: 0.1px solid rgb(196, 18, 18);
}

.buttonDelete:hover {
	background-color: rgb(196, 18, 18);
	color: white;
}

.buttonEntrar:hover {
	background-color: rgb(8, 69, 148);
	color: white;
}

.buttonEntrarLocal {
	background-color: rgba(255, 255, 255, 0);
	width: 100%;
	margin-top: 25px;
}

.tete {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.tete {
	float: left;
	height: 10;
}

a.tete {
	display: block;
	/* background-color: white; */
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

h4.tete {
	font-size: 16px;
	overflow-wrap: break-word;
}

/* Menu de navegação */

body {
	font-family: 'Roboto', sans-serif;
	transition: background-color 0.5s;
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgb(8, 68, 148);
	background-image: linear-gradient(
			to bottom,
			#084494,
			#003b9c,
			#002fa1,
			#0020a5,
			#1c01a6
	);
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 18px;
	color: #ffffff;
	display: block;
	transition: 0.3s;
}

.sidenav a:hover {
	color: #797979;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 32px;
	margin-left: 50px;
}

#main {
	transition: margin-left 0.5s;
	padding: 16px;
}
@media screen and (max-width: 1200px) {
	.login__banner {
		display: none;
	}
	/* .logo__cargolift {
		display: none;
	} */
	.login__eco {
		display: none;
	}
	.login__connections {
		display: none;
	}

	.login__long__onnections {
		display: none;
	}
}
@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px;
	}
	.sidenav a {
		font-size: 18px;
	}
}

.tableArea {
	padding: 20px;
}

a {
	padding: 0px;
	margin: 0px;
}

.panelList {
	color: white;
	padding: 10px;
	background-color: rgb(56, 56, 56);
	border-radius: 7px;
}

.cardbodycolor {
	background-color: red;
}

span.icon {
	background: url('../img/icon-google.png') transparent 5px 50% no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 38px;
	height: 38px;
}

span.buttonText {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	text-align: center;
}

#customBtn {
	display: inline-block;
	background: white;
	color: #444;
	width: 100%;
	border-radius: 5px;
	border: thin solid #888;
	box-shadow: 1px 1px 1px grey;
	white-space: nowrap;
	text-align: center;
	margin-top: 10px;
}
