html,body * {
	margin:0;
	padding:0;
}

body {
	font-size: 65.5%; 
	background: ghostwhite none repeat scroll 0 0;
}

input[type=text], input[type=password] {
  width: 93%;
  padding: 3px 10px;
  margin: 2px 0 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.len60{
  width: 60px;
  padding: 2px 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.txtcfg {
	font-weight:bold;
	white-space: normal;
	font-size: 15px;
}

label.eroare {
	color:#EA5200;
	font-weight:bold;
	white-space: normal;
	font-size: 13px;
	padding-bottom: 2px;
}

.mijloc {margin:10px auto;}
.bold {font-weight: bold;}
.rosu {color: red;}
.blue {color: blue;}
.txtright {text-align: right;}
.txtleft {text-align: left; }
.center{text-align: center;}
.leftpadd {padding-left: 20px;}


.top{
  min-height: 29px;
}

.top h1 {
    font-size: 32px;
}

.top h2{
  font-size:22px;
}

.h45 {
  height: 45px;
  color: #498AF4;
}

#diveror_autentif>li {
  list-style-type: none;
}
