body{
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 14px;
	/*background: #EBECEC url(../images/bg-tela-login.png) repeat center center;*/
	background: #EEEEF0 url(../images/bg-tela-login-1920.jpg) no-repeat center center;
	margin: 0;
}

.wm-logo{
	height: 70px;
	background-size:auto 80% !important;
	-webkit-background-size: auto 80% !important;
	-o-background-size: auto 80% !important;
	-khtml-background-size: auto 80% !important;
	-moz-background-size: auto 80% !important;
}
h1.wm-logo-text{
	color: #B6B6B6;
	font-size: 20px;
	font-style: italic;
	margin: 0 40px;
	width: 290px;
}
.wm-login-panel{
	width:330px;
	height:340px;
	margin:auto;
	margin-top: 100px;
	clear:both;
	border:1px solid #ccc;
	background-color: #FFF;
}
.wm-login-panel.default{
	background-color:#187BA5;
}
.wm-login-panel.default .wm-login-panel-dialog{
	border-top:1px solid #187BA5;
}
.wm-login-panel.custom{
	background-color:#ededed;
}
.wm-login-panel.custom .wm-login-panel-dialog{
	border-top:1px solid #d8d8da;
}
.wm-login-panel.showed_banner{
	margin-top: 40px;
}
.wm-login-panel-dialog{
	margin-top:0px;
	height:230px;
	padding:20px 40px;
	background-color: #FFF;
}
.wm-login-panel-dialog div{
	margin:8px 0 5px 0;
}
.wm-login-panel-dialog input{
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
	font-size:16px;
	margin: 0;
}
.wm-login-panel-dialog input[type="text"],
.wm-login-panel-dialog input[type="password"]{
	width:95%;
}
.wm-login-panel-dialog input[type="password"],
.wm-login-panel-dialog input[type="text"]{
	-webkit-border-radius: 3px;
	border: 1px solid #BBB;
	padding: 5px;
}
.wm-login-panel-dialog .wm-login-panel-dialog-submit{
	margin-top:12px;
}
.wm-login-panel-dialog div.wm-login-panel-dialog-user{
	margin-top:20px;
}
.wm-login-panel-dialog input[type="submit"]{
	padding: 5px 20px;
	font-weight:bold;
}
.default .wm-login-panel-dialog input[type="submit"]{
	background-color: #187BA5;
	color: #FFF;
	border: 2px outset #187BA5;
}
.default .wm-login-panel-dialog input[type="submit"]:active{
	border: 2px inset #187BA5;
}
.custom .wm-login-panel-dialog input[type="submit"]{
	background-color: #F0F0F0;
	color: #000;
	border: 2px outset #F0F0F0;
}
.custom .wm-login-panel-dialog input[type="submit"]:active{
	border: 2px inset #F0F0F0;
}
.wm-login-panel-dialog .wm-login-panel-dialog-msg{
	padding-left:26px;
	height: 12px;
	color:red;
	font-size: 12px;
}
.wm-login-panel-dialog .wm-login-panel-dialog-msg.invalid{
	background: transparent url(../images/icon-login-error.png) no-repeat top left;
	min-height: 34px;
	padding-bottom: 15px;
}
.wm-login-error{
	position:relative;
	width:752px;
	margin:auto;
	clear:both;
	background: #FFFFD5;
	border: 1px solid #D5CDC4;
	padding:8px;
	font-size: 16px;
	color:#444;
	top:75px;
}
.wm-login-error .ico{
	display: inline-block;
	color:red;
	text-align:center;
	padding: 1px 8px;
	background: white;
	border: 1px solid red;
	border-radius: 8px;
	-moz-border-radius: 8px;
	margin-right: 16px;
	font-weight:bold;
}

input.invalid{
	border-color:red !important;
}

