@import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap";
:root {
  --header-bg-color: #295598;
  --header-txtcolor: #fff;
  --header-icon-color: #fff;
  --sidebar-bg-color: #295598;
  --sidebar-txtsize: 0.8rem;
  --sidebar-linkcolor: #fff;
  --sidebar-icon-color: #fff;
  --sidebar-icon-size: 1.5rem;
  --sidebar-icon-display: inline-block;
  --sidebar-bg-color-hover: rgba(255, 255, 255, 0.3);
  --sidebar-bg-color-active: rgba(0, 0, 0, 0.3);
  --submenu-bg-color:#295598;
  --submenu-txtsize: 0.78rem;
  --submenu-linkcolor:#fff;
  --submenu-bg-color-hover: rgba(0, 0, 0, 0.3);
  --bottomsidebar-bg-color: #295598;
  --bottomsidebar-txtcolor: #fff;
  --bottomsidebar-icon-color: #fff;
  --main-bg-color: #f5f5f5;
  --main-txtcolor: #333333;
  --main-linkcolor: #0d6efd;
  --main-title-bg: #295598;
  --main-title-txtcolor: #fff;
  --footer-bg-color: #295598;
  --footer-txtcolor: #fff;
  --footer-linkcolor: #fff;
  --footer-icon-color: #fff;
  --table-striped-bg: #f9f9f9;
}

html {
  overflow-y: scroll;
}

body {
  background-color: var(--main-title-bg);
  background-image: url(../images/login-bg.png);
  background-repeat: repeat-x;
  background-position: top;
}

h2 {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 24px;
  margin-top: 5px;
}

#login_header {
  width: 100%;
  display: block;
  text-align: center;
  border-bottom: solid 1px #ccc;
  margin: 0 0 15px 0;
}

#login_box {
  width: 280px;
}

#login {
  background-color: #ffffff;
}
#login form {
  margin: 0px;
  padding: 0px;
}

#login_wide {
  width: 700px;
  margin: 80px auto 20px;
  overflow: hidden;
  padding: 10px;
  font-size: 12px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 5px 5px 10px #666;
  -webkit-box-shadow: 0px 1px 6px #000;
  box-shadow: 0px 1px 6px #000;
  border: solid 6px #d5d5d5;
  background-color: #ffffff;
}
#login_wide #login_content {
  margin: 0 20px 0 20px;
}
#login_wide form {
  margin: 0px;
  padding: 0px;
}
@media only screen and (max-width: 640px) {
  #login_wide {
    width: 430px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 620px) {
  #login_wide {
    width: 100%;
  }
}

.login_line1 {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 20px;
}

#login_infobox {
  padding: 15px;
  float: left;
  margin: 0 0 10px 20px;
  width: 355px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  color: #555;
}
#login_infobox ul {
  margin: 0px;
  padding: 0px 0px 0px 10px;
  font-size: 10px;
  text-align: justify;
}
#login_infobox ul li {
  margin: 0 0 10px 0;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  #login_infobox {
    margin-top: 10px;
    width: 92%;
  }
}

.btn-primary {
  background-color: var(--main-title-bg);
  border-color: var(--main-title-bg);
}

.btn-primary:hover {
  background-color: var(--main-title-bg);
  border-color: #2e2e2e;
  opacity: 0.9;
}

input#login_captcha {
  float: right;
}

#login_button {
  width: 180px;
  margin: 10px 0px;
}

.hidden_elem {
  display: none;
}

noscript {
  border: solid 1px #ff0000;
  background: #f47777;
  width: 738px;
  padding: 10px;
  position: absolute;
  left: 10%;
  top: 10%;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
noscript img {
  vertical-align: middle;
}

.text_box_wide {
  position: relative;
  width: 660px;
  margin: -46px auto 0;
  font-size: 10px;
  padding: 60px 10px 10px;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0px 1px 6px #000;
  -webkit-box-shadow: 0px 1px 6px #000;
  box-shadow: 0px 1px 6px #000;
  border: solid 1px #fff;
  z-index: -1000;
  background-image: url(../images/some-bg01.png);
  background-repeat: repeat;
  background-position: left top;
  background-color: #606060;
  color: #e2e2e2;
}

.ssl_box {
  font-size: 10px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.67);
  border: 1px solid #a4a4a4;
  z-index: 0;
  background-color: #fff;
  padding: 10px;
  margin-top: 30px;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

/*# sourceMappingURL=template_login.css.map */
