html,
body {
	background-color: rgb(39, 33, 33);
	height: 100vh ;
	font-family: 'Open Sans', sans-serif;
	touch-action: pan-x pan-y;
	max-width: 700px;
	padding-right: 0;
	margin: 0px auto;
	overscroll-behavior: none;


}



#Container_login {
	background-image: linear-gradient(rgb(217 39 113), rgb(114 0 0)) !important;
	min-height: 100vh !important;
	margin: auto;
	text-align: center;
	position: relative;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
}


#Container_resetPW {
	background-image: linear-gradient(rgb(217 39 113), rgb(114 0 0)) !important;
	min-height: 100vh !important;
	margin: auto;
	text-align: center;
	position: relative;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;

}


.campoInput {
	width: 80%;
	max-width: 350px;
	height: 65px;
	border-radius: 6px !important;
	background: #ffffff !important;
	border-style: inset;
	border-bottom: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
	border-top: 0px !important;
	border-color: white;
	font-size: 16px;

}



/*Button css*/


#login {
	width: 80%;
	max-width: 350px;
	height: 65px;
	border-radius: 6px;
	border: 1px solid rgb(255, 255, 255);
	background: #ff0053b8;
	color: #ffffff;
	font-size: larger;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor: pointer;

}

#login:hover {
	width: 80%;
	max-width: 350px;
	height: 65px;
	border-radius: 6px;
	border: 1px solid rgb(255, 255, 255);
	background: #ff2c72b8;
	color: #ffffff;
	font-size: larger;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor: pointer;

}



input {
	text-indent: 20px;
	font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

}

.input-group {
	justify-content: center !important;



}


.btnIrRedefinir {
	color: #ffffff;
	font-size: large;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;


}

.btnLGLIGH {

	width: 80%;
	max-width: 350px;
	height: 65px;
	border-radius: 6px;
	border: 1px solid rgb(255, 255, 255);
	background: #ff0053b8;
	color: #ffffff;
	font-size: larger;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor: pointer;


}

.btnLGLIGH:hover {

	width: 80%;
	max-width: 350px;
	height: 65px;
	border-radius: 6px;
	border: 1px solid rgb(255, 255, 255);
	background: #ff4482ea;
	color: #ffffff;
	font-size: larger;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor: pointer;


}




.itemcla {

	background-color: rgb(235, 235, 235);
	justify-items: center;
	border-radius: 5px;
	display: grid;



}


.linkpage {

	color: #ffffff;
	font-weight: 800;

}


img,
svg {
	margin-bottom: 30px;
	margin-top: 20%;

}



#VoltarLogin {
	position: absolute;
	left: 15px;
	top: 10px
}

.titlerpw {
	padding-top: 100px;
	color: #ffffff;
	margin: 0px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
}

p {
	padding-bottom: 20px;
	color: #ffffff;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;

}


a:hover {

	color: rgb(255, 153, 0)
}


.alert {
	border-radius: 20px;
	max-width: 350px;
	width: 80%;
	text-align: center;
	margin: auto;
	padding: 10px;

}

.alert-success {
    background-color: rgb(8 227 227 / 71%);
	color: #ffffff;


}

.alert-danger {


	background-color: rgba(255, 145, 0, 0.445);
	color: #ffffff;

}