@import url("reset.css");

*{
	box-sizing: border-box;
}

html, body{
    width: 100%;
    font-family: Arial, Helvetica, "Microsoft JhengHei", sans-serif;
}

.Login_bg {
    width: 100%;
    height: 100vh;
    background-image: url(../images/img02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    position: relative;
}

.Mask_bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(90deg, rgba(25, 17, 70, .9) 0%, rgba(5, 68, 107, .9) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.txtDiv_wrap{
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
.txtDiv{
    display: flex;
}
.txtDiv img{
    width: 70px;
    height: auto;
    margin: 0 15px;
    position: relative;
    top: -21px;
}
.txtDiv h2{
    color: #fff;
    font-size: 23px;
    letter-spacing: 1.2px;
    opacity: .9;
}

.VersionDiv{
    position: absolute;
    right: 30px;
    bottom: 20px;
}
.VersionDiv{
    color: #fff;
    font-size: 15px;
    letter-spacing: .6px;
    opacity: .9;
}