@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz@6..12&display=swap');


* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: 'Nunito Sans', sans-serif;
}


.sig {
	font-size: 1.8em;
	border-radius: 15px 0 0 15px;
	font-weight: bold;
    background: linear-gradient(to right, #2F2460, #d89c2e);
    -webkit-background-clip: text;
	background-clip: text;
    color: transparent;
}

.box-shadow{
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

body,
html {
	height: 100%;
}

a{
	cursor: pointer;
}

/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
	font-size: 13px;
	color: #e5e5e5;
	line-height: 1.5;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
	width: 100%;
	margin: 0 auto;
}

.container-login100 {
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px;

	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.container-login100::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.65);
}

.wrap-login100 {
	width: 500px;
	border-radius: 10px;
	overflow: hidden;
	background: transparent;
}


/*------------------------------------------------------------------
[ Form ]*/

.login100-form {
	width: 100%;
	border-radius: 10px;
	background-color: #fff;
}

.login100-form-logo {
	font-size: 60px;
	color: #333333;

	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: #fff;
	margin: 0 auto;
}

.login100-form-title {
	font-size: 28px;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;

	display: block;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.login100-form-btn {
	font-size: 18px;
	color: #fff;
	line-height: 1.2;
	text-transform: uppercase;

	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	min-width: 160px;
	height: 42px;
	border-radius: 12px;
	position: relative;
	z-index: 1;
	background: linear-gradient(to right, #2F2460, #AA4547);
	transition: all 0.4s;
}

.login100-form-btn::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	background-color: #555555;
	top: 0;
	left: 0;
	opacity: 0;

	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.login100-form-btn:hover {
	transform: scale(0.9);
}

.p-t-30 {
	padding-top: 0.4rem;
}

.p-b-50 {
	padding-bottom: 50px;
}

.p-b-33 {
	padding-bottom: 1rem;
}

.p-t-5 {
	padding-top: 5px;
}

.m-t-32 {
	margin-top: 32px;
}

.btn-ver-senha {
	border: none;
	outline: none;
	cursor: pointer;
	position: absolute;
	margin-left: 80%;
	top: 50%;
	border: none;
	border-radius: 50%;
}

.btn-ver-senha:focus{
	outline: none;
}

.btn-ver-senha img {
	width: 20px;
}
