﻿    .AccessHeading
    {
        color: red;
        text-align: center;
    }


                .demo-section {
                    width: 200px;
                }
                .demo-section p {
                    margin: 3px 0 20px;
                    line-height: 40px;
                }
                .demo-section .k-button {
                    width: 200px;
                }

                .k-notification {
                    border: 0;
                }


                /* Info template */
                .k-notification-info.k-group {
                    background: rgb(0, 148, 255);
                    color: #fff;
                }
                .new-mail {
                    width: 300px;
                    height: 100px;
                }
                .new-mail h3 {
                    font-size: 1em;
                    padding: 32px 10px 5px;
                }
                .new-mail img {
                    float: left;
                    margin: 30px 15px 30px 30px;
                }

                /* Error template */
                .k-notification-error.k-group {
                    background: rgb(255, 0, 0);
                    color: #ffffff;
                }
            .wrong-pass {
                width: auto;
                height: auto;
                padding: 0 30px;                
            }
                .wrong-pass h3 {
                    font-size: 1.7em;
                    padding: 0px 10px 5px;
                    display: inline-block;
                    vertical-align: middle;
                }
                .wrong-pass p {
                    font-size: 1.0em;
                    font-weight: normal;
                    display: inline-block;
                    vertical-align: middle;
                }
                .wrong-pass img {
                    display: inline-block;
                    vertical-align: middle;
                    margin-right: 10px;
                }

                /* Success template */
                .k-notification-upload-success.k-group {
                    background: rgb(0, 255, 144);
                    color: #fff;
                }
                .upload-success {
                    width: auto;
                    height: auto;
                    padding: 0 30px;
                    line-height: 100px;
                }
                .upload-success p {
                    font-size: 1.0em;
                    font-weight: normal;
                    display: inline-block;
                    vertical-align: middle;
                }
                .upload-success img {
                    display: inline-block;
                    vertical-align: middle;
                    margin-right: 10px;
                }

            /*/*.k-animation-container {
            width: 100%!important;*/
          