.login{
	background-image: url(/images/login_bg.jpg);
    background-size: 100% 100%;
    background-position: center 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    position: relative;
}
#loginarea{
    height: 12em;
    color: #ffffff;
    display: flex;
    justify-content: center;
}
#chwalogo {
    height: 90%;
    background-image: url(/images/logo1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
#logikuangnarea{
    display: flex;
    justify-content: center;
}
#loginArea {
    border-radius: 0px 0px 25px 25px;
}