@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500&display=swap");
@font-face {
  font-family: 'Flaticons Stroke';
  src: url("fonts/flaticons-stroke.eot");
  src: url("fonts/flaticons-stroke.eot?#iefix") format("embedded-opentype"), url("fonts/flaticons-stroke.woff") format("woff"), url("fonts/flaticons-stroke.ttf") format("truetype"), url("fonts/flaticons-stroke.svg#flaticons-stroke") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=3.2.1');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('fonts/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}

h1 {
  color: #000000;
  font-weight: 200;
}

h2 {
  color: #000000;
  font-weight: 400;
}

h3 {
  color: #000000;
  font-weight: 200;
}

/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-font-smoothing: antialiased;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

button::-ms-clear,
input::-ms-clear,
optgroup::-ms-clear,
select::-ms-clear,
textarea::-ms-clear {
  display: none;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
}

html {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 22px;
}

h1, h2 {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  text-transform: initial;
  font-size: 24px;
  letter-spacing: -0.4;
  color: #DA422F;
  margin: 0 0 .5em 0;
}

p {
  color: #fff;
}

a, a:active {
  color: #DA422F;
  text-decoration: none;
}

a:visited, a:active:visited {
  color: #DA422F;
}

a:hover, a:active:hover {
  color: #b63120;
  text-decoration: none;
}

ul {
  list-style: none;
}

ul li {
  margin: 0 0 1.5em 0;
}

.warning {
  box-sizing: border-box;
  width: 100%;
  padding: 5px 5px 8px 10px;
  margin: 0 0 .5em 0;
  color: #ffffff;
  background: rgba(189, 32, 47, 0.8);
  border-radius: 0px;
}

.warning a {
  color: #ffffff;
}

.warning .icon {
  margin: 0 3px;
  font-size: 20px;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
  animation-duration: .75s;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

html {
  display: table;
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  display: table-cell;
  background-image: url(../images/header.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#container {
  box-sizing: border-box;
  display: inline-block;
  max-width: 1000px;
  width: 100%;
  height: 100vh;
  padding: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 2;
}

#login-box,
#news-box,
#footer {
  box-sizing: border-box;
  display: block;
  width: 100%;
  text-align: left;
}

#logo {
  display: none;
  width: 100vw;
  height: 80px;
  top: 0;
  left: 0;
  position: absolute;
  background: #DA422F;
}

#logo .logo-img {
  left: 0;
  position: absolute;
}

#logo .product-name {
  display: none;
}

#news-box {
  background: #fff;
  border-bottom: 1px solid #CDC8BE;
  padding: 30px 30px 5px 30px;
  margin-top: 10px;
}

#login-box {
  background-color: #fff;
  /*box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);*/
  border-radius: 0;
  border: none;
  z-index: 10;
  padding: 45px;
  position: relative;
  display: inline-block;
  top: 50%;
  transform: translate(0, -50%);
  width: 500px;
  float: left;
  height: 480px;
}

#login-box h2 {
  color: #000000;
  position: relative;
  z-index: 3;
  font-size: 0;
  display: block;
  text-align: center;
  text-transform: inherit;
  height: 120px;
}

#login-box h2:after {
  content: '';
  display: block;
  position: absolute;
  width: 220px;
  height: 68px;
  background-image: url(../images/logo.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  max-width: calc(100vw - 200px);
  z-index: 3;
}

#login-box .group {
  position: relative;
  margin: 0 0 0;
}

#login-box .group label {
  position: absolute;
  top: 4px;
  left: 25px;
  width: 120px;
  line-height: 45px;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 400;
  opacity: 0.5;
  color: #000000;
  z-index: 4;
}

#login-box .group input {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  line-height: 20px;
  padding: 15px 15px 15px 150px;
  background: white;
  border: 1px solid #CDC8BE;
  border-radius: 0;
  box-shadow: none;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #000000;
  outline: none;
  z-index: 2;
  font-weight: 600;
}

