﻿/*
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;
}
*/