﻿@import url(https://fonts.googleapis.com/css?family=Bree+Serif);

/*******************
SELECTION STYLING
*******************/

::selection {
	color: #fff;
	background: #56c2e1; /* Safari */
}
::-moz-selection {
	color: #fff;
	background: #3f9db8; /* Firefox */
}

/*******************
BODY STYLING
*******************/

* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

body {
	font-family: "Segoe UI", Arial, sans-serif;
	font-weight:300;
	text-align: left;
	text-decoration: none;
	height: 100%;
}

#wrapper {
	
}


/*******************
LOGIN FORM
*******************/

.login-form {
	
}

/*******************
HEADER
*******************/

.login-form .header {
	/*padding:  20px 30px  0px 60px;*/
    width: 33%;
    text-align: right;
    background-color: #203a70;
    top: 0;
    bottom: 0;
    display: inline-block;
    height: 100%;
    float: left;
}

.login-form .header h1 {
	font-family: "Segoe UI", Arial, sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height:34px;
	color: #414848;
	
	margin-bottom: 10px;
}

.login-form .header span {
	font-size: 11px;
	line-height: 16px;
	color: #678889;
	
}
img#imgLogo {
    width: 40%;
}
.LogoDiv {
    margin-top: 40%;
    padding-right: 30px;
}

a#hl_copyright {
    color:#fff;
}

/*******************
CONTENT
*******************/

.login-form .content {
	width: 33%;
    position: absolute;
    left: 35%;
    margin-top: 13%;
}

/* Input field */
.login-form .content .input {
	width: 50%;
	padding: 15px 25px;
	
	font-family: "Segoe UI", Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #9d9e9e;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	background: #fff;
	border-bottom: 1px solid #000;
	border-radius: 0;
}

/* Second input field */
.login-form .content .password, .login-form .content .pass-icon {
	margin-top: 25px;
}

.login-form .content .input:hover {
	background: transparent;
	color: #414848;
    box-shadow: 0 0 3px #0078d4;
}

.login-form .content .input:focus {
	background: transparent;
	color: #414848;
	box-shadow: 0 0 3px #0078d4;
	-moz-box-shadow: 0 0 3px #0078d4;
	-webkit-box-shadow: 0 0 3px #0078d4;
}

.user-icon, .pass-icon {
	width: 46px;
	height: 47px;
	display: block;
	position: absolute;
	left: 0px;
	padding-right: 2px;
	z-index: -1;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.user-icon {
	top:108px; /* Positioning fix for slide-in, got lazy to think up of simpler method. */
	background: rgba(65,72,72,0.75) url('../../template_images/user-icon.png') no-repeat center;	
}

.pass-icon {
	top:161px;
	background: rgba(65,72,72,0.75) url('../../template_images/pass-icon.png') no-repeat center;
}

.content input:focus + div{
	left: -46px;
}

/* Animation */
.input, .user-icon, .pass-icon, .button, .register {
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}

/*******************
FOOTER
*******************/

.login-form .footer {
    margin-top: 15px;
}

/* Login button */
.login-form .footer .button {	
	padding: 11px 25px;
	font-family: "Segoe UI", Arial, sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #fff;
	text-shadow: 0px 1px 0 rgba(0,0,0,0.25);
	background: #203a70;
	border-radius: 0;
	cursor: pointer;
	
}

.login-form .footer .button:hover {
	opacity:0.9;
}

.login-form .footer .button:focus {
	opacity:0.9;
}

/* Register button */
.login-form .footer .register {
	display: block;
	
	padding: 10px 0;
	
	background: none;
	border: none;
	cursor: pointer;
	
	font-family: "Segoe UI", Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #00f;
	
}

.login-form .footer .register:hover {
	color: #7ca0b1;
}

.login-form .footer .register:focus {
	position: relative;
	bottom: -1px;
}

/* Register button */
.login-form .footer .registersm {
	display: block;
	float: left;
	padding: 0px;
	margin-right: 0px;
    
	
	background: none;
	border: none;
	cursor: pointer;
	
	font-family: "Segoe UI", Arial, sans-serif;
	font-weight: 200;
	font-size: 11px;
	color: #414848;
	
}

.registersm a {
    color:#fff!important;
}

.login-form .footer .registersm:hover {
	color: #7ca0b1;
}

.login-form .footer .registersm:focus {
	position: relative;
	bottom: -1px;
}

.RadTabStrip_Office2010Blue .rtsLevel1 .rtsOut {
    background-image:none !important;
}