﻿

html, body, table, tr, td, div, span, p, h1, h2, h3, h4, h5, input, option, textarea, select, a, button
{
	font-family: museo,serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
}
body
{
	overflow: visible;
}
a:link, a:visited
{
	color: black;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
	text-decoration: underline !important;
}
a:hover
{
	color: #444;
	text-decoration: underline !important;
}
body
{
	font-size: 14px;
	position: relative;
}
strong, b, .wxLogin_Label
{
	font-weight: 500;	
}
div.wxLogin_Dummy
{
	display: none;
}
div#wxLogin_Container
{
	background-image: url(images/login.jpg);
	background-position: center center;
	background-repeat: no-repeat;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	float: left;
  	position: fixed;
  	height: 100%;
  	width: 100%;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	overflow-y: auto;
}
div#wxLogin_Total
{
	background-image: url(images/logo.svg);
    background-size: 250px;
	background-position: right 30px top 30px;
	background-repeat: no-repeat;  
  	width: 650px;
  	height: auto;
  	z-index: 15;
  	background-color: white; 	
  	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);         
  	-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  	-moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);     
  	border-collapse: separate !important;
  	margin: auto;
}
div#wxLogin_AVG
{
	padding: 15px 0px 10px 0px;
}
div#wxLogin_AVG, div#wxLogin_AVG a:link, div#wxLogin_AVG a:hover
{
	font-size: 11px;
	font-weight: 500;
	line-height: 14px !important;
}
div.wxLogin_Content
{
	float: left;
	padding: 120px 40px 20px 30px;
	box-sizing: border-box;
	line-height: 25px;
	width: 100%;
}
div.wxLogin_Title, div.wxLogin_Row, div.wxLogin_Intro
{
	float: left;
	width: 100%;
}
div.wxLogin_Title
{
	color: black;
	font-family: museo,serif;
    font-weight: 500;
    font-style: normal;
	font-size: 30px;
	line-height: 32px;
	padding-bottom: 15px;
}
div.wxLogin_Intro
{
	padding-bottom: 15px;
	line-height: 20px;
}
div.wxLogin_Intro a:link
{
	text-decoration: underline;
}
.wxLogin_Row
{
	float: left;
	padding-bottom: 3px;
	width: 100%;
}
.wxLogin_Label
{
	width: 100%;
	float: left;
	font-weight: 500;
	padding-bottom: 2px;
	padding-top: 6px;
}
input[type=password], input[type=text]
{
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    color: #111210;
}
input[type=password]:focus, input[type=text]:focus
{
	border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
#ctl00_PlaceHolderMain_signInControl_FailureText
{
	padding-bottom: 25px;
	line-height: 20px;
	display: block;
}
table.wxLoginTable a, table.wxLoginTable a:link
{
	color: #444444;
	text-decoration: underline;
}
.wxLogin_Button 
{
    width: 30%;
    float: left;
    margin: 20px 0px;
}
.wxLogin_NewPWD 
{
    margin-top: 28px;
    width: 70%;
    float: left;
    text-align: right;
}
.wxLogin_NewPWD a:link, .wxLogin_NewPWD a:visited
{
	color: #444;
}
input[type=submit]
{
	background-color: #184661;
    border-color: #184661;
    color: #fff;
    -webkit-appearance: button;
    cursor: pointer;
    position: relative;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    white-space: nowrap;
    min-width: 3rem;
    border: #184661 0 solid;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    font-size: 13px;
    line-height: normal;
    padding: 11px 16px;
    margin: 0px;
    font-family: Calibri,sans-serif;
    text-transform: uppercase;
    letter-spacing: 1;
}
input[type=submit]:hover
{
	background-color: #22648a;
    border-color: #22648a;
    color: #fff;
}

@media screen and (max-width: 640px)
{
	div#wxLogin_Container
	{
		background-image: none;
		display: block;
	}
	div#wxLogin_Total
	{
		width: 100%;
		height: auto;
		margin: 0px;
		left: 0px;
		top: 0px;
		box-shadow: none;
		-webkit-box-shadow: none;
	}
	div.wxLogin_Content
	{
		padding-top: 90px;
	}
	table.wxLoginTable
	{
		font-size: 10px;
		line-height: 14px;
	}
	table.wxLoginTable td.wxLoginTable_Label
	{
		font-size: 14px;
		line-height: 21px;
	}
}