
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

/* bootstrap 3 html rem fix */
html {
    font-size: 10px;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0;
	text-decoration: none
}

a {
	color: #ccc;
	text-decoration: none
}
ul {
  list-style-type: none;
}
img {
	border: 0;
	vertical-align: middle
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}
input,
button{
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	max-width: 100%;
}
svg:not(:root) {
	overflow: hidden
}

.loginbuttondiv {
	margin-bottom: 36px
}
.resetlink, .resetlink:hover, .resetlink:active, .resetlink:visited  {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	box-sizing: border-box;
	color:#e7505a;
	cursor: pointer;
	direction: ltr;
	display: inline;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
	text-shadow: none;
	width: auto;
}
.resetlink:hover, .resetlink:active  {
	color:#b7202a;
}

.inputdiv {
	width: 100%;
	position: relative
}

.background {
	background: #f2f2f2
}

.background,
.background>div {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%
}

.background>div {
	background-repeat: no-repeat, no-repeat;
	background-position: center center, center center;
	background-size: cover, cover
}

.background-overlay {
	background: rgba(0, 0, 0, 0.55);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#8C000000', endColorstr='#8C000000');
	width: 100%;
	height: 100%
}

.outer {
	display: table;
	position: absolute;
	height: 100%;
	width: 100%
}

.middle {
	display: table-cell;
	vertical-align: middle
}

.inner {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	max-width: 440px;
	width: calc(100% - 40px);
	padding: 44px;
	margin-bottom: 28px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.55);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.55);
	border: 1px solid #818c94;
	border: 1px solid rgba(0, 0, 0, 0.4);
	min-width: 320px;
	min-height: 338px
}

.logo {
	/*max-width: 256px;*/
	max-height: 65px
}

.backButton {
	height: 24px;
	width: 24px;
	min-width: 24px;
	float: left;
	padding: 0;
	background-color: #fff;
	border-width: 0;
	border-radius: 12px;
	margin-right: 2px
}

.backButton:hover {
	background-color: #e6e6e6;
	background-color: rgba(0, 0, 0, 0.1)
}

.backButton:hover:focus {
	background-color: #ccc;
	background-color: rgba(0, 0, 0, 0.2)
}

.backButton:active {
	background-color: #b3b3b3;
	background-color: rgba(0, 0, 0, 0.3)
}

.backButton:focus {
	background-color: #e6e6e6;
	background-color: rgba(0, 0, 0, 0.1);
	outline: none
}
.identityLink, .identityLink:active, .identityLink:hover, .identityLink:visited {
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
	color:#999;
}
.identityLink:active, .identityLink:hover {

	color:#000;
}
.text-title {
	color: #404040;
	font-size: 2.5rem;
	font-weight: 600;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 12px;
	font-family: "Segoe UI", "Helvetica Neue", "Lucida Grande", "Roboto", "Ebrima", "Nirmala UI", "Gadugi", "Segoe Xbox Symbol", "Segoe UI Symbol", "Meiryo UI", "Khmer UI", "Tunga", "Lao UI", "Raavi", "Iskoola Pota", "Latha", "Leelawadee", "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "Estrangelo Edessa", "Microsoft Himalaya", "Microsoft New Tai Lue", "Microsoft PhagsPa", "Microsoft Tai Le", "Microsoft Yi Baiti", "Mongolian Baiti", "MV Boli", "Myanmar Text", "Cambria Math"
}

.row {
	margin-left: -2px;
	margin-right: -2px;
    display: block;
}

.row:before,
.row:after {
	content: " ";
	display: table
}

.row:after {
	clear: both
}

.form-group {
	margin-bottom: 12px
}

.form-group label {
	margin-top: 0;
	margin-bottom: 8px
}

.no-padding-left-right {
	padding-left: 0;
	padding-right: 0
}

.no-margin-bottom {
	margin-bottom: 0
}

.lang-container {
	position: absolute;
	bottom: 34px;
	left: 28px;
	text-align: left;
	width:auto;
}
.button-container {
	position: absolute;
	bottom: 34px;
	right: 44px;
	text-align: right
}

.inline-block {
	display: inline-block
}

.footer {
	position: fixed;
	bottom:0px;
	left: 0;
	width:100%;
	background-color: rgba(0, 0, 0, 0.6);
	box-sizing:border-box;
	clear:both;
	color:rgb(38, 38, 38);
	display:block;
	height:28px;
	line-height:25px;
	overflow-x:visible;
	overflow-y:visible;
	position:fixed;
	text-align:left;
	text-size-adjust:100%;
	z-index:99;
}

.footer-text {
	float: right;
	margin: 0 10px;
}
.footer-text a {
	font-family: sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #777
}
.row:before,
.row:after {
	content: " ";
	display: table
}
.row:after {
	clear: both
}
input {
	padding: 6px 10px;
	border-width: 1px;
	border-color: #666;
	border-color: rgba(0, 0, 0, 0.6);
	height: 36px;
	outline: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	border-width: 0 !important;
	border-bottom-width: 1px !important;
	padding: 6px 0 !important
}

.form-group {
	margin-bottom: 16px
}

.form-group label {
	margin-top: 0;
	margin-bottom: 0
}

.btn,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
	display: inline-block;
	min-width: 100px;
	padding: 4px 12px 4px 12px;
	margin-top: 4px;
	margin-bottom: 4px;
	position: relative;
	max-width: 100%;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
	text-overflow: ellipsis;
	touch-action: manipulation;
	border-style: solid;
	border-width: 2px;
	border-color: transparent;
	margin-top: 0;
	margin-bottom: 0
}


.identityBanner {
	height: 24px;
	background: #fff;
	margin-top: 16px;
	margin-bottom: -4px
}


@keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-o-keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-moz-keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
label {
	display: inline-block;
	max-width: 100%
}
.form-control {
	display: block;
	width: 100%;
	background-image: none
}
.fadeIn {
	-webkit-animation: fadeIn 1s;
	-moz-animation: fadeIn 1s;
	-o-animation: fadeIn 1s;
	animation: fadeIn 1s
}

.backgroundImage {
	-webkit-animation: fadeIn 1s;
	-moz-animation: fadeIn 1s;
	-o-animation: fadeIn 1s;
	animation: fadeIn 1s
}
.language-button {
	padding: 0;
	margin-bottom: 8px;
}
.dropdown-toggle, .dropdown-toggle:hover, .dropdown-toggle:active, .dropdown-toggle:visited {
	text-decoration: none;
	color:#999;
}
.dropdown-toggle:hover, .dropdown-toggle:active {
	color:#000;
}
.langflag {
	margin-top: -3px;
}
.lastrow {
	margin-bottom:20px;
}
.alert {
	padding:5px;
	margin:5px -3px 10px -3px;
}
.alert-error{
	background-color: #ffcccc;
	color:#e81123;
}
.login-page-body {
	display:block;
}

/* Bootstrap 3 css */
body {
    line-height: 1.42857;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.dropup .dropdown-toggle::after {
    display: inherit;
    margin-left: inherit;
    vertical-align: inherit;
    content: inherit;
    border-top: inherit;
    border-right: inherit;
    border-bottom: inherit;
    border-left: inherit;
}
.nav:after {
    clear: both;
}
.nav:after, .nav:before {
    content: " ";
    display: table;
}
.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #c2cad8;
    border-radius: 4px;
    -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;
}
.form-control, output {
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    display: block;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
