*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

h2{
	color: #1b1b1b;
	font-family: 'Arial';
	font-size: 17pt;
	margin-bottom: 20px;
}
p{
	color: #1b1b1b;
	font-family: 'Arial';
	font-size: 10pt;
}
a{
	font-family: 'Arial';
	font-size: 10pt;
	color: #0067b8;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
label{
	color: #1b1b1b;
	font-family: 'Arial';
	font-size: 10pt;
	display: block;
	margin-bottom: 20px;
}
input[type="email"], input[type="password"], input[type="text"]{
	display: block;
	width: 100%;
	padding: 5px 0px 5px 0px;
	border: 0;
	border-bottom: 1px solid rgba(0,0,0,.6);
	outline: none;
	font-size: 11pt;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
#containerLogin{
	width: 100%;
	height: 100vh;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url('https://logincdn.msftauth.net/shared/5/images/49_7916a894ebde7d29c2cc.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
#containerLogin:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#bodyLogin{
	width: 440px;
	height: 368px;
	background-color: #FFF;
	padding: 44px 0;
	overflow: hidden;
	overflow-y: auto;
	z-index: 1;
}
.divLogo{
	padding: 0 44px;
}
.logoLogin{
	width: 110px;
	margin-bottom: 20px;
}
.btnFormLogin{
	color: #FFF;
	cursor: pointer;
	border: 0;
	background-color: #0067b8;
	padding: 8px 20px;
	font-size: 11pt;
	letter-spacing: 1px;
}
.divButton{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
}

.divBtnLogin{
	margin-top: 60px;
}

.divEmailUser{
	display: block;
	margin-bottom: 10px;
}
.divEmailUser p{
	font-size: 12pt;
}





#btnPrev{
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 0;
	cursor: pointer;
	background-color: transparent;
	margin-right: 5px;
}
#btnPrev i{
	color: gray;
}

#btnPrev:hover{
	background-color: #e3e3e3;
}


#btnNextEmail{
	background-color: #00b837;
}
#btnCancelar{
	background-color: #aeaeae;
}

.divBtnAction{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.divBtnAction > button{
	width: 49%;
}



/*--------- Recovery pass  --------------*/
.opacity0{
    opacity: 0;
}
.opacity1{
    opacity: 1;
    transition: opacity .6s;
}

/*--------------- slider ---------------------*/
#containerLayout{
	position: relative;
}

#containerLayout > div{
	position: absolute;
	padding: 0 44px;
	top: 0;
	left: 100%;
	width: 100%;
	transition: .4s all;
}








.layoutActive{
	left: 0 !important;
}
.layoutLeft{
	left: -100% !important;
}
.layoutRight{
	left: 100% !important;
}



@media (max-width: 600px) {
	#bodyLogin{
    	width: 100%;
    	max-width: 375px;
    	height: 100%;
	}
}
