BODY {
  margin: 0;
	background: #e0e0e0;
  background-repeat: no-repeat;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size:10pt;
	width: 100%;
	height: 100%;
	text-align: center;
	}

table.tbl_log {
  width: 330px;
	height: 100px;
	
	}

TD.td_log {
  text-align: center;
  height: 20px;
  vertical-align: middle;
  padding-bottom:10px;
	}


DIV.log_container {
	position: relative;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size:5px;
	vertical-align: middle;
	width:350px; 
	height:370px; 
	margin: 0 auto;
	top:70px;
	max-width: 370px;
	margin: 100px auto;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}


DIV.log_hd {
	background-color:#fff;
	padding-top: 5px;
	width:100%;
	height:120px;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size:18px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: url('./i/logo_one_solutions_100.png') center center no-repeat;

	/*
	background-image: url("../../i/mbg.png");  
	background-repeat: repeat-x;*/
	}

DIV.log_main {
	font-size:16px;
	width: 350px;
	height: 130px;
	vertical-align: middle;
	
	}
FORM.login {
	height: 120px;	
}
/*logo helyzete login ablakban*/
DIV.log_logo {
	position:relative;
	margin: 0 auto;
	top:140px;
	width:240px;
	height: 0px;
	background: none;
}
DIV.spacer {
	height:20px;
}

/*Gombok*/
.button {
	color:#fff;
	text-transform: none;
	margin-top: 0px;
	position: relative;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-repeat: repeat-x;
    background-position: -1px -1px;
    background-size: 110% 110%;
    border: 1px solid rgba(27,31,35,0.2);
    border-radius: 0.25em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-weight: bold;
    background: #096B74;
    -moz-text-shadow: 0 -1px #0b596e;
    -webkit-text-shadow: 0 -1px #0b596e;
    text-shadow: 0 -1px #0b596e;
    border-bottom: 1px solid #096B74;
    border-left: 1px solid #096B74;
    border-right: 1px solid #096B74;
    border-top: 1px solid #096B74;
	background: #00A4B2 !important;
	border-radius: 100px;
	border-bottom: 1px solid #00A4B2;
    border-left: 1px solid #00A4B2;
    border-right: 1px solid #00A4B2;
    border-top: 1px solid #00A4B2;
	width: 90%;
}
.button:hover {
    border: 1px solid #757575;
    background: #D1D1D1;
}
DIV.disabled {
	margin:0 auto;
	position: fixed;
	width: 300px;
	vertical-align: middle;
	text-align: center;
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	background-color: #e0e0e0;
	border: solid 1px #000;
	margin-top: 150px;
	left: 40%;
	box-shadow: 5px 5px 5px #333;
	-moz-box-shadow: 5px 5px 5px #333;
	-webkit-box-shadow: 5px 5px 5px #333;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 4;
}

DIV.disabled_h {
	font-weight: bold;
	margin-top: 3px;
}
DIV.disabled_q {
	margin-top: 8px;
}


input[type="text"],input[type="password"] {

	padding: 10px;
  -webkit-border-radius: 5px;
  border: 1px solid #eaeaea;
  box-shadow: none;
  font-size: 12px;
  box-sizing: border-box;
  color: #000;
  display: block;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  overflow: visible;
}

.login_title {
	font-size:16px;
}

