﻿/*
+==============================================================================
|
|    Copyright(c) 2020 IMS. All Rights. Reserved.
|
|  ・システム     ： クリーニング店向けＰＯＳシステム
|
+==============================================================================
|
|   スタッフパスワード入力ダイアログスタイルシート
|
|=== 改 版 履 歴 ==============================================================
| Date         Author           Reference                              Version
|==============================================================================
| 2020/09/10   IMS下平          新規作成                               1.0.0
|
|
===============================================================================
*/
@charset "UTF-8";

.staff-password-label {
    font-weight: 100 !important;
    font-size: 18px !important;
    min-width: 100px;
}

input.password-text {
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
    color: #000000;
    background: #fffff1;
    border: 1px solid #716f6f;
    border-radius: 4px;
    cursor: pointer;
    height: 28px;
    width: 300px;
    font-size: 18px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}