.wua-show-content
{
	display: inline-block;
    font-size: 12px;
    color: #aaaaaa;
    line-height: 25px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: relative;
    padding: 15px;
    border: 1px solid #c2c2c2;
}
.wua-show-content:hover
{
	background: #000;
	color:#fff;
	font-weight: 500
}
.wua-show-content i
{
	font-size: 30px;
	vertical-align: middle;
	margin-top: -5px;
	color: #aaaaaa;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	margin-right: 5px;
}

.wua-show-content span
{	
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}



.wua-show-content:hover i
{
	color: #f02c6e;
}

.wua-content
{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
    top: 0;
    bottom: 0;
	margin: auto;
	box-sizing: border-box;
	max-width:100%;
	text-align: right;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 1ms ease-in-out 300ms, opacity 300ms ease-in-out;
	-moz-transition: visibility 1ms ease-in-out 300ms, opacity 300ms ease-in-out;
	-o-transition: visibility 1ms ease-in-out 300ms, opacity 300ms ease-in-out;
	transition: visibility 1ms ease-in-out 300ms, opacity 300ms ease-in-out;
	
}

.wua-content.show
{
	-webkit-transition: visibility 1ms ease-in-out, opacity 300ms ease-in-out;
	-moz-transition: visibility 1ms ease-in-out, opacity 300ms ease-in-out;
	-o-transition: visibility 1ms ease-in-out, opacity 300ms ease-in-out;
	transition: visibility 1ms ease-in-out, opacity 300ms ease-in-out;
	opacity: 1;
	visibility: visible;
}

.wua-content-inner
{
	padding: 80px 0;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	height: 320px;
	min-height: 100%;
	max-width: 500px;
	width: 100%;
	font-size: 0;
	text-align: left;
	position: relative;
	overflow: auto;
	background: #ffffff;
}

.wua-content-inner:before
{
	content: "";
	display: inline-block;
	vertical-align: middle;
	min-height: 100%;
	width: 0;
}

.wua-content-vertical-midle
{
	display: inline-block;
	vertical-align: middle;
	font-size: 19px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 50px 0;
	box-sizing: border-box;
}

.wua-content-close
{
	position: absolute;
	font-size: 30px;
	display: block;
	top: 35px;
	right: 45px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.wua-content-title
{
	color: #494949;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 40px;
	padding-bottom: 0;
}

.wua-form-inputs
{
	margin: -9px 0;
}

.wua-form-input
{
	padding: 9px 0;
	position: relative;
}

.wua-form-input i
{
	position: absolute;
	top: -2px;
	bottom: 0;
	left: 17px;
	margin: auto;
	font-size: 22px;
	height: 22px;
}

.wua-content input[type="password"], .wua-content input[type="email"], .wua-content input[type="text"]
{
	width: 100%;
	box-sizing: border-box;
	padding-left: 50px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.wua-remind-pass-wrap
{
	margin-top: 12px;
	margin-bottom: 15px;
}

.wua-remind-pass
{
	font-size: 14px;
	font-weight: 500;
	width: 100%;
}

.wua-form-btns
{
	margin: -6px 0;
}

.wua-btn
{
	padding: 6px 0;
}

.wua-btn .BTN.invert,
.wua-btn .BTN.invert
{
	width: 100%;
	box-sizing: border-box;
	border-color: #6b115a;
	font-weight: 500;
}

.BTN.invert.wua-facebook{
	background: #3b5998;
}

.wua-register
{
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 14px;
	font-weight: 500;
	width: 100%;
}

.wua-register a,
.wua-remind-pass
{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.hidden-fields
{
	display: none;
}

@media all and (max-width: 1400px){
	.wua-register
	{
		color: #494949;
	}
	
	.wua-register a, .wua-remind-pass
	{
		color: #494949;
	}
	
	.wua-register a:hover, .wua-remind-pass:hover
	{
		color: #6b115a;
	}
	
	.wua-show-content i
	{
		font-size: 27px;
	}	
	.wua-content-title
	{
		font-size: 28px;
	}
}

@media all and (max-width: 767px){
	.wua-content-vertical-midle
	{
		padding: 0 16px;
	}
	
	.wua-show-content i
	{
		font-size: 24px;
	}
	

}