html body,
html,
body,
html body #login_div {

    height: 100%;
    margin: 0px;
    padding: 0px;
    width: 100%;
	position: relative;
}
a {
    color: #0284fe;
    text-decoration: none;
}

#login_div {
    /* background: url('../img/backgroud.png') no-repeat; */
    background: url('../img/screen-bg-custom.da040bc7.png') no-repeat;

    background-size: 100% 100%;
	background-position: center;
	
}
.platform_header{
    width: 100%;
    height: 10vh;
    background-image: url('../img/header.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
	z-index: 1;
}
#date{
    position: absolute;
    color: #FFFFFF;
    top: 0;
    font-size: 0.7vw;
    right: 1vw;
    height: 50%;
    opacity: .8;
	display: flex;
	align-items: center;
}

.login-content{
    width: 400px;
    height: 450px;
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, .1);
    border-radius: 16px;
}
.login-content iframe{
    width: 100%;
    height: 100%;
    border: none;
}
.login-footer{
    position: absolute;
    width: 80%;
    height: 24px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    color: #fff;
    font-size: 12px;
}
.login-footer a:hover {
    text-decoration: underline;
}
.aq{
    display: flex;
    justify-content: center;
    margin: 0px auto;
    width: 600px;
}
.aq div,.aq span{
	color: #fff;
	/* font-size: 12px; */
}
