﻿/*
login > div:first-child {
    height: 100vh;
    background: url('');
    background-repeat: no-repeat;
}

login form {
    background: red;
    padding: 20px;
    max-width: 280px !important;
}
*/