﻿
/* ログイン画面の上部余白設定用*/
.login-system {
    margin: 4%;
    /*background-image: url(../Image/kabegami0516.jpg)*/
}

/* システムタイトルデザイン1 */
.system-title-1 {
    font-weight: bold;
    font-size: 32px;
}

/* システムタイトルデザイン2 */
.system-title-2 {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 50px;
}

/* 項目デザイン */
.login-item-font {
    font-weight: 500;
    font-size: 18px;
    margin-top: 8px;
}

/* テキストボックスデザイン */
.login-item-textbox {
    height: 40px !important;
    font-size: 18px;
    width: 400px;
    max-width: 290px;
    min-width: 290px !important;
    margin-bottom: 50px;
}


/* ログインボタンデザイン */
#loginLinkButton {
    height: 40px;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    width: 450px;
    min-width: 450px;
    text-align: center;
    background-color: #0B406B;
    border-color: #0B406B;
    color: #FFF;
}

body {
    background-image: url(../../Image/kabegami0516.jpg);
}

.user-label {
    font-size: 20px;
}

.login-margin {
    margin-right: 40px;
}

.login-margin2 {
    margin-left: 260px;
}
/*エラーメッセージエリアのフォントサイズ*/
.error-font-size {
    font-size: 20px !important;
}
