
*, *:before, *:after {
	box-sizing: border-box;
}

.Login{
	min-width: 550px; 
}

.Login div{
	width: 100%;
}

/* ------------------ Login-Form --------------- */
div.login_gridcontainer {
	display:grid;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	grid-template-columns: 25% auto auto ;
	margin-top: 30px;
}

.login_gridcontainer > div ,
.login_gridcontainer > input{
	
	height:40px;
	line-height: 40px;
}

.login_gridcontainer > div {
	font-size:18px;
}

.login_GridTextInputItem {
	grid-column: 2 / 4;
	font-size:16px !important;
	color:#0f0f0f !important;
	/*background-color:#efefef !important;*/
}

label.LoginInput1 {
	display: inline-block;
}

input[type="text"].error, input[type="password"].error{
	border: 2px solid #a02c2c;
}
input[type="text"].error:focus, input[type="password"].error:focus {
	border: 2px solid #d35f5f;
}

a.login_small {
	font-size: 0.8em;
}

/*  ------ Error - Dialog  ------ */
.LoginError {
	clear: both;  
	color : #ffffff;
	border: 4px solid #A02C2C;
	background-color: #533333E0;
	padding: 16px;
	position:absolute;
	top:40px;
	left:50px;
	right:50px;
}

.LoginError-titel {
	font-size: 1.25em;
	padding-bottom: 8px;
	margin: 0;  
	border-bottom: 1px solid #C8C8C8;  
}

.LoginError-head {
	padding: 8px 0;
	font-weight: bold;
	line-height: 20px;
}

.LoginError-body {
	color: #cfcfcf;
}

button.LoginError-CloseBtn {
	background-color : #53333300;	
	background-image : url("/wp-content/plugins/MTO-Login/frontend/images/mto_close_white.png");
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top:0px;
	right:0px;
	width:20px !important;
	height:20px;
	font-size:12px;
	line-height:20px;
	border:none;

}

button.LoginError-CloseBtn:hover {
  background-color : #4f4f4f;	
	cursor: pointer;
	text-decoration: underline;
}

/* ---- Logoutbtn ----- */
.VPELogout {
	background-color: darkgrey;
	color: black;
	text-align: center;
	cursor: pointer;
}
