﻿/*
login > div:first-child {
    height: 100vh;
    background: url('https://i2.wp.com/background4free.com/download/blue_yellow_light_115379772.jpg?q=100');
    background-repeat: no-repeat;
}

login form {
    background: red;
    padding: 20px;
    max-width: 280px !important;
}
*/

login > div:first-child {
    height: 100vh;
    background: url('header.jpg');
    background-repeat: no-repeat;
	background-position-y: 10%;
	background-position-x: center;
	background-size: 20%;
	padding:130px;
}

login > div > div > p:nth-of-type(2):before {
   content:'JD Molecule Sdn Bhd | ';
}