.main {
	width: 100vw;
	height: 100vh;
	display: flex;
	position: fixed;
	background: #ffff;
}

.logo-barkeley {
  margin-top: 20px;
  width: 350px;
}

.logo-and-title {
  text-align: center;
}
.text-desativado{
    padding: 5px;
    border-radius: 10px;
    background: #ff4747;
}
.text-desativado h1{
	font-family: "Inter", sans-serif;
	font-weight: 700;
	color: rgb(255 255 255);
    margin: 0;
	font-size: 20px;
}
.right {
	width: 60%;
	height: 100vh;
	display: grid;
	align-items: center;
	justify-content: center;
}
.card-form{
	margin: 40px 0px;
}

form div .email,
form div .senha {
	border: 1px solid #E0E4EE;
	border-radius: 15px;
	display: flex;
	align-items: center;
	box-shadow: 0px 5px 5px 0px rgba(224, 228, 238, 0.50);
	background: #FDFDFD;
}


form div .senha {
	width: 100%;
	justify-content: space-between;
}

form div .senha div {
	width: 100%;
	display: flex;
	align-items: center;
}

.mensagem-error {
	font-family: "Inter", sans-serif;
	margin-top: 20px;
	font-weight: 600;
	color: red;
}

form div p {
	font-family: "Inter", sans-serif;
	color: #233568;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 16px 0;
}

form div div p {
	font-family: "Inter", sans-serif;
	color: #233568;
	font-size: 16px;
	font-weight: 500;
}

form .card-form div img {
	width: 18px;
	margin: 20px 10px 20px 20px;
}

form div .email input,
form div .senha input {
	font-family: "Inter", sans-serif;
	color: #B2B2B6;
	border: none;
	width: 100%;
	font-size: 16px;
  font-weight: 400;
}

form div .email input:focus,
form div .senha input:focus {
	outline: none;
}

.form-button {
	margin-top: 30px;
}


.access {
	margin: 27px 0 18px 0;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-size: 40px;
	font-weight: 700;
	color: #233568;
  text-align:center;
}

.left {
	width: 40%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #00446A;
	border-radius: 32px 0 0 32px;
}

.top-left {
	width: 350px;
	text-align: end;
	color: #fff;
	margin: 30px auto;
}

.top-left p {
	text-transform: uppercase;
	font-family: 'IBM Plex Sans Condensed';
	font-size: 24px;
	font-weight: bold;
	height: 10px;
}

.top-left .um {
	margin-right: 100px;
}

.top-left .dois {
	margin-right: 130px;
}

.top-left .footer-text {
	display: flex;
	align-items: end;
	justify-content: center;
	gap: 20px;
	margin-top: -20px;
}

.top-left .footer-text p {
	font-family: "Merriweather", serif;
	font-style: italic;
	text-transform: lowercase;
}

.top-left .footer-text span {
	height: 2px;
	width: 80px;
	background-color: #fff;
}


.people {
	width: 340px;
}

.people img {
	width: 100%;
}

.dowm {
	margin-top: 50px;
	text-align: center;
}

.dowm a {
	color: #fff;
	text-decoration: none;
	font-family: "Inter", sans-serif !important;
	font-size: 18px;
}

.footer-side {
	font-family: "Inter", sans-serif !important;
	text-align: center;
	margin-top: 20px;
	font-weight: 500;
}

.forget-pass {
	color: #3D9ED4;
	font-weight: 700;
	font-family: "Inter", sans-serif !important;
	display: flex;
  justify-content: center;
  margin: 20px 0 10px 0;
}

.footer-side a {
	flex-direction: column;
	color: #3D9ED4;
	text-decoration: none;
	font-weight: 500 !important;
	margin: 0 5px;
}

.button-access {
	background-color: #F2A691;
	font-size: 22px;
	font-weight: 700;
	border: none;
	margin: 10px 0 0 0;
	width: 100%;
	color: #233568;
	border-radius: 15px;
	padding: 15px;
}

