/*
 * This CSS sets the style of the mytk webpages adhering to the corporate design and 
 * style of the mytk app itself. 
 */
@charset "UTF-8";

html, body {
	font-size: 1em;
	width: 100%;
	height: 100%;
	background-color: #58595b;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	line-height: 1.45;
	color: #333;
	background-attachment: fixed;
	background-image: url("images/login_bg_image.jpg")
		!important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

p {
	margin-bottom: 1.3rem;
}

strong {
    font-weight: bold;
}

h1, h2, h4 {
	margin: 1.414rem 0 0.5rem;
	font-weight: inherit;
	line-height: 1.2;
}

h1 {
	font-size: 6.854rem;
}

h2 {
	font-size: 4.236rem;
}

h3 {
	display: flex;
	flex: 1;
	width: 60%;
	margin: 30px auto 30px;
	color: white;
}

h4 {
	font-size: 1.618rem;
}

small, .font_small {
	font-size: 0.618rem;
}

.heading:before, .heading:after, .heading-ie span.after, .heading-ie span.before
	{
	content: '';
	flex-grow: 1;
	margin: 0px 4px;
	background: linear-gradient(to right, white, white);
	background-size: 100% 2px;
	background-position: 0% 50%;
	background-repeat: repeat-x;
}

#mytkform {
   padding-bottom: 10rem;
}

.mytkbox {
	width: 400px;
	margin: auto;
	background-color: rgba(255, 255, 255, .8);
	border-radius: 4px;
	text-align: center; 
	color: #505050; 
}

.mytkbox-min-width {
	min-width: 400px;
	margin: auto;
	height: 100%
}

.flex-container {
   min-height: 100%;
   position: relative;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
}

.mytkfooter {
	display: flex;
	align-items: center;
	justify-content: right;
	position: absolute;
	width: 100%;
	text-align: right;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 1rem;
	background: #00000026;
}

.mytkfooter a {
	font-weight: bold;
	font-size: 1.17em;
	text-shadow: 1px 1px 1px #000, 1px 1px 1px #000;
	padding: 1rem;
	margin: 0;
}

.mytkfooter .tklogo {
	position: relative;
	top: 0.2rem;
	right: 1.5rem;
}

.mytkfooter img {
	width: 8rem;
	pointer-events: none;
}

.content {
	padding: 8px;
	padding-bottom: 0;
}
.content.wide {
	width: 550px;
}

.content p, .content {
	padding: 8px;
	margin: auto;
}

.content .g-recaptcha {
	display: inline-block;
}

.content .description {
	padding: 8px;
	text-align: left;
}

.description.error-message {
	color: red;
}

.legend {
	position: relative;
	width: 100%;
	display: block;
	background: #ff9420;
	padding: 15px;
	color: #fff;
	font-size: 30px;
	border-radius: 4px 4px 0px 0px;
	font-size: 1.17em;
	font-weight: bold;
	text-align: left;
}

.legend.center {
	text-align: center;
}

.description {
	color: #293233;
}

.legend:after {
	content: "";
	background-size: 200px 200px;
	background-repeat: no-repeat;
	background-position: 152px -16px;
	opacity: 0.06;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
}

.input {
	position: relative;
	margin: 8px;
}

.input .inputicon {
	position: absolute;
	display: flex;
	color: #d4d4d4;
	left: 10px;
	top: 8px;
	font-size: 35px;
	opacity: 1;
	transition: opacity 0.2s linear;
}
.input .viewicon {
	position: absolute;
	display: flex;
	color: #858882;
	right: 10px;
	top: 12px;
	font-size: 24px;
	opacity: 1;
	transition: opacity 0.2s linear;
}

.input input {
	width: 100%;
	padding: 10px 5px 10px 40px;
	display: block;
	border: 1px solid #ededed;
	border-radius: 4px;
	transition: 0.2s ease-out;
	color: #a1a1a1;
	min-height: 50px;
}

.input input.no-bottom-radius {
	padding-bottom: 2px;
	border-radius: 4px 4px 0px 0px;
	min-height: 45px;
}

.input input:focus {
	padding: 10px 5px 10px 10px;
	outline: 0;
	border-color: #ff9420;
}

.input input:focus + .inputicon {
  opacity: 0;
  transition: opacity 0.2s linear;
}

.submit {
	width: 45px;
	height: 45px;
	display: block;
	margin: 0 auto -15px auto;
	background: #fff;
	border-radius: 100%;
	border: 1px solid #ff9420;
	color: #ff9420;
	font-size: 24px;
	cursor: pointer;
	box-shadow: 0px 0px 0px 7px #fff;
	transition: 0.2s ease-out;
}

.submit:hover:enabled, .submit:focus:enabled {
	background: #ff9420;
	color: #fff;
	outline: 0;
}

.submit:disabled {
	color: gray;
	border: 1px solid gray;
}

.mytkbox .footer {
	width: 100%;
	text-align: right;
	font-size: 0.8rem;
	padding-right: 8px;
	padding-left: 8px;
}

a {
	margin: auto;
}

a:link {
	text-decoration: none;
	color: #a1a1a1;
}

a:visited {
	text-decoration: none;
	color: #a1a1a1;
}

a:hover {
	text-decoration: none;
	color: #F58220;
}

a:active {
	text-decoration: none;
	color: #F58220;
}

meter {
  background: rgba(0,0,0,0.1);
  display: block;
  margin-bottom: 1em;
  width: 100%;
  height: .5em;
  border-radius: 0px 0px 4px 4px;
}

meter::-webkit-meter-bar { border-radius: 0px 0px 4px 4px; height: .6em; }
meter[value="1"]::-webkit-meter-optimum-value { background: darkred; }
meter[value="2"]::-webkit-meter-optimum-value { background: red; }
meter[value="3"]::-webkit-meter-optimum-value { background: yellow; }
meter[value="4"]::-webkit-meter-optimum-value { background: yellowgreen; }
meter[value="5"]::-webkit-meter-optimum-value { background: green; }

meter::-moz-meter-bar { border-radius: 0px 0px 4px 4px; }
meter[value="1"]::-moz-meter-bar { background: darkred; }
meter[value="2"]::-moz-meter-bar { background: red; }
meter[value="3"]::-moz-meter-bar { background: yellow; }
meter[value="4"]::-moz-meter-bar { background: yellowgreen; }
meter[value="5"]::-moz-meter-bar { background: green; }

.feedback {
    color: #555753;
    font-size: 0.7rem;
    padding: 0 .25em;
    margin-top: 0.5em;
}
.feedback em.fa.fa-warning{
	color: orange;
}

* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}

.usb-pen {
	transform: rotate(-90deg);
}

.passkey-container {
  display: flex;
  align-items: center; /* Align icon and text vertically */
  justify-content: center; /* Center icon and text horizontally */
  text-align: center; /* Center text if it wraps in a smaller viewport */
  width: 100%; /* Take full width to center content */
}

.passkey-icon {
  height: 100px;
  margin-right: 10px; /* Space between icon and text */
  margin-top: 10px;
}

.passkey-text {
  font-size: 0.9em;
  color: #a1a1a1;
  font-weight: bold;
}

#result-message {
	text-align: center; 
	height: 25px;
}

#errormessage {
	color: red; 
	text-align: center; 
	height: 25px
}