.login_page {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	min-width:1020px;
	height:100%;
	min-height:500px;
	background:#EEF1F8;
}
.copyright_div {
    width: 1px;
    position: absolute;
	top: 0;
    right: 0;
    height: calc(100% - 65px);
}
.vertical {
	position:absolute;
	top:50%;
	-moz-transform: translate(0, -50%) rotate(-90deg) translateY(-15em);
	-ms-transform: translate(0, -50%) rotate(-90deg) translateY(-15em);
	-webkit-transform: translate(0, -50%) rotate(-90deg) translateY(-15em);
	-o-transform: translate(0, -50%) rotate(-90deg) translateY(-15em);
	transform: translate(0, -50%) rotate(-90deg) translateY(-15em);
	display: inline-block;
	white-space: nowrap;
}
.vertical:after {
	content: '';
	display: block;
}
.vertical p {
	position:relative;
	display:inline-block;
	font-family:aktiv_grotesk_regular;
	padding:0;
	margin:0;
}
.background_bottom {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:65px;
	background:#4A4F63;
}
#login_form {
	position:relative;
	display:inline-block;
	width:50%;
	max-width:960px;
	left:50%;
	top:50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.login_logo {
	position:relative;
	display:block;
}
#login_form h1 {
	padding:0;
	margin:0;
	color:#495063;
	font-family:fontweb;
	margin-top:15px;
	margin-bottom:50px;
    text-transform: uppercase;
	font-weight:bold;
}
#login_form form {
    display: inline-block;
    width: 100%;
    height: auto;
	margin: 0;
	padding:0;
}
#login_form input {
	position:relative;
	padding:0;
	margin:0;
	outline:none;
	float:left;
	width:calc((100% - 140px)/2);
	height:55px;
	border-radius:0;
	background:#FFFFFF;
	border:1px solid #FFFFFF;
	margin-left:15px;
	padding-left:20px;
	padding-right:20px;
	font-family: verdana;
	font-size:20px;
	letter-spacing: 0.5px;
	color:#4A4F63;
    box-shadow: 4px 4px 15px 1px #88888838;
}
#login_form input:focus {
	outline: 2px solid #32A2F8;
}
#login_form input:nth-child(2) {
	margin-left:0;
}
#login_form button {
	position:relative;
	padding:0;
	margin:0;
	outline:none;
	float:left;
	width:110px;
	height:55px;
	border-radius:0;
	background:#1B97F7;
	border:1px solid #1B97F7;
	font-family: fontweb;
	font-size:20px;
	letter-spacing: 1.5px;
	margin-left:15px;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
    box-shadow: 4px 4px 15px 1px #88888838;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#login_form button:hover {
	background:#177ECD;
	border-color:#177ECD;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;	
}
.placeholder-fix::-webkit-input-placeholder {
	color:#4A4F62 !important;
	font-family:fontweb !important;
	font-weight:bold !important;
	font-size:20px !important;
	letter-spacing: 0.5px !important;
}
.placeholder-fix::-moz-placeholder {
	color:#4A4F62 !important;
	font-family:fontweb !important;
	font-weight:bold !important;
	font-size:20px !important;
	letter-spacing: 0.5px !important;
}
.placeholder-fix::-ms-input-placeholder {
	color:#4A4F62 !important;
	font-family:fontweb !important;
	font-weight:bold !important;
	font-size:20px !important;
	letter-spacing: 0.5px !important;
}
.placeholder-fix:focus::-webkit-input-placeholder {
	color:transparent !important;
}
.placeholder-fix:focus::-moz-placeholder {
	color:transparent;
}
.placeholder-fix:focus:-ms-input-placeholder {
	color:transparent !important;
}
.login_background {
	position:relative;
	width:100%;
	height:auto;
	display:block;
	margin-top:30px;
}
@media only screen and (max-height: 790px){
	#login_form {
		max-width: 800px;
	}
	.login_logo {
		width: 280px;
	}
	#login_form h1 {
		margin-bottom: 40px;
		font-size: 28px;
	}
	#login_form input {
		font-size: 18px;
		height: 50px;
	}
	#login_form button {
		font-size: 18px;
		height: 50px;
		width:100px;
	}
	.placeholder-fix::-webkit-input-placeholder {
		font-size: 18px;
	}
	.placeholder-fix::-moz-placeholder {
		font-size: 18px;
	}
	.placeholder-fix::-ms-input-placeholder {
		font-size: 18px;
	}
	.login_background {
		margin-top: 20px;
	}
	.copyright_div {
		height: calc(100% - 55px);
	}
	.background_bottom {
		height: 55px;
	}
}
@media only screen and (max-height: 670px){ 
	#login_form {
		max-width: 700px;
	}
	.login_logo {
		width: 200px;
	}
	#login_form h1 {
		margin-top:10px;
		margin-bottom: 25px;
		font-size: 25px;
	}
	#login_form input {
		height: 45px;
	}
	#login_form button {
		height: 45px;
	}
	.copyright_div {
		height: calc(100% - 50px);
	}
	.vertical {
		-moz-transform: translate(0, -50%) rotate(-90deg) translateY(-14em);
		-ms-transform: translate(0, -50%) rotate(-90deg) translateY(-14em);
		-webkit-transform: translate(0, -50%) rotate(-90deg) translateY(-14em);
		-o-transform: translate(0, -50%) rotate(-90deg) translateY(-14em);
		transform: translate(0, -50%) rotate(-90deg) translateY(-14em);
	}
	.background_bottom {
		height: 50px;
	}
}
@media only screen and (max-height: 580px){ 
	#login_form {
		max-width: 600px;
	}
	#login_form h1 {
		margin-bottom: 20px;
		font-size: 22px;
	}
	.login_background {
		margin-top: 15px;
	}
	.copyright_div {
		height: calc(100% - 45px);
	}
	.background_bottom {
		height: 45px;
	}
}
@media only screen and (max-width: 1600px){
	.login_logo {
		width: 280px;
	}
	#login_form h1 {
		margin-bottom: 40px;
		font-size: 28px;
	}
	#login_form input {
		font-size: 18px;
		height: 50px;
	}
	#login_form button {
		font-size: 18px;
		height: 50px;
	}
	.placeholder-fix::-webkit-input-placeholder {
		font-size: 18px;
	}
	.placeholder-fix::-moz-placeholder {
		font-size: 18px;
	}
	.placeholder-fix::-ms-input-placeholder {
		font-size: 18px;
	}
	.login_background {
		margin-top: 20px;
	}
	.copyright_div {
		height: calc(100% - 55px);
	}
	.background_bottom {
		height: 55px;
	}
}
@media only screen and (max-width: 1450px) {
	.login_logo {
		width: 230px;
	}
	#login_form h1 {
		margin-top:10px;
		margin-bottom: 25px;
		font-size: 25px;
	}	
}
@media only screen and (max-width: 1290px) {
	#login_form {
		width: 645px;
	}
	.login_logo {
		width: 200px;
	}
	#login_form h1 {
		margin-bottom: 20px;
		font-size: 22px;
	}
	#login_form input {
		height: 45px;
	}
	#login_form button {
		height: 45px;
	}
	.login_background {
		margin-top: 10px;
	}
	.copyright_div {
		height: calc(100% - 50px);
	}
	.vertical {
		-moz-transform: translate(0, -50%) rotate(-90deg) translateY(-14em);
		-ms-transform: translate(0, -50%) rotate(-90deg) translateY(-14em);
		-webkit-transform: translate(0, -50%) rotate(-90deg) translateY(-14em);
		-o-transform: translate(0, -50%) rotate(-90deg) translateY(-14em);
		transform: translate(0, -50%) rotate(-90deg) translateY(-14em);
	}
	.background_bottom {
		height: 50px;
	}
}
@media only screen and (max-width: 1210px){
	body {
		width: initial !important;
	}
}