﻿@font-face {
    font-family: 'zj';
    src:url('font/hyzj/HYChaoJiZhanJiaW.ttf');
    font-style: normal;
}
body,html
{
    margin:0px;
    padding:0px; 
    min-width: 750px;   
}
.login-main
{
    height:100vh;
    display:flex;
    flex-direction: column;
    background-image: url(../img/bc-owo1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
}
#login {
	border: 0px #409EFF solid;
	width: 300px;
	height: 350px;
	margin-right: 50px;
	background-color: rgb(247,248,250);
	border-radius: 25px;
	overflow: hidden;
}
.inp{
	display: flex;
	margin: 40px 0px;
	align-items: center;
}
.login-header
{
    height:80px;
    font-family: zj;
    font-size: 40px;
    color: rgb(0,160,233);
    letter-spacing: 5px;
    background-color: rgba(250,250,250,0.7);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 100px;
}
.login-body
{
    flex:1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.login-footer
{
    height:80px;
    background-color:#000000;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
a{
	text-decoration: none;
	color: white;
}
.el-form-item__label{
	color: white;
}