﻿@charset "UTF-8";
html, body {
  /*background-image: url('/img/Master/Login/SSDPOS_BACKGROUND_2x.png');*/
  background: linear-gradient(270deg, #ffB9C3 0%, #FFF2F4 100%);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  font-family: 微軟正黑體; }

.Logo {
  position: absolute;
  left: 30px;
  top: 30px; }

.CompanyTitle {
  position: absolute;
  right: 30px;
  bottom: 30px; }

.container {
  height: 100%;
  align-content: center; }

.card {
  /*height: 370px;*/
  margin-top: auto;
  margin-bottom: auto;
  width: 400px;
  /*background-color: rgba(255,255,255,0.3) !important;*/
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px; }

.social_icon span {
  font-size: 60px;
  margin-left: 10px;
  color: #FFC312; }

.social_icon span:hover {
  color: white;
  cursor: pointer; }

.card-header h3 {
  color: white; }

.social_icon {
  position: absolute;
  right: 20px;
  top: -45px; }

.links {
  color: white !important; }

.links a {
  margin-left: 4px;
  color: white !important; }

.card-header {
  text-align: center;
  background-color: white;
  border-bottom-width: 0px;
  padding: 55px 0 40px 0; }

.card-header .SystemName {
  font-size: 36px;
  font-weight: bold;
  color: #C2002F;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1em; }

.card-header .SystemDesc {
  font-size: 24px;
  font-family: Microsoft JhengHei;
  font-weight: 400;
  color: #808080;
  margin-bottom: 0px; }

.PasswordBody {
  margin: 0 auto;
  width: 310px;
  position: relative; }

.card-body {
  padding: 0;
  margin-bottom: 20px;
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */ }
  .card-body .form-group.Account {
    margin-bottom: 30px; }
  .card-body .form-group.Password {
    margin-bottom: 18px; }
  .card-body .form-control {
    height: 100%; }
  .card-body .InputTitle {
    font-size: 14px;
    font-weight: bold;
    color: #313131;
    padding-left: 5px;
    vertical-align: middle; }
  .card-body .AccountTitle {
    margin: 0 auto;
    width: 310px;
    margin-bottom: 10px;
    padding-left: .75rem; }
  .card-body .AccountTitle img {
    height: 14px; }
  .card-body .AccountBody {
    margin: 0 auto;
    width: 310px; }
  .card-body .PasswordTitle {
    margin: 0 auto;
    width: 310px;
    margin-bottom: 10px;
    padding-left: .75rem; }
  .card-body .PasswordTitle img {
    height: 14px; }
  .card-body .input-group-prepend span {
    width: 50px;
    background-color: royalblue;
    color: white;
    border: 0 !important; }
  .card-body input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important; }
  .card-body .Remember {
    font-size: 11px;
    font-weight: 400;
    color: #313131;
    margin: 0 auto;
    width: 80%;
    padding-left: .75rem; }
    .card-body .Remember .RememberText {
      margin-left: 2px; }
    .card-body .Remember .container {
      display: block;
      position: relative;
      padding-left: 25px;
      margin-bottom: 25px;
      cursor: pointer;
      /*font-size: 22px;*/
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      font-weight: bold; }
      .card-body .Remember .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
        color: black; }
      .card-body .Remember .container input:checked ~ .checkmark {
        background-color: #ACACAC; }
    .card-body .Remember .container:hover input ~ .checkmark {
      background-color: white; }
    .card-body .Remember .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 17px;
      width: 17px;
      background-color: white;
      border: 1px solid #ABABAB;
      margin: 2px; }
  .card-body .Remember .container input:checked ~ .checkmark {
    background-color: #ACACAC; }
  .card-body .Remember .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .card-body .Remember .container input:checked ~ .checkmark:after {
    display: block; }
  .card-body .Remember .container .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .card-body .BtnBoby {
    margin: 0 auto;
    width: 310px; }
    .card-body .BtnBoby .login_btn {
      color: #ffffff;
      background: #C2002F;
      height: 45px;
      width: 100%;
      font-size: 20px; }
    .card-body .BtnBoby .login_btn:hover {
      color: #ffffff;
      background-color: #990020; }
  .card-body ::placeholder {
    /* CSS 3 標準 */
    font-size: 14px;
    color: #787878; }
  .card-body ::-webkit-input-placeholder {
    /* Chrome, Safari */
    font-size: 14px;
    color: #787878; }
  .card-body :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 14px;
    color: #787878; }
  .card-body ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
    color: #787878;
    opacity: 1; }

.PWD_ICON {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer; }

.card-footer {
  text-align: center;
  background-color: white;
  width: 80%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 50px;
  border-top: 2px solid rgba(0, 0, 0, 0.125); }

.card-footer img {
  width: 240px;
  height: 19px; }

.b-btn-bg .webix_button {
  background-color: #C80421; }

.t-btn .t-btn-font {
  color: #FFFFFF !important; }

.t-btn button {
  color: #FFFFFF !important; }

.t-btn span {
  color: #FFFFFF !important; }

.t-btn span:before {
  color: #FFFFFF !important; }

.ServerInfo {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffb6c1; }
