﻿/*#region General Styles */
body.login {
    background: transparent url('./images/login-bg.png') repeat center center;
    font-size: 12px;
}
/*#endregion */

/*#region Responsive Styles */
/*
@media only screen and (width : 1024px) {}

@media only screen and (min-width : 501px) and (max-width : 1023px) {}

@media only screen and (max-width : 500px) {}
*/
/*#endregion */
