﻿@charset "UTF-8";
/*
    在 Visual Studio 2017 安裝 Web Compiler 可以編譯此 scss
    但要在 compilerconfig.json 中，設定 "outputFile": "Content/website/car/idmask.css"
*/
.field-masked:before {
  content: '　'; }

.field-last-icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  float: left;
  top: 2px;
  right: 40px;
  cursor: pointer; }

.field-unmasked {
  background-image: url("../../../images/eye_open_view_icon.png"); }

.field-masked {
  background-image: url("../../../images/eye_close_view_icon.png"); }

@media (max-width: 480.98px) {
  .field-last-icon {
    width: 32px;
    height: 32px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    float: right;
    top: -37px;
    right: 10px;
    cursor: pointer; }
  .id_block {
    float: left;
    width: 100%;
    height: 44px;
    font-size: 1em;
    border-radius: 12px;
    border: 1.5px solid #d2d2d2;
    background-color: #f6f6f6; }
    .id_block .form-text {
      border: 0 none;
      height: 100%;
      width: 78%;
      margin-left: 5px; } }
