/*

    OleTalk Authentication Pages

    Copyright (c) 2022 Gallatin Engineering, All rights reserved.

    @VERSION: 0.2.0 a - beta 
      Note: 

*/

/*
*                       DESKTOP STYLE TEMPLATE
*   This template maintains styling consistency across all pages, sitewide.
*/


@media screen and (min-width: 1725px) {
            

    .box {
        margin: 1em;
    }
    .leftBox {
        /* display: inline-block; */
    }
    .rightBox {
        /* display: inline-block; */
        /* float: right; */
        width: 20em;
        height: 23em; 
    }
}