﻿@charset "UTF-8";
@import url(normalize_by_duck.css);

/* line 3, /Duck HD/ACER/VR後台畫面討論/Backstage_LogIn/css/style.scss */
body {
  background: url(../Images/background.jpg) top center no-repeat fixed;
  background-size: 100vw 100vh;
}

/* line 8, /Duck HD/ACER/VR後台畫面討論/Backstage_LogIn/css/style.scss */
.header {
  background: url(../Images/circle.png) top center no-repeat;
  border-radius: 50%;
  width: 318px;
  height: 318px;
  margin: 0 auto;
  margin-top: -180px;
  text-align: center;
}

/* line 18, /Duck HD/ACER/VR後台畫面討論/Backstage_LogIn/css/style.scss */
h1 {
  display: inline-block;
  font-size: 48px;
  color: white;
  font-weight: bold;
  margin-top: 200px;
}

/* line 26, /Duck HD/ACER/VR後台畫面討論/Backstage_LogIn/css/style.scss */
h2 {
  /*font-size: 36px;*/
  font-size: 2.6rem;
  font-weight: bold;
  color: white;
  text-align: center;
  margin-top: 10vh;
}

/* line 33, /Duck HD/ACER/VR後台畫面討論/Backstage_LogIn/css/style.scss */
.content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  box-reflect: below 5vw linear-gradient(transparent, transparent 50%, rgba(0, 0, 0, 0.15));
  -webkit-box-reflect: below 5vw linear-gradient(transparent, transparent 50%, rgba(0, 0, 0, 0.15));
}

@media all and (min-width: 1080px) {

  /* line 33, /Duck HD/ACER/VR後台畫面討論/Backstage_LogIn/css/style.scss */
  .content {
    box-reflect: below 55px linear-gradient(transparent, transparent 50%, rgba(0, 0, 0, 0.15));
    -webkit-box-reflect: below 55px linear-gradient(transparent, transparent 50%, rgba(0, 0, 0, 0.15));
  }
}

/* line 45, /Duck HD/ACER/VR後台畫面討論/Backstage_LogIn/css/style.scss */
.main {
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
}

/* line 49, /Duck HD/ACER/VR後台畫面討論/Backstage_LogIn/css/style.scss */
.main td {
  text-align: center;
}

/* line 51, /Duck HD/ACER/VR後台畫面討論/Backstage_LogIn/css/style.scss */
.main td .phantom {
  width: 80%;
}

/* line 55, /Duck HD/ACER/VR後台畫面討論/Backstage_LogIn/css/style.scss */
.main td.login {
  width: 60%;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  padding: 2vw;
  text-align: left;
}

/* line 66, /Duck HD/ACER/VR後台畫面討論/Backstage_LogIn/css/style.scss */
.head {
  font-size: 1.8rem;
  color: #0257ae;
  display: inline-block;
  padding: 10px 30px 5px 30px;
  /*  padding-right: 50px;*/
  border-radius: 5px 5px 0 0;
  background: #fff;
}

/* line 74, /Duck HD/ACER/VR後台畫面討論/Backstage_LogIn/css/style.scss */
.head > img {
  margin-top: -5px;
  margin-right: 5px;
}

/* line 80, /Duck HD/ACER/VR後台畫面討論/Backstage_LogIn/css/style.scss */
.account {
  color: #333333;
  /*font-size: 14px;*/
  font-size: 1.1rem;
  text-align: left;
  padding: 30px 0;
  margin-top: 0;
  width: 100%;
  background: #fff;
}

/* line 88, /Duck HD/ACER/VR後台畫面討論/Backstage_LogIn/css/style.scss */
.account td {
  padding: 10px 5px;
  text-align: left;
}

/* line 91, /Duck HD/ACER/VR後台畫面討論/Backstage_LogIn/css/style.scss */
.account td:first-child {
  text-align: right;
  min-width: 100px;
}

/* line 95, /Duck HD/ACER/VR後台畫面討論/Backstage_LogIn/css/style.scss */
.account td > img {
  margin: 0 5px;
}

/* line 98, /Duck HD/ACER/VR後台畫面討論/Backstage_LogIn/css/style.scss */
.account td input {
  border: 1px solid #999999;
  border-radius: 3px;
  height: 25px;
  font-size: 1rem;
}

/* line 103, /Duck HD/ACER/VR後台畫面討論/Backstage_LogIn/css/style.scss */
.account td #CAPTCHA {
  width: 95px;
}


.account td #btnShowClose {
  width: 22px;
  height: 22px;
}

/* line 108, /Duck HD/ACER/VR後台畫面討論/Backstage_LogIn/css/style.scss */
.sent {
  text-align: center;
  background: #e6eaf3;
  border: 1px solid #fff;
}

/* line 112, /Duck HD/ACER/VR後台畫面討論/Backstage_LogIn/css/style.scss */
.sent > .button {
  /*  font-size: 18px;*/
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  padding: 8px 30px 10px 30px;
  border: 1px solid #aeaeae;
  border-top: none;
  border-bottom: none;
  /*background: #aeaeae;*/
  background: #7712d5;
}

/* line 123, /Duck HD/ACER/VR後台畫面討論/Backstage_LogIn/css/style.scss */
.copyright {
  color: #fff;
  /*font-size: 14px;*/
  font-size: 0.9rem;
  font-weight: lighter;
  margin-top: 10px;
}

/* line 130, /Duck HD/ACER/VR後台畫面討論/Backstage_LogIn/css/style.scss */
.footer {
  max-width: 1080px;
  margin: auto;
}

0.9

/* line 133, /Duck HD/ACER/VR後台畫面討論/Backstage_LogIn/css/style.scss */
.footer > img {
  position: relative;
  z-index: -1;
  width: 100%;
  margin-top: -15vw;
}

@media all and (min-width: 1080px) {

  /* line 133, /Duck HD/ACER/VR後台畫面討論/Backstage_LogIn/css/style.scss */
  .footer > img {
    margin-top: -162px;
  }
}

/*# sourceMappingURL=style.css.map */
