﻿@charset "utf-8";

/* Login/Index View専用CSS */

body {
}

/* ヘッダー */
#header {
    display: none;
}

#title {
    margin-top: 30px;
    margin-bottom: 40px;
}

.row {
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 5px;
}

/* タイトルロゴ */
.wao-logo {
    display: inline-block;
    background-image: url(../../img/wao_title.png);
    width: 166px;
    height: 26px;
}

.wao-text {
    margin-top: 2px;
    font-weight: bold;
}

    .wao-text > span:after {
        content: "建設統合化ＥＲＰシステム";
    }

/* チェプロロゴ */
#logo {
    position: absolute;
    bottom: 80px;
    left: 50%;
}

.chepro-logo {
    display: inline-block;
    background-image: url(../../img/Chepro_Logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -32px; /* 幅の半分左寄せで中央に */
    width: 64px;
    height: 55px;
    box-shadow: inset 0 0 2px 1px #e8e9e9;
    border-radius: 8px;
}

/* フッター */
#contents-footer {
    position: fixed;
    bottom: 0;
    width: 100vw;
    height: 40px;
    padding: 10px 0;
    text-align: center;
    border-top: 2px solid #555;
    background-color: #e8e9e9;
}

    #contents-footer > p.text-muted {
        font-size: small;
        color: #555;
    }

.login {
    margin: 0 15px 15px;
}

.other-link {
    margin-top: 40px;
}

#title2 {
    margin-top: 30px;
    margin-bottom: 40px;
    margin-left: 300px;
    background-color: yellow;
    width: 600px;
}

/* Copyright */
.copyright {
    font-size: small;
}

/*.copyright > span:after {
   content: "\0a9 \0020 2019-2020 \0020 Chepro Corporation All rights reserved.";
}*/
