*{
	list-style: none;
	margin: 0;
	padding: 0;
}


form input{
	background: #fff;
	border: 2px solid transparent;
	margin-bottom: 12px;
	width: 100%;
	border-radius: 6px;
	padding: 8px 12px;
	transition: all 0.3s;
}
form label{
	transition: all 0.3s;
}
form input:focus{
	outline: none;
}
form button{
	margin: 20px 12px 10px 0;
	background: #fff;
	border: 1px solid #fff;
	color: #3ec98c;
	padding: 8px 25px;
	font-weight: bold;
	font-size: 12px;
	border-radius: 6px;
	height: 36px;
	transition: all 0.3s;
}
form input.error{
	border-color: red;
	color: red;
}
form label.error{
    color: red;
    font-size: 12px;
    margin: -12px 0 7px;
    display: block;
}
form input.valid{
	font-weight: bold;
}
form input.valid ~ i{
	display: table!important;
}
form div.input-group{
	width: 100%;
}
form div.input-group > i{
	position: absolute;
    right: 12px;
    top: 13px;
    color: #38c997;
    z-index: 2;
    display: none;
    transition: all 0.3s;
}


.btn{
	background: #3ec98c;
    color: #fff;
    font-weight: bold;
}


.img-loading{
	max-width: 38px;
	margin-left: -10px;
	display: none;
}


.section-login{
	display: flex;
	justify-content: space-between;
	align-items: start;
	min-height: 800px;
	height: 100%;
	position: relative;
}


.login-left{
	background: #fafafa;
	width: 40%;
	height: 100%;
	padding: 12% 6% 0;
	position: absolute;
	left: 0;
}





.login-right{
	background: #3ec98c;
	width: 60%;
	height: 100%;
	padding: 3% 20% 0 15%;
	position: absolute;
	right: 0;
}
.formulario .logo{
	max-width: 130px;
	margin-bottom: 20px;
}


.formulario .form ul{
	display: table;
}
.formulario .form ul li{
	float: left;
	margin: 0 20px 25px 0;
}
.formulario .form ul li a{
	color: #fff;
	border-bottom: 2px solid;
	padding: 0 0 8px;
	display: table;
	opacity: 0.6;
	font-weight: 300;
	text-decoration: none;
	transition: all 0.3s;
}
.formulario .form ul li a:hover{
	opacity: 1;
}

.g-grupo *{
	color: #fff;
}
.g-grupo p{
	margin: -5px 0 35px;
}


.btn-esqueceu-senha{
	font-size: 13px;
	color: #fff;
	opacity: .8;
	font-weight: 500;
	transition: all 0.3s;
}
.btn-esqueceu-senha:hover{
	text-decoration: none;
	opacity: 1;
	color: #fff;
}






/* CADASTRAR  */
.section-cadastrar .g-grupo p{
	margin: 5px 0 25px;
}



.msg-result{
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}
.msg-result .msg-result-content {
    padding: 30px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
	height: 60%;
}
.btn-closed{
	font-size: 30px;
    color: red;
    display: table;
    margin: -25% auto 30px;
    padding: 10px;
    opacity: .6;
    transition: all 0.3s;
}
.btn-closed:hover{
	cursor: pointer;
	opacity: 1;
}






@media (min-width: 1280px) {
	.section-login{ min-height: 950px; }
}
@media (min-width: 1440px) {
	.section-login{ min-height: 1050px; }
}
@media (min-width: 1920px) {
	.section-login{ min-height: 1250px; }
}
@media (min-width: 2560px) {
	.section-login{ min-height: 1750px; }
}











