body {

	font-family: 'Dosis', sans-serif;

	/*background-color: #47525D;*/
	background-color: #F7F7F7;

}


.loginBox {

	width: 360px;
	height: 570px;

	background-color: #fff;
	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;

	border-radius: 5px;
	border: 1px solid #E3CCF9;
	
	position: relative;

}



.loginBoxHeader {
	
	width: 100%;
	height: 110px;
	
	background-color: #E3CCF9;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	
	background-image: url(../img/login_header.svg);
	background-size: 50px;
	background-position: center 25px;
	background-repeat: no-repeat;
	
	box-shadow: 0 1px 2px rgba(0,0,0,0.50);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.50);
	
	position: relative;
	
}

.loginBoxHeaderIcon {
	
	width: 30px;
	height: 30px;
	
	margin-top: 55px;
	margin-right: 30px;
	
	background-image: url(../img/ico_setup.svg);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	
	float: right;
	
}

.loginForm {
	
	width: 100%;
	height: 415px;
	
	text-align: center;
}

.loginFormIllus {

	width: 300px;
	height: 150px;
	
	padding-top: 50px;
	margin-left: auto;
	margin-right: auto;
	
	background-size: 250px;
	background-position: center center;
	background-repeat: no-repeat;
	
	position: relative;
	
}

.loginFormInput {

	width: 270px;
	height: 40px;
	
	background: #FFFFFF;
	border: 2px solid #677089;
	border-radius: 5px;
	
	padding-left: 10px;
	padding-right: 10px;
	
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	
	color: #677089;
	font-size: 13px;
	font-weight: 700;
	
	outline: none;
	
}

.loginFormSubmit {

	height: 40px;
	
	margin-top: 20px;
	
	background-color: #E3CCF9;
	border: 2px solid #AD72EF;
	border-radius: 5px;

	font-size: 12px;
	color: #AD72EF;
	letter-spacing: 0;
	text-align: center;
	font-weight: 700;
	line-height: 30px;
	
}

.loginFormSubmit:hover {
	
	color: #fff;
	background-color: #AD72EF;
	cursor: pointer;
	
}

.loginFooter {
	
	width: 100%;
	height: 45px;
	
	background-color: #F7F1FD;
	border-top: 1px solid #E3CCF9;
	border-bottom: 1px solid #E3CCF9;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;

	cursor: pointer;
	font-size: 11px;
	color: #AD72EF;
	letter-spacing: -0.24px;
	font-weight: 300;
	text-align: center;
	line-height: 45px;
	
}

.loginLogo {


	width: 100%;
	height: 60px;

	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;

	background-image: url(../img/login_logo.png);
	background-repeat: no-repeat;
	background-size: 80px;
	background-position: center;

	font-size: 11px;
	color: #708599;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}


.loginConta {
	
	width: 100%;
	height: 415px;
	
	overflow-y: auto;
	
}

.loginContaCell {
	
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #E4E4E4;
	background-color: #FBFBFB;
	
}

.loginContaCell:hover {
	
	background-color: #FFF5D2;
	cursor: pointer;
	
}

.loginContaCellLogo {

	width: 35px;
	height: 32px;
	
	margin-top: 20px;
	margin-left: 30px;
	margin-right: 15px;
	
	border-radius: 100%;
	background-color: #FFB7B7;
	
	background-position: center center;
	background-size: 35px;
	background-repeat: no-repeat;
	
	float: left;
	
}

.loginContaCellNome {
	
	width: 225px;
	height: 30px;
	
	line-height: 70px;
	
	font-size: 14px;
	color: #47525D;
	letter-spacing: -0.27px;
	font-weight: 300;
	float: left;
	
}

.loginContaCellTotal {
	
	
	width: 30px;
	
	margin-top: 30px;
	margin-right: 25px;
	
	font-size: 13px;
	color: #47525D;
	text-align: right;
	font-weight: 700;
	
	float: right;
	
}

div.growlUI {

	padding-top:-5px;
	background: url(../img/check48.png) no-repeat 10px 10px;

}

div.growlUI h1, div.growlUI h2 {

    font-size: 100%;
	color: white;
	padding: 5px 5px 5px 75px;
	text-align: left;

}

.do-flipper {
/*
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
*/
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);

  }

.flipper {

  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  position: relative;

 }


