
        /*||=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-||
        //|| Shiny Side
        //||=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-||*/

        body.modal.split.login div.split section.shiny {
            background-image     : url(/img/modals/modal.split.login.jpg);
            background-repeat    : no-repeat;
            background-size      : cover;
            background-attachment: center;
            background-position  : center;
            width                : 35%;
        }

        body.modal.split.login div.split section.shiny div.inner {
            background          : rgba(150,150,150,0.8);
        }

        /*||=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-||
        //|| Modes
        //||=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-||*/

        body.modal.split.login .toggle-account {
            display             : none;
        }

        body.modal.split.login.account .toggle-account {
            display             : block;
        }

        body.modal.split.login.account button.toggle-account {
            display             : inline-block;
        }

        body.modal.split.login.account .toggle-signup {
            display             : none;
        }

        /*||=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-||
        //|| Forgot
        //||=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-||*/

        body.modal.split.login li.forgot {
            display         : table;
            width           : 100%;
        }

            body.modal.split.login li.forgot span {
                display      : table-cell;
            }


        body.modal.split.login li.forgot a {
            color               : #999;
            text-decoration     : none;
        }

        body.modal.split.login li.forgot a:hover  {
            color               : #000;
        }

        body.modal.split.login li.forgot i.fa {
            padding             : 0 3px;
        }