﻿@charset "utf-8";

/* ログイン画面 ここから↓ */
#rogin-parent {
    height: 50em;
    position: relative
}
#rogin-child {
	/* background-image: url(../images/login.png); */
    /* background-repeat: no-repeat; */
    /*         上　　下　　右　　左*/
	padding: 200px 50px 200px 50px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}
#logoimage {
    display: block;
     margin: auto;
}
#title {
    text-align: center;
}
#mail-or-pass-miss {
    color: #ff0000;
}
/* ログイン画面 ここまで↑ */