#login-box .group input:focus {
  color: #000000;
  border-color: #CDC8BE;
  z-index: 3;
}

#login-box .group:nth-of-type(1) input {
  margin-bottom: 20px;
  margin-top: 8px;
}

#login-box .group:nth-of-type(2) input {
  margin-bottom: 10px;
  margin-top: 8px;
}

#login-box #forgot-pw {
  position: relative;
  border-radius: 4px;
  width: 100%;
  z-index: 5;
  font-size: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 30px;
}

#login-box #forgot-pw a {
  display: block;
  color: #000000;
}

#login-box #forgot-pw a::before {
  content: '\f0da';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  margin-right: 5px;
}

#login-box #forgot-pw:hover a {
  color: #DA422F;
  cursor: pointer;
}

#login-box #forgot-pw:hover a::before {
  color: #DA422F;
}

#login-box input[type="submit"] {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #000000;
  text-transform: initial;
  text-shadow: none;
  letter-spacing: -0.4;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 30px;
  margin: 10px 0 0px;
  background: #229a0D;
  cursor: pointer;
  color: #fff;
  z-index: 5;
  float: right;
  text-transform: none;
  border: 0 !important;
  width: 100%;
  height: 60px;
  bottom: 0;
}

#login-box input[type="submit"]:hover {
  background: #279915;
  color: #fff;
}

#login-box input[type="submit"]:active {
  background: #279915;
}

#news-box {
  position: relative;
  display: none !important;
  line-height: 1.625;
  border-bottom: none;
  box-shadow: 0px 0px 30px 0px rgba(1, 0, 0, 0.05);
  border-radius: 8px;
  text-align: center;
}

#news-box p {
  color: #000000;
}

#news-box .show-list strong {
  color: black;
}

#news-box .content {
  padding-top: 20px;
}

.shake {
  animation: none !important;
}

#footer {
  display: none !important;
  margin-top: 100px;
  text-align: center;
  line-height: 2;
}

h2 {
  display: none;
}

#news-article {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 999;
  display: none;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

#news-article .dialog {
  position: absolute;
  top: 4em;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  max-width: 600px;
  max-height: 700px;
  margin: 0 auto;
  padding: 0 3em;
  overflow: auto;
  background: #fff;
  border-radius: 0px;
  transition: top .3s ease-in-out;
}

#news-article .close {
  display: block;
  color: black;
  font-size: 1em;
  text-align: right;
  text-decoration: none;
  margin: .8em 0 .5em 0;
  transition: color .3s ease-in-out;
}

#news-article .close:hover {
  text-decoration: none;
}

#news-article iframe {
  width: 99%;
  height: 600px;
  overflow: auto;
}

#news-article iframe::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
  height: 8px;
}

#news-article iframe::-webkit-scrollbar-track {
  background-color: rgba(57, 57, 57, 0.05);
}

#news-article iframe::-webkit-scrollbar-thumb {
  background-color: rgba(156, 156, 156, 0.8);
  border-radius: 8px;
}

/* Contact */
div#login-contact-box {
	background: #f3f3f3;
    width: 500px;
    height: 480px;
    box-sizing: border-box;
    padding: 120px 45px 0;
    display: inline-block;
    float: right;
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
}

.contact-image {
	background: #000000;
    width: 60px;
    height: 60px;
    float: left;
    border-radius: 50%;
    margin-right: 20px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 15px;
}

#login-contact-box h2 {
    display: block;
    color: #000;
    font-size: 20px;
}

.contact-image img {
	width: 30px;
}

#login-contact-box .contact {
    margin: 40px 0;
}

#login-contact-box .title {
    color: #000;
    font-weight: 700 !important;
    font-size: 18px;
}

#login-contact-box .title a {
	color: #000 !important;
}

#login-contact-box .contact-desc {
    height: 60px;
    vertical-align: middle;
    display: table-cell;
}


@media only screen and (max-width: 1000px) {
  div#login-contact-box {
    display: none;
  }
  
 #container {
  max-width: 500px;
}

}
