*{
    position:relative;
	font-family: Arial;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
    text-decoration: none; 
    text-rendering: optimizeLegibility;
    font-smooth:always;
}


body															{ line-height: 1; }
ol, ul 															{ list-style: none; }
blockquote, q 													{ quotes: none; }
blockquote:before, blockquote:after, q:before, q:after 	        { content:' '; content: none; }
:focus 															{ outline: 0; }
ins 															{ text-decoration: none; }
del 															{ text-decoration: line-through; }
table 															{ border-collapse: collapse; border-spacing: 0; }
img                                                             { display:block; }

main, 
header,
nav,
section, 
footer,
aside{
    display:block;
}

.separator{
    font-size:0;
    height:0;
    clear:both;
}

input, textarea, select {
    -webkit-appearance: none;
    border-radius:0;
}

html, body, #fullSiteWrapper, main, section {
    height: 100%;    
    width: 100%;	
    margin: auto;
}

.gridFrameWrapper 
{
	width: 100%;	
        height: 100%;
	margin: auto-width;
}

#loginV1 .section01 
{		
	background: url('../Images/ssh_main.jpg');                
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#loginV1 .formContainer {
    position: absolute;
    top: 40%;
    right: 75;
    width: 400px;        
}

#loginV1 .formContainer .formContent {
    width: 100%;
    height: 300px;
    padding: 40px 40px 40px 40px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 61px 6px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 0px 61px 6px rgba(0,0,0,0.14);
    box-shadow: 0px 0px 61px 6px rgba(0,0,0,0.14);
}

#loginV1 .formContainer .formContent .topContent {
    margin-bottom: 20px;                
    font-size: 0;
}


#loginV1 .formContainer .formContent .topContent .line {
    display: inline-block;
    vertical-align: top;
    height: 28px;
    margin-right: 28px;
    margin-left: 27px;
    border-left: 1px solid #f2f2f2;
}

#loginV1 .formContainer .formContent .topContent h5 
{	
    display: inline-block;
    vertical-align: top;
    margin-top: 1px;
    color: #0082D2;
    font-size: 28px;    
    font-weight:bolder;
    letter-spacing: -0.030em;
}

#loginV1 .formContainer .formContent .formItem {
    width: 100%;
    height: 50px;
    padding-right: 20px;
    margin-bottom: 20px;
    font-size: 0;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
}


#loginV1 .formContainer .formContent .formItem .title {
    display: inline-block;
    vertical-align: top;
    width: 122px;
    padding-left: 19px;
    margin-top: 22px;
    color: #b2b2b2;
    font-size: 14px;
    font-weight: 600;
}

#loginV1 .formContainer .formContent .formItem .formInput {
	display: inline-block;
	vertical-align: top;
	width: 220px;
	height: 34px;
	padding: 0 0 0 20px;
	margin-top: 10px;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	border: 0;
	border-left: 1px solid #e3e3e3;
}

#loginV1 .formContainer .formContent .loginButton {
    display: block;
    width: 135px;
    height: 45px;
    padding-top: 16px;
    margin: 0 0 20px auto;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    background-color: #0082D2;
    border-radius: 5px;
}


#loginV1 .formContainer .formContent .loginButton:hover, #loginV1 .formContainer .formContent .loginButton:active {
    background-color: #0082D2;
}

#loginV1 .formContainer .formContent .bottomContent {
    padding-top: 20px;                
}

#loginV1 .formContainer .formContent .bottomContent p {
    margin-bottom: 4px;
    color: #000;
    font-size: 12px;
    font-weight: 700;
}

#loginV1 .formContainer .formContent .bottomContent p a:hover {
    text-decoration: underline;
}

#loginV1 .formContainer .formContent .bottomContent span {
	color: #000;
	font-size: 12px;
	font-weight: 500;
}
.bottomContent a
{
	color:White;
	font-size: 12px;
}