html {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: url(../images/bg.jpg) no-repeat center top;
  font-family: "Trebuchet MS", Verdana, sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  max-width: 980px;
  margin: 0 auto;
}

header {
  width: 100%;
  background: url(../images/header-bg.png) repeat-x left bottom #fff;
  border-bottom: 1px solid #0186b3;
  min-height: 75px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

header .container {
  position: relative;
}

.civil_aviation_logo {
  position: absolute;
  top: 10px;
  right: 0px
}

.logo {
  position: absolute;
  top: 10px;
  left: 0px
}

a.btn-support {
  position: absolute;
  right: 0px;
  display: inline-block;
  background: url(../images/button1-bg.png) repeat-x left top;
  color: #fff;
  font-size: 18px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  padding: 10px 20px;
  line-height: 24px;
  top: 40px;
  border-radius: 3px;
  border: 1px solid #2e425d;
  text-decoration: none;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
}

.main h1 {
  color: #fff;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 48px;
  padding: 10px 0px 20px;
  text-shadow: 0px 1px 1px #000;
  font-weight: bold;
}

.main h1 span {
  font-size: 30px;
}

.col_left {
  width: 60%;
  float: left;
}

.col_left img {
  max-width: 300px;
  margin-left: 188px;
}

.col_right {
  width: 38%;
  float: right;
}

.login {
  width: 100%;
  padding: 10px 20px 20px;
  border-radius: 5px;
  border: 1px solid #1289b7;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
  background-color: #e0f8ff;
  font-size: 12px;
  line-height: 22px;
  background: -webkit-linear-gradient(#e0f8ff, #72cce6);
  background: -o-linear-gradient(#e0f8ff, #72cce6);
  background: -moz-linear-gradient(#e0f8ff, #72cce6);
  background: linear-gradient(#e0f8ff, #72cce6);
  margin-top: 30px;
}

.login h2 {
  color: #0071bf;
  text-shadow: 0px 1px 1px #fff;
  margin: 0px;
  padding-bottom: 20px;
}

.login h3 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.login h5 {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px;
  color: #04538a;
  font-weight: bold;
}

.term-hldr {
  padding: 10px 0px;
  font-size: 16px;
}

.login .input-text {
  border-radius: 3px;
  border: 1px solid #1394b7;
  height: 38px;
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 10px;
  max-width: 280px;
}

.login .btn-sub {
  background: linear-gradient(#0bbbff, #1482ad);
  border: 1px solid #0e7490;
  border-radius: 3px;
  color: #fff;
  line-height: 30px;
  font-weight: bold;
  cursor: pointer;
  height: 34px;
}

.login .btn-sub:hover {
  background: linear-gradient(#1482ad, #0bbbff);
}

.col_bot {
  clear: both;
}

.col_bot h2 {
  color: #000;
  font-size: 24px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
  padding: 20px 0px 20px;
}

.col_bot h2 span {
  font-weight: normal;
}



footer {
  background: url(../images/footer.jpg) no-repeat center top;
  min-height: 20px;
  bottom: 0px;
  width: 100%;
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/*we need to style the popup with CSS so it is placed as a popup does*/
#popup {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
}

.popup_hldr {
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 0px 50px 2px #000;
  max-width: 600px;
  top: 20%;
  position: relative;
  padding: 20px;
}

.popup_hldr h2 {
  margin-top: 0px;
  color: #616161;
  font-size: 20px;
}

.popup_des {
  overflow-y: auto;
  height: 200px;
  border: 1px solid #cbcbcb;
}

.popup_des p {
  margin-top: 0px;
  color: #878787;
  font-size: 14px;
  padding: 10px;
  line-height: 20px;
  font-family: Arial, sans-serif;
  font-weight: normal;
}

.popup_hldr .panel-footer {
  margin-top: 15px;
}

.popup_hldr .panel-footer .btn {
  padding: 4px 7px;
  color: #fff;
  background: url(../images/button1-bg.png) repeat-x left top;
  border: 1px solid #0496dc;
  cursor: pointer;
  font-size: 13px;
  border-radius: 3px;
}

@media (min-width: 100px) and (max-width: 768px) {
  .container {
    padding: 0px 15px;
  }

  .logo {
    left: 15px;
  }

  a.btn-support {
    right: 15px;
  }

  .col_left,
  .col_right {
    width: auto;
  }

  .col_left img {
    margin-left: 20px;
  }

  footer {
    position: relative;
  }

  .col_bot h2 {
    padding-bottom: 0px;
  }
}

@media (min-width: 100px) and (max-width: 480px) {
  body {
    background: url(../images/m-bg.jpg) no-repeat left top;
  }

  header {
    min-height: 50px;
  }

  .logo img {
    max-width: 70px;
  }

  .civil_aviation_logo img {
    max-width: 90px;
  }

  a.btn-support {
    top: 25px;
    font-size: 14px;
    padding: 5px 12px;
  }

  .main h1 {
    margin-top: 0px;
    font-size: 30px;
    padding-top: 15px;
    margin-bottom: 0px;
  }

  .main h1 span {
    font-size: 20px;
  }

  .col_left,
  .col_right {
    width: 100%;
    text-align: center;
    max-width: 100%;
  }

  .col_left img {
    margin-left: 0px;
    max-width: 220px;
  }

  .login {
    display: inline-block;
    text-align: left;
    max-width: 220px;
    margin-top: 20px;
  }

  .col_bot {
    text-align: center;
  }

  .col_bot h2 {
    padding-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    font-size: 18px;
  }
}

@media (min-width: 100px) and (max-width: 320px) {
  .main h1 {
    font-size: 26px;
    padding-top: 20px;
  }

  .col_left img {
    max-width: 170px;
  }
}