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

*/
BODY {
	overflow: auto;
}

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


td#loginright {
	display: inline-block;
    vertical-align: middle;
	vertical-align: -moz-middle-with-baseline;
    vertical-align: -webkit-baseline-middle;
}

#loginleft * {
	font-family: Actoctt-book, sans-serif !important;
	font-size: 36px;
}

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

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

#lefttekst1 {

	left: 110px;
	top: 120px;
	width: 420px;
	height: 240px;
	color: var(--greyish-brown);
	z-index: 1;
	display: none !important;
}

#lefttekst2 {
	font-family: Actoctt-book, sans-serif !important;
	left: 110px;
	top: 520px;
	font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
  z-index: 1;
}

#lefttekst2 a {
	font-family: Actoctt-book, sans-serif !important;
	font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
  z-index: 1;
}

#boximage {
	margin-top: 40%;
	overflow: hidden;
}

#boximage img {
	content: url(/assets/v3/images/footer-horse.svg) !important;
	z-index: 0;
}

#boximagealt {
	content: url(/assets/v3/images/footer-horse.svg) !important;
	z-index: 0;
}

#saverimage, #saverimage IMG {
	margin-top: 40%;
	overflow: hidden;
	content: url(/assets/v3/images/footer-horse.svg) !important;
	z-index: 0;
}
	

#loginright * {
	font-family: Actoctt-book, sans-serif;
	
}
#loginright {
	font-family: Actoctt-book, sans-serif;
	background-color: white;
	font-size: 18px;
}

#loginformblock {
	position: relative;
	top: 50%;
	left: 50%;
	margin: -240px 0 0 -240px;
	width: 480px;
	height: 480px;
	background-color: white;
	vertical-align: middle;
	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, {
	width: 140px;
	height: 26px;
	border: 0;
	margin: 0;
	padding: 0;
}

#mylogo img {
content: url(/assets/v3/images/logo-ctt@2x.svg) !important;
width: 80px;
}

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

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

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

.loginsubmit {
    width: 100%;
}

.recoversubmit {
    width: 190px;
    float: right;
}

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

button {
  width: 200px;
  height: 40px;
  background-color: #DF0024;
  font-family: 'Actoctt-medium', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: white;
  padding: 0;
  margin: 0;
  float:left;
  cursor: pointer;
  border: hidden !important;
}


button.loginback {
	float: left;
	border: 1px solid #DF0024 !important;
	color: #DF0024;
	background-color: white;
	width: 93px;
}

button.loginback:hover {
	float: left;
	border: 1px solid #DF0024 !important;
	color: white;
	background-color: #DF0024;
	width: 93px;
}


#forgotpass {
    font-family: Actoctt-book, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin-top: -4.75rem;
    text-rendering: optimizeLegibility;
}

#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);
    display: none;
}
