html,body {
margin:0;
padding:0;
height:100%; 
}

body{	
	color:#6a6f8c;
	background:url('../images/wx3-new-bg.png') center center fixed; ;
	font:600 16px/18px 'Open Sans',sans-serif;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='images/wx3-new-bg.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='images/wx3-new-bg.png', sizingMethod='scale')";
}

/* colors #367EF7  #74A8FF  #1B5CC9 */
.header {
	background-color: #367EF7;
	height: 60px;
	/* text-align: center; */
	font-size: 22px;
	font-weight: 700;
	color: white;	
}

.y3header
{
/*background:url('../images/tx3banner.jpg') no-repeat; */
background:#7030A0;
background-size:cover; 
margin-right: auto;
margin: 0 auto;
background-size:100% 100%;
}

::-webkit-input-placeholder { 
  color: white;
}

.y3footer
{
	font-size:10px;
	font-weight : normal; 	
	background:rgba(27, 28, 35, 0.600);
	color:#fff;
	float: right;
	width: 100%;
	height:50px;
	bottom :0;
	position: fixed;
	height:20px;
}

.wx3logo{
	margin:0 auto;
	display: inline;
	 margin-left: 42px;
    margin-right: auto;
	}
.navbar {
    height: 100px;
    position: relative;
    margin: 0;
    padding: 0;
}
*,:after,:before{box-sizing:border-box}
.clearfix:after,.clearfix:before{content:'';display:table}
.clearfix:after{clear:both;display:block}
a{color:inherit;text-decoration:none}
a:hover {color:#6a6f8c !important} 

.login-wrap1{
width:100%;
position:relative;
height:auto;
}

.login-wrap{
	position:relative;
	width: 400px;
	max-width:30vw;
	height:80vh;
    left: 60vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
	/* width:100%;
	margin:auto;
	max-width:325px;
	min-height:385px;
	position:relative;
	padding-top: 100px;
	white-space: nowrap;
	line-height: 0px;
	outline:none; */
	
	
	
}
.login-html{
	display: flex;
    flex-direction: column;
    float: right;
    font-size: 14px;
    border-style: solid;
    border-color: #EAEAEA;
    padding: 3%;
    margin: 5%;
    border-radius: 20px;
    background-color: white;
	/* width:100%;
	height:100%;
	padding-top: 150px;
	position:absolute;
	padding:40px 70px 50px 70px;
  background:rgb(27, 28, 35);
	background:rgba(27, 28, 35, 0.79); */
}

.login-html .tab{
	font-size:22px;
	margin-right:15px;
	padding-bottom:5px;
	margin:0 15px 10px 0;
	display:inline-block;
	border-bottom:2px solid transparent;
}

.login-form{
	position:relative;
	-webkit-perspective:1000px;
	        perspective:1000px;
	-webkit-transform-style:preserve-3d;
	        transform-style:preserve-3d;
}

.login-form div, div.div-keycloak {
	min-height: 5%;
	padding: 2%;
	border-radius: 20px;
}

.login-form .group{
	margin-bottom:10px;
}
.login-form .group .label,
.login-form .group .input{
	width:100%;
	color:#fff;
	display:block;
}
.login-form .group .input{
	padding: 7px;
    border-radius: 6px;
  	background:black;
	background:rgba(255,255,255,.1);
}
.login-form .group input[data-type="password"]{
	text-security:circle;
	-webkit-text-security:circle;
}

.hr{
	height:2px;
	margin:60px 0 50px 0;
	background:rgba(255,255,255,.2);
}

.foot-lnk{
	text-align:center;
}

#j_username {
	padding: 8px;
	border-radius: 6px;
	border:1px solid #cacaca;
	width:100%;
	color:black;
}

#j_password {
	padding: 8px;
	border-radius: 6px;
	border:1px solid #cacaca;
	width:100%;
	color:black;
}

/* .required:after {
    content:" *";
    color: #CE0707;
  } */
  
input[type='checkbox'], input[type='checkbox']:checked {
	  accent-color: #218888;
}

#btnSubmit, .btn-keycloak {
	background-color: #367EF7;
	width: 100%;
	display:block;
	height: 30px;
	line-height: 22px;
	border-radius: 4px;
	padding: 5px 0px 5px 0px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	text-align: center;
	border: none;
	font-weight:400;
}

#btnSubmit:hover, .btn-keycloak:hover{
	background-color: #74A8FF;
}

.btn-keycloak:hover {
	color:#fff !important;
}
#btnSubmit:active {
	background-color: #1B5CC9;
}
input::placeholder {
    color: #cacaca;
}
em.mandatory{
	background: url('../images/required_star.gif') no-repeat;
	position: absolute;
	width: 10px;
	height:10px;
	left: unset !important;
}
/* .btn-keycloak {
	width: 100%;
	padding:15px 30px;
	background-color: #7030A0;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	border-radius: 4px;
	text-align: center;
	display: block;
	text-decoration: none;
}

.btn-keycloak:hover {
	background-color: #cceeff;
} */

/* Separator */
.separator {
	text-align: center;
/*	margin: 20px 0; */
	position: relative;
}

.separator span {
	background-color: #fff;
	padding: 1px 6px;
	font-size: 12px;
	color: #666;
}

.separator:before, .separator:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 40%;
	height: 1px;
	background-color: #ccc;
}

.separator:before {
	left: 0;
}

.separator:after {
	right: 0;
}

.keycloak-link {
	border: none;
	padding: 5px 50px;
	background: black;
	min-height: 30px;
	background: #68308B;
}