*{margin:0;padding:0}
body{
	 font-size:16px;
	 width:100%;
	 height:100%;
	 font-family:'gothic720_lt_btlight';
	 background:#000
	
}
@font-face{    font-family:'gothic725_bd_btbold';     src:url('../fonts/goth725b-webfont.eot');     src:url('../fonts/goth725b-webfont.eot?#iefix') format('embedded-opentype'),         url('../fonts/goth725b-webfont.woff2') format('woff2'),         url('../fonts/goth725b-webfont.woff') format('woff'),         url('../fonts/goth725b-webfont.ttf') format('truetype'),         url('../fonts/goth725b-webfont.svg#gothic725_bd_btbold') format('svg');     font-weight:normal;     font-style:normal}

@font-face{    font-family:'gothic720_btbold_italic';     src:url('got720bi-webfont.eot');     src:url('got720bi-webfont.eot?#iefix') format('embedded-opentype'),         url('got720bi-webfont.woff2') format('woff2'),         url('got720bi-webfont.woff') format('woff'),         url('got720bi-webfont.ttf') format('truetype'),         url('got720bi-webfont.svg#gothic720_btbold_italic') format('svg');     font-weight:normal;     font-style:normal}

@font-face{    font-family:'gothic720_lt_btlight_italic';     src:url('got720li-webfont.eot');     src:url('got720li-webfont.eot?#iefix') format('embedded-opentype'),         url('got720li-webfont.woff2') format('woff2'),         url('got720li-webfont.woff') format('woff'),         url('got720li-webfont.ttf') format('truetype'),         url('got720li-webfont.svg#gothic720_lt_btlight_italic') format('svg');     font-weight:normal;     font-style:normal}

@font-face{    font-family:'gothic720_btbold';     src:url('../fonts/goth720b-webfont.eot');     src:url('../fonts/goth720b-webfont.eot?#iefix') format('embedded-opentype'),         url('../fonts/goth720b-webfont.woff2') format('woff2'),         url('../fonts/goth720b-webfont.woff') format('woff'),         url('../fonts/goth720b-webfont.ttf') format('truetype'),         url('../fonts/goth720b-webfont.svg#gothic720_btbold') format('svg');     font-weight:normal;     font-style:normal}

@font-face{    font-family:'gothic720_btitalic';     src:url('../fonts/goth720i-webfont.eot');     src:url('../fonts/goth720i-webfont.eot?#iefix') format('embedded-opentype'),         url('../fonts/goth720i-webfont.woff2') format('woff2'),         url('../fonts/goth720i-webfont.woff') format('woff'),         url('../fonts/goth720i-webfont.ttf') format('truetype'),         url('../fonts/goth720i-webfont.svg#gothic720_btitalic') format('svg');     font-weight:normal;     font-style:normal}

@font-face{    font-family:'gothic725_blk_btblack';     src:url('../fonts/goth720k-webfont.eot');     src:url('../fonts/goth720k-webfont.eot?#iefix') format('embedded-opentype'),         url('../fonts/goth720k-webfont.woff2') format('woff2'),         url('../fonts/goth720k-webfont.woff') format('woff'),         url('../fonts/goth720k-webfont.ttf') format('truetype'),         url('../fonts/goth720k-webfont.svg#gothic725_blk_btblack') format('svg');     font-weight:normal;     font-style:normal}

@font-face{    font-family:'gothic720_lt_btlight';     src:url('../fonts/goth720l-webfont.eot');     src:url('../fonts/goth720l-webfont.eot?#iefix') format('embedded-opentype'),         url('../fonts/goth720l-webfont.woff2') format('woff2'),         url('../fonts/goth720l-webfont.woff') format('woff'),         url('../fonts/goth720l-webfont.ttf') format('truetype'),         url('../fonts/goth720l-webfont.svg#gothic720_lt_btlight') format('svg');     font-weight:normal;     font-style:normal}

@font-face{    font-family:'gothic720_btroman';     src:url('../fonts/goth720n-webfont.eot');     src:url('../fonts/goth720n-webfont.eot?#iefix') format('embedded-opentype'),         url('../fonts/goth720n-webfont.woff2') format('woff2'),         url('../fonts/goth720n-webfont.woff') format('woff'),         url('../fonts/goth720n-webfont.ttf') format('truetype'),         url('../fonts/goth720n-webfont.svg#gothic720_btroman') format('svg');  font-weight:normal;  font-style:normal}
.wrapper{
	background:url('../images/bg-image.jpg') center center  no-repeat;
	background-size:cover;
	height:900px;
	overflow:hidden	
}
.left{
	position:absolute;
	bottom:15%;
	left:7%;
	height:auto;
	width:22%
	
}
.right{
	position:absolute;
	bottom:15%;
	right:7%;
	height:auto;
	width:14%
}
.center{
		position:relative;
		max-width:300px;
		height:auto;
		margin:20% auto;
		
}
.center h1{ color:#00aeef ;text-align:left;margin-bottom:10px;font-size:34px}
.center p{ color:#00aeef;text-align:left;margin-bottom:15px;font-size:24px}

img{
	max-width:100%;
	height:auto
	}
	
.center input[type=submit] {
  width: 30%;
  display: block;
  margin-bottom: 10px;
 float:right;
}

.center input[type=text], input[type=password] {
  height: 46px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #0099d9;
  border: none;
  padding: 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color:#fff
}

input::placeholder{color:#fff;}


.center input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #0099d9;
  padding: 17px 0px;
  font-family: gothic725_bd_btbold;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}
@media screen and (max-width:1366px){
	
	.wrapper{height:auto}
	.center {margin: 12% auto;}
}