@font-face
{
	font-family: 'Glyphicons Halflings';
	src: url('fonts/glyphicons-halflings-regular.eot');
	src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
	/* 	src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); */
}

/* resets of default settings */

*, *:before, *:after
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body,th,td,input,button,textarea,select
{
	font: 12px "Roboto Condensed",Verdana,Arial,Tahoma,"Lucida Grande","Trebuchet MS",sans-serif;
}

html { 
	height: 100%
}

body {
	background-color: white;
	height: 100%;
	margin: 0px;
}

body a {
	color: black;
}

/*
#header, .sidebar { display: none; }
#container_content { margin-top: -13px; }

.login-banner {
	margin-top: 40px;
	background: url("../images/login-banner.jpg") no-repeat scroll center center #e0e0e0;
	height: 260px;
	padding: 110px 0;
	text-align: center;
}
.login-banner .primaryBtn {
	margin: 2px 3px;
}
*/

.login-wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	
	padding: 0;
	width: 66%;
	height: 100%;
	background-color: white;
	
	display:flex;
	justify-content:center;
	align-items:center;
}

.login-box {
	width: 300px;
	xheight: 300px;
}

.right-bar {
	width: 33%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url("../images/login-background-hires.jpg") no-repeat scroll right;
	background-size: cover;	
}

.right-text {
	position: absolute;
	bottom: 15%;
	color: white;
	margin-left: 20px;
	margin-right: 20px;
}

.right-text-header {
	font-size: 25px;
}

.footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 22px;
}

.footer-left {
	position: absolute;
	left: 15px;
}

.footer-right {
	position: absolute;
	right: 15px;
}

.footer-right a {
	background: url("../images/mono-kontact-mail.png") no-repeat scroll left;
	background-size: 15px 15px;	
	padding-left: 20px;
	text-decoration: none;
	color: black;
}

.login-wrapper .tmf-logo {
	background: url("../images/logo.png") no-repeat scroll left;
	background-size: 50px 50px;	
	height: 50px;
	padding-left: 60px;
	display:flex;
	align-items:center;
	margin-bottom: 30px;
}


.tmf-logo-text .line-one {
	font-weight: bold;
}

.welcome {
	margin-bottom: 15px;
}

.welcome .line-one {
	font-size: 150%;
	display: inline-block;
	margin-bottom: 10px;
}

.welcome .line-two {
	display: inline-block;
}

.message {
	font-weight: bold;
	margin-bottom: 15px;
}

.login-sso {
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}

.form-row {
	margin-bottom: 10px;
	position: relative;
	font-size: 14px;
}

.form-row-logout {
	margin-top: 40px;
}

.form-row-fixed {
	margin-bottom: 0px;
	height: 25px;
}

.form-row-border {
	border: 1px solid lightgray;
	padding: 3px;
}

.form-row .field-title {
	display: block;
	margin-bottom: 5px;
}

.form-row .field-strength {
	display: inline;
}

.form-row #password_meter {
    display: inline;
}

.form-row input {
	width: 100%;
	border-radius: 4px;
	border: 1px solid gray;
    padding: 4px;
}

.form-row input[type="checkbox"] {
	width: auto;
	height: auto;
	margin: 0px;
	margin-right: 3px;
	vertical-align: middle;
}

.form-row input[type="radio"] {
	width: auto;
	height: auto;
	margin: 0px;
	align: right;
	vertical-align: middle;
	position: absolute;
	right: 3px;
	
}

.button_login {
	display: block;
	width: 100%;
	text-align: center;
	color: white;
	background: #455560;
	padding: 5px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 4px;
}

.forgot-password {
	position: absolute;
	right: 0px;
}
