
#vtexIdUI-global-loader{
	background: rgb(0, 0, 0)!important;
	opacity: 0.8!important;
}
#vtexIdContainer{
	position: fixed!important;
}
.vtexIdUI{
	height: 550px!important;
	width: 560px!important;
	top: 50%!important;
	margin-top: -275px!important;
	left: 50%!important;
	margin-left: -280px!important;
	border: 0!important;
	padding: 0!important;
	box-shadow: none!important;
	border-radius: 0!important;
	background-image: url('/arquivos/entrarbefore.png')!important;
	background-position: left!important;
	background-repeat: no-repeat!important;
	background-color: #000!important;
	position: fixed!important;
}
.vtexIdUI .vtexIdUI-page{
	max-width: 330px!important;
	height: 550px!important;
	right: 0!important;
}
.vtexIdUI .modal-body{
	max-height: inherit!important;
	height: 550px!important;
	padding: 0!important;
	display: flex!important;
	align-items: center!important;
}
.vtexIdUI .modal-header{
	border: 0!important;
	padding: 0!important;
	position: absolute!important;
	width: 330px!important;
	height: 50px!important;
	z-index: 9!important;
	margin-top: 100px!important;
	background: url('/arquivos/entrarcadeado.png')!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
}
.vtexIdUI .modal-header .close{
	width: 32px!important;
	height: 32px!important;
	background-image: url('/arquivos/entrarclose.png')!important;
	background-repeat: no-repeat!important;
	background-color: transparent!important;
	font-size: 0!important;
	padding: 0!important;
	border-right: 0!important;
	display: block!important;
	right: 20px!important;
	top: -60px!important;
	cursor: pointer!important;
}
.vtexIdUI .modal-header .close:focus{
	outline: none!important;
}
.vtexIdUI .modal-header h4{
	font-size: 0!important;
}
.vtexIdUI .vtexIdUI-providers-list, .vtexIdUI .account-list{
	margin: auto!important;
	padding-top: 40px!important;
}

.vtexIdUI button#loginWithAccessKeyBtn,
.vtexIdUI button#vtexIdUI-facebook,
.vtexIdUI button#vtexIdUI-google-plus,
.vtexIdUI button#loginWithUserAndPasswordBtn{
	width: 270px!important;
	height: 40px!important;
	border: 0!important;
	padding: 0!important;
	box-shadow: none!important;
	border-radius: 0!important;
	font-size: 0!important;
	text-shadow: none!important;

	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.vtexIdUI button#loginWithAccessKeyBtn:hover,
.vtexIdUI button#vtexIdUI-facebook:hover,
.vtexIdUI button#vtexIdUI-google-plus:hover,
.vtexIdUI button#loginWithUserAndPasswordBtn:hover{
	-moz-transform: scale(1.01);
		-webkit-transform: scale(1.01);
		transform: scale(1.01);
}

.vtexIdUI button#loginWithAccessKeyBtn{
	background: url(/arquivos/entrarreceber.png) transparent no-repeat!important;
}

.vtexIdUI button#vtexIdUI-facebook{
	background: url(/arquivos/entrarfacebook.png) transparent no-repeat!important;
}

.vtexIdUI button#vtexIdUI-google-plus{
	background: url(/arquivos/entrargoogle.png) transparent no-repeat!important;
}

.vtexIdUI button#loginWithUserAndPasswordBtn{
	background: url(/arquivos/entraremailesenha.png) transparent no-repeat!important;
}
.vtexIdUI button#loginWithAccessKeyBtn i,
.vtexIdUI button#vtexIdUI-facebook i,
.vtexIdUI button#vtexIdUI-google-plus i,
.vtexIdUI button#loginWithUserAndPasswordBtn i,
.vtexIdUI button#loginWithAccessKeyBtn span,
.vtexIdUI button#vtexIdUI-facebook span,
.vtexIdUI button#vtexIdUI-google-plus span,
.vtexIdUI button#loginWithUserAndPasswordBtn span{
	display: none!important;
}

.vtexIdUI form{
	height: 550px!important;
}
.vtexIdUI form .vtexIdUI-email-field{
	width: 100%!important;
	padding-left: 10px!important;
	padding-right: 10px!important;
}
.vtexIdUI form#vtexIdUI-form-classic-login .modal-body,
.vtexIdUI form.ng-pristine .modal-body{
	flex-direction: column!important;
	justify-content: center!important;
	padding-left: 10px!important;
	padding-right: 10px!important;
}
.vtexIdUI form .vtexIdUI-email-field:before{
	content: 'Por favor, informe seu e-mail:'!important;
	margin-bottom: 5px!important;
	font-family: 'Montserrat', sans-serif!important;
	display: block!important;
	font-size: 14px!important;
	color: #555555!important;
}
.vtexIdUI form .modal-footer{
	width: 100%;
	position: absolute!important;
	bottom: 0!important;
	border: 0!important;
	box-shadow: none!important;
	background-color: transparent!important;
}

@media (max-width: 580px){
.vtexIdUI {
	width: 300px!important;
	height: 350px!important;
	margin-top: -175px!important;
	margin-left: -150px!important;
	background-image: none!important;
}
.vtexIdUI .modal-header .close{
	top: -20px!important;
}
.vtexIdUI .vtexIdUI-providers-list, .vtexIdUI .account-list{
	padding-top: 100px!important;
}
.vtexIdUI .vtexIdUI-page{
	max-width: 300px!important;
	height: 350px!important;
}
.vtexIdUI .modal-header{
	width: 300px!important;
	margin-top: 30px!important;
}
.vtexIdUI .modal-body{
	height: 350px!important;
}