/*****************************************************
	all classes for the login screen

*/
BODY {
	overflow: auto;
}

.loginscreen {
	background-image: url(https://www.pakketmail.nl/wp-content/uploads/2020/11/home-2-background-new-min.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.recoverscreen {
	background-image: url(https://www.pakketmail.nl/wp-content/uploads/2020/11/home-2-background-new-min.png);
	background-repeat: no-repeat;
	background-size: cover;
}

#loginleft {
	width: 50%;
	height: 100%;
	min-height: 670px;
	min-width: 640px;
}

td#loginright {
    display: inline-block;
    vertical-align: middle !important;
    vertical-align: -moz-middle-with-baseline;
    vertical-align: -webkit-baseline-middle;
    height: 100%;
	min-width: 640px;
}

#loginleft * {
	font-weight: 300;
	font-size: 30px;
}

#loginleft > span {
	display: inline-block;
	position: absolute;
	background: none;
}

#loginleft > span div {
	display: inline-block;
	position: relative;
}

#lefttekst1 {
	font-weight: 300;
	left: 110px;
	top: 280px;
	width: 460px;
	height: 240px;
	color: var(--greyish-brown);
}

#lefttekst2 {
	left: 110px;
	top: 570px;
	width: 150px;
	font-size: 13px;
	font-weight: normal;
	display: none !important;
}

#lefttekst2 A {
	text-decoration: underline;
	color: var(--azure);
	font-size: 13px;
	text-transform: capitalize;
}

#boximage {
	position: absolute;
	left: 300px;
	top: 376px;
}

#boximage, #boximage IMG {
	width: 230px;
	height: 230px;
	display: none !important;
}

#saverimage {
	left: 250px;
	top: 410px;
}

#saverimage, #saverimage IMG {
	width: 280px;
	height: 160px;
	display: none !important;

}
	

#loginright * {
	font-weight: normal;
	
}
#loginright {
	font-weight: normal;
	font-size: 18px;
	width: 100%;
}

span.myorange.boldtekst {
	color: var(--pumpkin);
}

#loginformblock {
	position: relative;
	top: 50%;
	left: 50%;
	margin: -240px 0 0 -240px;
	width: 480px;
	height: 480px;
	background-color: white;
	vertical-align: middle;
	border-radius: 10px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#loginformblock span {
	display: inline-block;
	left: 0;
	top: 0;
	margin-top: 78px;
	margin-left: 90px;
}

#mylogo, #mylogo img {
	border: 0;
	margin: 0;
	padding: 0;
	zoom: 1.2;
}

#inputfield {
	position: relative;
	top:43px;
}

#inputfield .InputWrapper {
	margin-bottom: 30px;
}

#loginbutton {
	position: relative;
	margin-top: 70px;
}

.loginsubmit {
    width: 100%;
}

.recoversubmit {
    width: 190px;
}

.recoverback {
    width: 90px;
    margin-right: 7px;
}

button {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background-color: var(--azure);
  font-weight: normal;
  font-size: 13px;
  color: white;
  padding: 0;
  margin: 0;
  float:right;
  cursor: pointer;
  border: hidden !important;
  letter-spacing: 1px;
}


button.loginback {
	float: left;
	border: 1px solid var(--azure) !important;
	color: var(--azure);
	background-color: white;
	width: 93px;
	margin-left: 0px !important;
}

#forgotpass {
	font-size: 13px;
	color: var(--greyish-brown);
	margin-top: -75px;
	position: absolute;
}

#noaccount {
    font-size: 13px;
    width: 300px;
    color: var(--greyish-brown);
    padding-top: 20px;
    margin-top: 25px;
    text-align: center;
    border-top: .4px solid rgba(99, 99, 99, 0.2);
}