body,h1,h2,h3,h4,h5,h6,p,ul,ol,li {
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  color: #000;
}
@font-face {
  font-family: MyriadPro;
  font-weight: normal;
  src: url("../font/MyriadPro/MyriadPro-Regular.otf") format("opentype");
}
@font-face {
  font-family: MyriadPro;
  font-weight: bold;
  src: url("../font/MyriadPro/MyriadPro-Bold.otf") format("opentype");
}
html,body {
  height: 100%
}

body {
  background: url(../../images/main_bg_2.jpg) no-repeat top center;
  background-size: cover;
  /*    padding-bottom: 100px;
  min-height: 1000px;*/
}
.logo {
  display: block;
  margin-left: 29%;
  margin-right: auto;
  text-decoration: blink;
  color: white;
  font-size: 64px;
  margin-top: 85px;
  max-width: 90%;
  background-size: 100%;
}
.login_form {
  text-align: center;
}
.login_form  {
  text-align: center;
  margin-top: 55px;
}
.login_form  input {
  width: 218px;
  height: 34px;
  background: #fff;
  border: none;
  font-size: 16.5px;
  font-weight: bold;
  color: #7c7c7c;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;

  padding: 0 16px;
}
.login_form button {
  height: 34px;
  color: #3f6491;
  border: none;
  font-size: 16.5px;
  width: 155px;
  background: #688eb8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.login_form ul.list-inline>li {
  padding-left: 9px;
  padding-right: 9px;
  vertical-align: top;
}
.login_form ::-webkit-input-placeholder {
  color: #7c7c7c;
}
.login_form :-moz-placeholder { /* Firefox 18- */
  color: #7c7c7c;  
}
.login_form ::-moz-placeholder {  /* Firefox 19+ */
  color: #7c7c7c;  
}
.login_form :-ms-input-placeholder {  
  color: #7c7c7c;  
}
.login_form p {
  font-family: MyriadPro;
  font-weight: bold;
  color: #fff;
  font-size: 11px;
  margin-top: 11px;
}
.login_form p a {
  color: #009eff;
  text-decoration: none;
}
.login_form p a:hover {
  text-decoration: underline;
}
.text_wap {

  margin-left: auto;
  margin-right: auto;
  width: 1460px;
}
.text_wap h2 {
  font-family: MyriadPro;
  font-weight: bold;

  font-size: 34px;
  color: #fff;
  text-transform: uppercase;
}
.text_wap p {
  font-family: MyriadPro;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
}
.text_wap .text_1 {
  width: 380px;
  margin-left: auto;
  -ms-transform: rotate(-2deg); /* IE 9 */     
  -webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */     
  transform: rotate(-2deg);
  margin-top: -14px;
  margin-right: 6px;
} 
.text_wap .text_2 {
  width: 202px;
  margin-left: 444px;
  margin-top: 59px;
  -ms-transform: rotate(6deg); /* IE 9 */     
  -webkit-transform: rotate(6deg); /* Chrome, Safari, Opera */     
  transform: rotate(6deg);
} 
.text_wap .text_3 h2 {
  font-size: 54px;
  color: #3f6491;
  text-shadow: 0px 0px 24px rgba(255, 255, 255, 1);
  text-align: right;
  padding-right: 237px;
  margin-top: 50px;
} 
.text_wap .text_4 h2 {
  -ms-transform: rotate(-94deg); /* IE 9 */     
  -webkit-transform: rotate(-94deg); /* Chrome, Safari, Opera */     
  transform: rotate(-94deg);

  width: 291px;
  margin-right: 26px;
}
.text_wap .text_4 p {
  width: 225px;
  margin-left: 177px;
  -ms-transform: rotate(-3deg); /* IE 9 */     
  -webkit-transform: rotate(-3deg); /* Chrome, Safari, Opera */     
  transform: rotate(-3deg);
}
.text_wap .text_4 {
  padding-left: 288PX;

}
.text_wap .text_5 {
  width: 386px;
  margin-left: 564px;
  margin-top: 43px;
  -ms-transform: rotate(3deg); /* IE 9 */     
  -webkit-transform: rotate(3deg); /* Chrome, Safari, Opera */     
  transform: rotate(3deg);
} 
.form-login-index {
  position: absolute;
  width: 300px;
  left: 50%;
  top: 15%;
  margin: 0 0 0 -150px;
}

.form-login-index .box-logo {
  float:left;
  width: 100%;
  background-color:rgba(11, 54, 103, 0.7);
  padding: 10px;
}

.form-login-index .title-logo {
  float:left;
  width: 100%;
  height: 65px;
  background-size: contain;
  background-image: url(/images/logo.png);
  background-position: center;
  background-repeat: no-repeat;
}

.form-login-index .txt {
  float:left;
  width: 100%;
  padding: 10px 10px 5px 10px;
  background-color: rgba(50, 100, 144, 0.75);
}

.form-login-index .txt input {
  width: 100%;
  height: auto;
  line-height: normal;
  padding: 11px 16px;
  color:#fff;
  font-weight: 400;
  background-color:#8aa8c3;
  margin: 0 0 10px 0;
}

.form-login-index .login_form {
  margin: 0;
}

.form-login-index .login_form button {
  width: 130px;
  margin: 10px 0 0 0;
  background-color:#203445;
  color:#fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.form-login-index .list-inline li {
  display: inline-block;
  width: 100%;
}

.form-login-index .list-inline span {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color:#fff;
  text-align: left !important;
}

.form-login-index input::input-placeholder {
color: #fff;
}

.form-login-index input::-webkit-input-placeholder {
color: #fff;
}

.form-login-index input::-moz-input-placeholder {
color: #fff;
}

@media screen and (max-width: 1500px) {
  .text_wap {
    width: auto;
  }
  .text_wap .text_4 p,
  .text_wap .text_4 h2,
  .text_wap .text_3 h2,
  .text_wap .text_1,
  .text_wap .text_2,
  .text_wap .text_3,
  .text_wap .text_4,
  .text_wap .text_5 {
    width: auto;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    -ms-transform: rotate(0deg); /* IE 9 */     
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */     
    transform: rotate(0deg);
    margin-top: 10px;
  }
  body{
    /* background: url(/images/main_bg_tab.jpg) no-repeat top center;
    padding-bottom: 100px;
    height: 1200px;
    height: auto;*/
  }
}
@media screen and (max-width: 1000px) {
  .text_wap {
    width: auto;
  }
  .text_wap .text_5 {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  /* body{
  background: url(/images/main_bg_mob.jpg) no-repeat center 130px #000;
  padding-bottom: 100px;
  min-height: 1200px;
}*/
  .text_wap .text_4 p,
  .text_wap .text_4 h2,
  .text_wap .text_3 h2,
  .text_wap .text_1,
  .text_wap .text_2,
  .text_wap .text_3,
  .text_wap .text_4,
  .text_wap .text_5 {
    width: auto;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    -ms-transform: rotate(0deg); /* IE 9 */     
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */     
    transform: rotate(0deg);
    margin-top: 10px;
  }
  .text_wap .text_4 p,
  .text_wap .text_4 h2,
  .text_wap .text_3 h2 {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }
  .login_form ul.list-inline>li {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .login_form input,
  .login_form button {
    width: 100%;
    margin-top: 10px;
  }
  body{
    height: auto;
  }

}