:root {
	--bgcolor: #f7f7f7;
	--btncolor: #3696f0;
}

body {
	padding: 0px !important;
	background: var(--bgcolor);
}

.principal {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	width: 100%;
}

.principal-cadastro {
	height: unset !important;
}

.container {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	height: 860px;
	padding: 80px 50px 0px 50px;
	background: white;
	margin-top: 25px;
	margin-bottom: 25px;
	border-radius: 4px;
	box-shadow: 1px 1px 4px grey;
}

.container-cadastro {
	height: fit-content !important;
	padding-bottom: 25px;
}

body {
	font-family: 'Catamaran', Helvetica, Arial, serif;
}

.input, .input:focus {
	width: 100%;
	font-family: 'Catamaran', Helvetica, Arial, serif;
	height: 42px;
	padding: 8px 15px;
	border-radius: 5px;
	border: 1px solid #D5DDE4;
	background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
		linear-gradient(0deg, #D5DDE4, #D5DDE4);
	margin-bottom: 0px !important;
	color: #000E32;
	font-size: 15px;
	margin-bottom: 5px;
	border: none;
	border-radius: 0px;
	border-bottom: 1px solid #dbdbdb;
	box-shadow: 1px 1px 2px #dfdfdf;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus,
	input:-webkit-autofill:active {
	-webkit-background-clip: text;
	transition: background-color 5000s ease-in-out 0s;
	flex: 1
}

.card-login {
	min-width: 400px;
	min-height: 400px;
}

.label-login {
	width: 100%;
	font-family: 'Catamaran', Helvetica, Arial, serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	text-align: left;
	color: #494949;
	margin-bottom: 6px;
	margin-top: 16px;
}

.ambiente {
	font-family: 'Catamaran', Helvetica, Arial, serif;
	margin-top: 10px;
	display: block;
	text-align: center;
	width: 100%;
	font-weight: bold;
	color: red;
}

.btn-login .z-button {
	color: white !important;
}

.btn-login, btn-login:hover {
	width: 100%;
	font-family: 'Catamaran', Helvetica, Arial, serif;
	background: var(--btncolor) !important;
	color: white !important;
	border: none;
	margin-top: 12px;
	height: 42px;
	font-size: 1rem;
	flex: 1;
	text-shadow: none !important;
	font-weight: bold;
}


.btn-login:hover {
	opacity: 0.8;
}

.btn-cadastro {
	background: none !important;
    color: var(--btncolor) !important;
    font-weight: normal;
    border: 1px solid var(--btncolor) !important;
}

.titulo {
	font-family: 'Catamaran', Helvetica, Arial, serif;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 18px;
	text-align: center;
	color: #494949;
	margin-top: 25px;
	display: block;
	margin-bottom: 20px;
}

.div-inputs {
	display: flex;
	flex-flow: column wrap;
	align-items: center;
}

.div-btns {
	display: block;
	width: 100%
}

@media ( max-width : 667px) {
	.card-login {
		min-width: 90%;
		max-width: 90%;
	}
	body {
		background: white;
	}
	.container {
		margin: 0px;
		padding: 30px 0px 0px 0px;
		border: none;
		box-shadow: none;
		width: 100%;
	}
}

.link-esqueci-minha-senha {
	width: fit-content;
    font-size: 12px;
    margin-top: 20px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    color: rgb(84, 84, 84) !important;
}

.link-esqueci-minha-senha:hover {
	opacity: 0.8;
}

.z-select {
	height: 42px;
    width: 100%;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #dbdbdb;
    box-shadow: 1px 1px 2px #dfdfdf;
    font-family: 'Catamaran', Helvetica, Arial, serif;
    padding: 8px 15px;
    font-size: 14px;
}

.z-vlayout-inner {
	text-align: center;
}