.hddd{display:hidden !important;}
.hdd{display:none;}
.invsbl{visibility:hidden;}
.red{color:red;}
.flt_b:after {content:"."; display:block; height:0; clear:both; visibility:hidden; zoom:1;}
* html .flt_b {height:1;}
.flt_b {display:inline-block;}
.flt_l {display:inline; float:left !important;}
.flt_r {display:inline; float:right !important;}
.txt-r{text-align:right; display: inline-block; width: 100%;}
.txt-c{text-align:center;}
.txt-nowrap{white-space:nowrap;}
.v-top{vertical-align:top;}
.round{-webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;}
.no-round-top{
	-webkit-border-top-left-radius: 0 !important; -moz-border-top-left-radius: 0 !important; border-top-left-radius: 0 !important;
	-webkit-border-top-right-radius: 0 !important; -moz-border-top-right-radius: 0 !important; border-top-right-radius: 0 !important;
}
.shadow {
	-moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);

}

.banner-img{
	vertical-align: bottom;
	margin: -16px 8px 0 0;
	max-width: 128px;
}
.banner-img img{
	width: 100%;
}

.banner-app{
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
	background: white;
	font-family: arial, sans-serif;
	position: relative;
}

.banner-app h2{
	font-size: 20px;
	margin: 5px;
}

.banner-app .banner-txt{
	color: #4f4f4f;
	padding-bottom: 5px;
	position: relative;
	text-align: center;
}

.banner-img,
.banner-app .banner-txt{
	display: inline-block;
}

.banner-app .banner-txt p{
	font-size: 17px;
}

.banner-app .banner-txt small{
	font-size: 13px;
}

.banner-button{
	border-radius: 4px;
	box-shadow: inset 0 1px 1px white;
	text-align: center;
	text-shadow: 1px 1px 5px #888;
	font-weight: bold;
	border: 1px solid #a1ce35;
	background-color: #87ba0e;
	background-image: linear-gradient(top, #aae02b, #87ba0e);
	background-image: -ms-linear-gradient(top, #aae02b, #87ba0e);
	background-image: -moz-linear-gradient(top, #aae02b, #87ba0e);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #aae02b), color-stop(1, #87ba0e));
	color: white;
	text-decoration: none;
	margin: 0 5px;
	display: inline-block;
	padding: 1px 0px;
	min-width: 120px;
}

.apple-button:before,
.android-button:before{
	content: '';
	display: inline-block;
	height: 18px;
	vertical-align: middle;
	margin-right: 3px;
}

.apple-button:before{
	width: 12px;
	background: url(../images/icon-apple.png) no-repeat;
	background-size: contain;
}
.android-button:before{
	width: 17px;
	background: url(../images/icon-android.png) no-repeat;
	background-size: contain;
}

@media only screen and (max-height : 560px) {
	.banner-app{
		position: relative;
		margin-top: -6px;
	}
}

@media screen and (max-width: 360px){
	.banner-app .banner-txt h2{
		font-size: 11px;
		margin-bottom: 5px;
		padding-right: 100px;
	}
	.banner-img{
		margin-bottom: 8px;
	}

	.wm-login-panel{
		width: 90%;
	}
	.banner-button{
		min-width: 88px;
		display: block;
		font-size: 0.7em;
		vertical-align: middle;
	}
	.banner-links{
		margin-top: 0 !important;
	}
	.banner-links .android-button{
		margin-bottom: 5px !important;
	}
}

@media screen and (max-width: 510px){
	.banner-links{
		position: absolute;
		right: 0;
		top: 0;
		margin-top: 10px;
	}
	.banner-links a{
		display: block;
	}
	.banner-app h2{
		font-size: 11px;
		text-align: left;
		float: left;
		padding-right: 132px;
	}
}

@media screen and (max-width: 630px){
	.banner-app h2{
		font-size: 1.2em;
	}
	.banner-app .banner-txt p{
		font-size: 1em;
	}
	.banner-app small{
		display: none;
	}

}

@media screen and (max-width: 780px){
	.banner-img{
		width: 16%;
	}
	.banner-txt{
		width: 77%;
	}
	.banner-app .banner-txt p{
		display: none;
	}
	.banner-links{
		display: inline-block;
	}
	.banner-links .android-button{
		margin-bottom: 10px;
	}
	.banner-links{
		padding-left: 25%;
	}
}