::placeholder {
	color: #68686e7a;
	opacity: 1;
}

::-ms-input-placeholder {
	/* Edge 12-18 */
	color: #68686e7a;
}

.floating-card-one {
	font-size: 14px;
	font-weight: 400;
  position: absolute;
	margin-top: 155px;
	margin-left: -30px;
	width: fit-content;
	background-color: #2c7daa7d;
  color: #fff;
	border: 1px solid #89a6cf;
	backdrop-filter: blur(37px);
	-webkit-backdrop-filter: blur(37px);
	padding: 10px 20px;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  animation: floatUpDown 4.5s ease-in-out infinite;
}

.floating-card-two {
	font-size: 14px;
	font-weight: 400;
  position: absolute;
	width: fit-content;
	backdrop-filter: blur(37px);
	-webkit-backdrop-filter: blur(37px);
	margin-top: 220px;
	margin-left: 220px;
	background-color: #2c7daa7d;
  color: #fff;
	border: 1px solid #89a6cf;
	padding: 10px 20px;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  animation: floatUpDown 4.5s ease-in-out infinite;
}

.floating-card-three {
	font-size: 14px;
	font-weight: 400;
  position: absolute;
	margin-top: 360px;
	margin-left: 165px;
	backdrop-filter: blur(37px);
	-webkit-backdrop-filter: blur(37px);
	width: fit-content;
	background-color: #2c7daa7d;
  color: #fff;
	border: 1px solid #89a6cf;
	padding: 10px 20px;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  animation: floatUpDown 4.5s ease-in-out infinite;
}

/* remove o background (azul claro)ao auto preencher */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
		filter: blur(0);
  }
  50% {
    transform: translateY(-20px);
		filter: blur(2px);
  }
}

/* RESPONSIVE */

@media (max-width: 1215px) {
  .floating-card-three {
    margin-left: 100px;
  }
}

@media (max-width: 1070px) {
  .left {
    display: none;
  }
  .right {
    width: 100%;
  }
  #tentativaFrm{
	  max-width: 100%!important;
  }
}

@media (max-height: 700px) {
	.people img {
		width: 310px;
		margin-left: 20px;
	}
	.floating-card-one {
		font-size: 12px;
		margin-top: 125px;
	}
	.floating-card-two {
		font-size: 12px;
		margin-top: 200px;
	}
	.floating-card-three {
		font-size: 12px;
		margin-top: 300px;
	}
	.dowm {
		margin-top: 10px;
	}
	.card-form{
		margin: 16px 0;
	}
	form div .email,
	form div .senha {
		border-radius: 5px;
	}
}

@media (max-width: 615px) {
	.access{
		font-size: 34px;
	}
	.form-button{
		margin-top: 36px;
	}
	.logo-barkeley {
		width: 250px;
	}
	  form {
		max-width: 400px;
		margin: 0 auto;
	  }
		form div .email,
		form div .senha {
			border-radius: 5px;
		}
	 .card-form{
		 margin: 16px 0;
	 }
	 .button-access{
		 font-size: 18px;
	 }
}

@media (max-width: 450px) {
	.logo-barkeley {
		width: 250px;
	}
	.access {
		font-size: 24px;
	}
	.button-access{
		font-size: 18px;
	}
}

@media (max-width: 400px) {
  form {
    max-width: 350px;
    margin: 0 auto;
  }
	form div .email,
	form div .senha {
		border-radius: 5px;
	}
}

@media (max-width: 370px) {
  form {
    max-width: 320px;
    margin: 0 auto;
  }
  .button-acess {
    font-size: 20px;
  }
  .footer-side {
	  flex-direction: column;
    font-size: 16px;
	  margin-top: 8px;
  }
	form div .email,
	form div .senha {
		border-radius: 5px;
	}
}

@media (max-width: 350px) {
  form {
    max-width: 300px;
    margin: 0 auto;
  }
}

@media (max-width: 330px) {
  form {
    max-width: 280px;
    margin: 0 auto;
  }
}



