﻿/* ログイン画面 */
body {
    background-image: url("../image/SKYSEAFunctionSiteBG.jpg");
    background-size: cover;
    background-position: bottom;
}

/* タイトル */
.scv-login-title {
    font-size: 20px;
    color: #196EC3;
    font-weight: bold;
}

/* 入力フォーム背景 */
.scv-login-box {
    border-radius: 8px;
    background-color: rgba(255,255,255,0.8);
    border-style: none;
    box-shadow: 0px 0px 6px 1px rgba(25,105,195,0.4);
    width: 560px;
}

/* 入力フォーム */
.scv-login-form {
    width: 320px;
}

/* 項目テキスト */
.scv-login-item-title-text {
    font-size: 14px;
    color: #242424;
}

/* 説明文 */
.scv-login-description {
    font-size: 13px;
    font-weight: normal;
    color: #73788C;
}

/* リンク */
.scv-login-link {
    font-size: 13px;
    text-decoration: underline;
    color: blue;
}
