@CHARSET "UTF-8";
#mainWrapper {
    min-height:100%;
    height: auto !important;
    height: 100%;
    position:relative;
}
#login_wrapper {
    position:relative;
    background-color: #F2F2F2;
    height:100%;
}

#login_contents{
    width:790px;
    padding: 98px 0 0 0;
    margin:0 auto 0 auto;
    text-align: center;
}

#login_logo {
    margin-bottom: 35px;
}

.error {
    margin:20px 0 20px 0;
    color:#fff;
}
.input {
    margin:0 0 12px 0;
    color:#fff;
}

#login_title {
    font-family: 'メイリオ','ヒラギノ角ゴ Pro W6','HiraKakuPro-W6','Meiryo','ＭＳ Ｐゴシック',sans-serif;
    font-size:18px;
    font-weight: bold;
    color: #555;
}

.login_inputs {
    border:1px solid #C0C0C0;     /* 枠線の装飾 */
    background-color: #fff;   /* 背景色 */
    border-radius: 5px;         /* CSS3 */
    -moz-border-radius: 5px;    /* Firefox */
    -webkit-border-radius: 5px; /* Safari,Chrome */
    /* behavior: url(border-radius.htc); /*for IE */
    width:299px;
    height:44px;
    font-size:15px;
    line-height:1;
    padding:0px 15px 0px;
}

#login_code{
    background-image: url(/image/ico_id.png);
    background-repeat: no-repeat;
    background-position: 291px center;
}

#password{
    background-image: url(/image/ico_pass.png);
    background-repeat: no-repeat;
    background-position: 291px center;
}

#login_bts {
    display: inline-block;
    width:330px;
    height:40px;
    margin:30px auto 20px auto;
    font-size:17px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;         /* CSS3 */
    -moz-border-radius: 5px;    /* Firefox */
    -webkit-border-radius: 5px; /* Safari,Chrome */
    cursor:pointer;
}

#login_bts.img {
    vertical-align:middle;
}

#language_bts {
    display: inline-block;
    width:78px;
    height:28px;
    line-height:28px;
    margin:auto 10px;
    font-size:13px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;         /* CSS3 */
    -moz-border-radius: 5px;    /* Firefox */
    -webkit-border-radius: 5px; /* Safari,Chrome */
    cursor:pointer;
}

#language_select {
    text-align:center;
    margin:0 auto 3px auto;
}
#language_select_text {
    font-size:13px;
    color: #333;
}


/* マスターテンプレートではbottom:40pxとなっているが、ログイン画面では正しく0とする必要がある */
.footer {
    bottom: 0;
    z-index: 1;
}

body {
    background-color: #f2f2f2;
}

#forgotpassword{
    cursor:pointer;
    text-decorate:none;
    color:black;
}
/* 子要素optionにもスタイルが当たってしまうことを防ぐため、タグセレクタを使用 */
select.ldap_selector{
    width:200px;
    height:28px;
}

.messages{
    margin-top:40px;
}

#trademark{
	bottom: 50px;
    text-align: center;
    position: fixed;
    width: 100%;
    color: rgb(102, 102, 102);
}
