body {display: flex;justify-content: center;align-items: center;min-height: 100vh;}
body.loginBg {background: url(/img/login_bg.jpg) center no-repeat;background-size: cover;}
.loginWrap {width: 500px;}
.login {}
.login>div {position: relative;display: flex;flex-direction: column;min-width: 0;word-wrap: break-word;}
.login>div .name {color: #323c47;margin-bottom: 50px;font-size: 30px;font-weight: bold;}
.login>div .input {font-size: 20px;margin-bottom: 30px;display: block;width: 100%;height: 40px;color: #7a8eab;background-color: #fff;border: 0;border-bottom: 2px dashed #c2cfe0;transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.login>div .input::placeholder {color: #7a8eab}
.login>div .btn {    line-height: 1.5;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #03add2;
    display: block;
    width: 100%;
    font-size: 18px;
    border-radius: 5px;
    padding: 10px 0;
    cursor: pointer;}

.foot {text-align: center;padding-top: 214px;}
.foot span {font-size: 15px;color: #7a8eab;display: block;margin-top: 15px;}