﻿
p,h1,h5,input{
    padding: 0;
    margin: 0;
}
html {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    height: 100%;
   background-image: url(../images/WX_Mgr/img/aurora-1197753_1920.jpg);
   background-size: cover;
   background-repeat: no-repeat;
   overflow: hidden;
     display: flex;
    justify-content: center;
    align-items: center;
}

.main {
   
    width: 800px;
    height: 450px;
    background: rgba(0, 0, 0, 0);
    display: flex;
    border: 999px solid rgba(0, 0, 0, 0.3);
}
.login-form-wrap {
   width: 350px;
   background: #fff;
   padding: 20px;
}
.login-form-wrap h1 {
    margin-bottom: 20px;
}
.left {
    width: 450px;
    
}
.left p:first-child{
    font-size: 50px;
    padding-top: 50px;
    letter-spacing: 5px;
}
.left p {
    font-size: 24px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    padding: 0 30px;
}

input,select{
    height: 40px;
    line-height: 40px;
    width: 100%;
    outline: none;
    box-sizing: border-box;
    text-indent: 40px;
    
}
label{
    display: block;
    margin: 0 auto 20px;
    height: 40px;
    line-height: 40px;
    position: relative;
}
.login_img {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.iconfont {
    font-size: 24px;
    color: #8a8a8a;
}
input[type = submit] {
    text-indent: 0;
    background: #0099ff;
    color: #fff;
    font-size: 18px;
    border: 0;
    border-radius: 5px;
    margin-bottom: 20px;
}
.but_text {
    display: flex;
    align-items: center;
    height: 30px;
    line-height: 30px;
    color: gray;
    margin-bottom: 20px;
}
.but_text input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
h5 {
    height: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: gray;
}
h5 .iconfont {
    margin-right: 10px;
}