body {
	background: url(../resource/imgs/login_bg.svg);
	background-size: cover;
	overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

body::before{
	z-index: -1;
	content:"";
	background-color: #E9EBF0;
	mix-blend-mode: multiply;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.all_contents {
	margin-top: 0;
}

.title_logo_area img{
    width: 700px;
    margin-bottom: 50px;
}

.admin_title_logo_area img{
    width: 700px;
    margin-bottom: 0px;
}

.login_title {
	font-size: xx-large;
    font-weight: bolder;
	text-align: center;
	color: #2a3873;
}

.admin_login_title {
    font-size: xxx-large;
    font-weight: bolder;
    text-align: center;
    color: #4C7CB4;
}

.login_forms {
	margin: 0 auto;
	margin-top: 2em;
	width: 22em;
}

.login_input {
	width: 100%;
	text-decoration: none;
	height: auto;
	padding: 1em 1em;
	border: 1px solid #2a3873;
	border-radius: 50px;
	box-sizing: border-box;
	font-size: 17px;
	letter-spacing: 0.5px;
	line-height: 1.3;
	margin: 10px 10px;
	background-color: white;
}

.login_button {
	width: 100%;
	height: auto;
	padding: 1em 1em;
	font-size: 17px;
	letter-spacing: 0.5px;
	line-height: 1.3;
	margin: 10px 10px;
}

.head_ber {
	position: fixed;
	height: 1rem;
	left: 0;
	top: 0;
	width: 100%;
	background: #2a3873;
}

.admin_head_ber {
    position: fixed;
	height: 1rem;
	left: 0;
	top: 0;
	width: 100%;
    background: #4C7CB4;
}

.foot_ber {
	position: fixed;
	height: 1rem;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #2a3873;
}

.admin_foot_ber {
	position: fixed;
	height: 1rem;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #4C7CB4;
}

@media screen and (max-width: 1000px), screen and (max-height: 520px) {
    .title_logo_area img{
        width: 550px;
        margin-bottom: 0;
        margin-top: 20px;
    }

    .all_contents form {
        margin-top: 1em;
    }
}
