/*** https://user.mailcleaner.net/templates/default/css/login.css ***/

/* local overrides */
html, body {
  background-color: #FCFCFC;
  text-align: center;
  font-size: 12px;
  color: #000000;
}

img {
  border: 0px;
  padding: 0px;
  margin: 0px;
}
	
/* main panel */
#loginpanel {
  margin-right: auto;
  margin-left: auto;
  margin-top: 10%;
  padding: 0px;
  width: 530px;
  max-width: 530px;
  border: 1px solid #D4D3D2;
  white-space: nowrap;
  background-image:none;
	background-color: #F5F5F5;
  background-position: 0px 75px;
  background-repeat: repeat-x;
  font-size: 12px;
  color: #000000;
  text-align: left;
}

#mclogo {
  vertical-align: top;
  background-color: #5C6D99; /*__MAINHEADERBG__*/
}

/* formular table */
#loginpanel table {
  text-align: center;
  margin: 0px;
  padding: 0px;
  width: 100%;
  border: 0px;
  white-space: nowrap;
  border-spacing: 0px;
  border-collapse: collapse;
  font-size: 12px;
  color: #000000;
}

#loginpanel td {
  border: 0px;
  padding: 15px 0px 0px 0px;
  margin: 0px;
  height: 24px;
}

#loginpanel .tdfieldinput {
  padding-left: 10px;
  text-align: left;
}
	
#loginpanel .tdfieldtitle {
  text-align: right;
  width: 120px;
  max-width: 120px;
  overflow: hidden;
}

/* formular fields and titles */
.fieldinput {
  font-size: 11px;
  border: 1px solid #999999;
  padding: 0px;
  padding-left: 3px;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
}

#usernamefield {
  width: 342px;
}

#domainchooser {
  font-size: 11px;
  line-height: 20px;
  width: 131px;
  height: 20px;
  border: 1px solid #999999;
}

#passwordfield {
	width: 342px;
}

#submitbutton {
   float: right;
   margin-right: 53px;
   margin-top: 15px;
   margin-bottom: 5px;
   width: 65px;
   font-size: 11px;
   vertical-align: bottom;
}

/* footer */
#loginfooter {
   margin: 0px;
   margin-top: 5px;
   padding: 0px;
   padding-top: 1px;
   background-image: none; 
   background-color: #F5F5F5;
   background-repeat: repeat-x;
   color: #552056;
   height: 22px;
}

.languageselector {
   float: right;
   padding: 0px;
   margin: 0px;
   margin-right: 7px;
   display: inline;
   line-height: 22px;
}
.languageselector img {
   margin: 0px;
   margin-left: 2px;
   margin-top: 5px;
   border: 0px;
   vertical-align: baseline;
}

.copyright {
   float: left;
   margin-left: 7px;
   color: #4a4a4a;
   font-size: 11px;
   display: inline;
   line-height: 22px;
}

.copyright a {
   text-decoration: none;
   color: #4A4A4A;
}

/* interactive texts */
#badlogin {
	margin: 0px;
	margin-top: 0px;
	margin-left: 130px;
	width: 300px;
	height: 24px;
	line-height: 24px;
	white-space: normal;
	text-align: left;
	font-weight: bolder;
	padding: 0px;
	padding-top: 4px;
	color: #FF0000;
}

#reminder {
	margin-top: 8px;
	margin-bottom: 4px;
	margin-left: 130px;
	height: 39px;
	width: 250px;
	max-width: 250px;
	white-space: normal;
	text-align: left;
	line-height: 15px;
	padding: 0px;
	color: #FF0000;
	overflow: hidden;
}

#logoutinfo {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	line-height: 16px;
	margin-bottom: 40px;
	white-space: normal;
}

#sessioninfo {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.minilink {
    font-size: 11px;
    color: #333333;
}
