@font-face {
	font-family: 'Segoe WPN';
	src: local('Segoe UI'), local('SegoeUI'), url('/files/fonts/segoewpn/regular/SegoeWPN.eot?#iefix') format('embedded-opentype'), url('/files/fonts/segoewpn/regular/SegoeWPN.woff') format('woff'), url('/files/fonts/segoewpn/regular/SegoeWPN.ttf') format('truetype'), url('/files/fonts/segoewpn/regular/SegoeWPN.svg#SegoeWPN') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Segoe WPN Semilight';
    src: local('Segoe UI Semilight'), local('SegoeUI-Semilight'), url('/files/fonts/segoewpn/semilight/SegoeWPN-SemiLight.eot?#iefix') format('embedded-opentype'), url('/files/fonts/segoewpn/semilight/SegoeWPN-SemiLight.woff') format('woff'), url('/files/fonts/segoewpn/semilight/SegoeWPN-SemiLight.ttf') format('truetype'), url('/files/fonts/segoewpn/semilight/SegoeWPN-SemiLight.svg#SegoeWPN-SemiLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe WPN Light';
    src: local('Segoe UI Light'), local('SegoeUI-Light'), url('/files/fonts/segoewpn/light/SegoeWPN-Light.eot?#iefix') format('embedded-opentype'), url('/files/fonts/segoewpn/light/SegoeWPN-Light.woff') format('woff'), url('/files/fonts/segoewpn/light/SegoeWPN-Light.ttf') format('truetype'), url('/files/fonts/segoewpn/light/SegoeWPN-Light.svg#SegoeWPN-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    font-family: "Segoe WPN Light", sans-serif;
    font-size: 20px;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

body {
    overflow-x: auto;
    overflow-y: scroll;
}

a {
    color: inherit;
}

.center {
    width: 920px;
    margin: 0 auto;
    position: relative;
}

.titlebox {
    background: #4A4A4A;
    width: 100%;
    height: 100px;
    text-align: right;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.titlebox-title {
    font-family: "Segoe WPN Light", sans-serif;
    font-size: 32px;
    height: 100px;
    line-height: 100px;
    position: absolute;
    left: 0;
    color: #EEEEEE;
}

.titlebox-loginform input[type=text],
.titlebox-loginform input[type=email],
.titlebox-loginform input[type=password] {
    display: inline-block;
    height: 26px;
    width: 210px;
    border: none;
    font-family: "Segoe WPN Semilight", sans-serif;
    font-size: 18px;
    margin: 18px 8px;
    color: #333333;
    background: #FFFFFF;
    border-radius: 2px;
    padding: 8px;
    -webkit-appearance: none;
    text-align: left;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.titlebox-apps {
	top: 0;
	position: absolute;
	left: 150px;
	right: 150px;
	text-align: center;
}

.titlebox-apps-app {
	display: inline-block;
	width: 100px;
	margin: 5px;
	cursor: pointer;
}

.titlebox-apps-app-small {
	font-size: 14px;
	width: 60px;
}

.titlebox-apps-app img {
	width: 60px;
	height: 60px;
}

.titlebox-apps-app-small img {
	width: 40px;
	height: 40px;
}

.titlebox-apps-app-title {
	color: #fff;
	line-height: 30px;
}

.pw-c {
	display: inline-block;
	position: relative;
}

.resetpassword {
	position: absolute;
	color: #AAA;
	font-family: "Segoe WPN Semilight";
	text-decoration: underline;
	font-size: 14px;
	right: 0;
	margin: 0px 8px;
	top: 68px;
	min-width: 226px;
	text-align: center;
	cursor: pointer;
}
.resetpassword:hover {
	color: #EEE;
	transition: .2s;
}

.titlebox-loginform input[type=submit] {
    height: 42px;
    min-width: 80px;
    margin: 18px 10px;
    -webkit-appearance: none;
    border-radius: 2px;
    border: 1px solid #EEEEEE;
    font-family: "Segoe WPN Semilight", sans-serif;
    font-size: 18px;
    cursor: pointer;
    padding: 8px;
    display: inline-block;
    color: #EEEEEE;
    background: none;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.titlebox-loginform input[type=submit]:hover {
    -webkit-transition: .2s;
    transition: .2s;
    background-color: rgba(255, 255, 255, 0.2);
}

.titlebox-loginform input[type=submit]:active {
    -webkit-transition: .2s;
    transition: .2s;
    background-color: rgba(255, 255, 255, 0.5);
}

.content {}


/*
TEMP Banner
*/

.content-banner {
    padding: 10px;
    background: #ffff94;
}

.content-banner img {
    width: 80px;
    height: 80px;
    position: absolute;
    margin-top: 5px;
    margin-right: 25px;
}

.content-banner-title {
    margin-left: 100px;
    font-size: 32px;
}

.content-banner-text {
    margin-left: 100px;
    font-size: 16px;
    font-family: "Segoe WPN Semilight", sans-serif;
}


/*
END
*/

.content-top {
    margin: 100px 50px;
    text-align: center;
    position: relative;
    height: 250px;
    color: #5a5a5a !important;
}

.content-top-title {
    font-size: 38px;
    width: 200px;
    position: absolute;
}

.content-top-subtitle {
    font-size: 28px;
    position: absolute;
    width: 200px;
    top: 50px;
}

.content-top-image {
    width: 160px;
    height: 160px;
    top: 70px;
    position: absolute;
    box-shadow: 0px 0px 8px 5px #F8F8F8;
    border-radius: 28%;
    background: #FFFFFF;
}

.content-top-subimage {
    width: 112px;
    height: 112px;
    position: absolute;
    top: 100px;
    box-shadow: 0px 0px 5px 5px #FCFCFC;
    cursor: pointer;
    border-radius: 28%;
    background: #FFFFFF;
}

.content-top-subimage:hover {
    -webkit-animation: pulse 0.5s ease-in-out;
    animation: pulse 0.5s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes pulse {
    25% {
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }
    50% {
        -webkit-transform: scale(1.005);
        transform: scale(1.005);
    }
    100% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }
}

@keyframes pulse {
    25% {
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }
    50% {
        -webkit-transform: scale(1.005);
        transform: scale(1.005);
    }
    100% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }
}

.content-top-line {
    position: absolute;
    border-bottom: 1px dashed #6a6a6a;
    left: 180px;
    right: 180px;
    top: 160px;
    z-index: -1;
}

.signup {
    text-align: center;
}

.signup-text {
    font-family: "Segoe WPN Semilight", sans-serif;
    font-size: 18px;
}

.signup-button:before {
    border-top: 1px solid #DFDFDF;
    content: "";
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.signup-button {
    font-family: "Segoe WPN Semilight", sans-serif;
    font-size: 20px;
    display: block;
    padding: 5px;
    margin: 10px 0px 20px;
    position: relative;
    z-index: 1;
}

.signup-button span {
    padding: 0px 12px;
    background: #FFFFFF;
    border: 1px solid #4A4A4A;
    color: #4A4A4A;
    border-radius: 4px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    cursor: pointer;
    box-shadow: 0 0 4px #fff;
    -webkit-transition: .2s;
    transition: .2s;
}

.signup-button span:hover {
    background: #F0F0F0;
    color: #222222;
}

.signup-button span:active {
    background: #DDDDDD;
    color: #4A4A4A;
}

.content-item {
    padding: 30px 120px;
}

.content-item img {
    width: 96px;
    height: 96px;
    position: absolute;
}

.content-item-title {
    font-family: "Segoe WPN Light", sans-serif;
    font-size: 32px;
    margin-left: 128px;
    line-height: 96px;
}
.content-item-title-centered {
	margin-left: 0;
	text-align: center;
}

.content-item-content {
    font-family: "Segoe WPN Semilight", sans-serif;
    font-size: 20px;
    margin: 15px 0px;
    line-height: 30px;
    color: #333333;
}

.footer {
    margin-top: 50px;
    border-top: 1px solid #AAAAAA;
    font-family: "Segoe WPN Semilight", sans-serif;
    font-size: 14px;
    color: #4A4A4A;
    text-align: center;
}

.footer-lefttext {
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
}

.footer-centertext {
    display: inline-block;
    cursor: pointer;
    padding: 10px;
}

.footer-righttext {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    cursor: pointer;
}



.content-form {
	width: 520px;
	margin: 0 auto;
	text-align: center;
}

.content-form-item {
	position: relative;
	height: 60px;
	text-align: left;
}

.content-form-item input {
	display: inline-block;
	height: 42px;
	width: 240px;
	font-family: "Segoe WPN Semilight", sans-serif;
	font-size: 18px;
	margin: 9px 8px;
	color: #4a4a4a;
	background: #FFFFFF;
	border-radius: 2px;
	padding: 8px;
	-webkit-appearance: none;
	text-align: left;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	border: 1px solid #4a4a4a;
	outline: none;
}

.content-form-item img {
	position: absolute;
	margin: 9px 0px;
	border: 1px solid #4a4a4a;
	border-radius: 2px;
	width: 130px;
	height: 40px;
}

.content-form-item-description {
	position: absolute;
	left: 260px;
	top: 0;
	height: auto;
	border: 1px solid;
	border-color: inherit;
	margin: 6px 8px;
	line-height: 19px;
	font-size: 14px;
	font-family: "Segoe WPN";
	opacity: 0;
	transition: opacity .2s;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
	border-radius: 18px;
	box-sizing: content-box;
}

.content-form-item-description-arrow {
	content: '';
	width: 18px;
	height: 18px;
	background: #ffffff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 12px;
	left: -6px;
	border: 1px solid;
	/* border-width: .5px; */
	border-bottom-left-radius: 2px;
	border-color: inherit;
}

.content-form-item-description-menu {
	position: relative;
	padding: 12px;
	background: #ffffff;
	border-radius: 17px;
}

.content-form-item input:focus + .content-form-item-description {
	opacity: 1;
}

.content-form-item-input-nodescription + .content-form-item-description,
.content-form-item .content-form-item-input-nodescription:focus + .content-form-item-description { /* nasty specificity-overriding hack to comply with -wrong */
	opacity: 0;
}

.content-form-item-input-wrong {
	border: 2px solid red!important;
}
.content-form-item-description-wrong {
	border: 2px solid red!important;
	
	opacity: 1!important;
}
.content-form-item-description-wrong .content-form-item-description-arrow {
	border: 2px solid red!important;
	top: 11px;
}
.content-form-item-description-wrong .content-form-item-description-menu {
	border-radius: 16px;
}

.content-form-submit {
	height: 42px;
	min-width: 80px;
	margin: 18px 10px;
	-webkit-appearance: none;
	border-radius: 2px;
	border: 1px solid #4a4a4a;
	font-family: "Segoe WPN Semilight", sans-serif;
	font-size: 18px;
	cursor: pointer;
	padding: 8px;
	display: inline-block;
	color: #fff;
	background: #4a4a4a;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	transition: .1s;
	box-sizing: border-box;
}
.content-form-submit:hover {
	background: #FFF;
	color: #4A4A4A;
	transition: .2s;
}
