        .body-bg {
            background-image: url(../images/bg2.png);
        }

        .login-bg {
            background: url(../images/login-bg.png);
            background-repeat: no-repeat;
            height: 100%;
            /* Center and scale the image nicely */
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            background-color: rgba(255,255,255,0.75);
            background-blend-mode: lighten;
        }

        .set-margin {
            margin-bottom: 20px;
        }

        .set-logo {
            text-align: center;
            color: rgba(0,0,0,.35);
        }

        .div-dailog {
            z-index: 1050;
            width: auto;
            padding: 10px;
            margin-right: auto;
            margin-left: auto;
            max-width: 500px;
        }

        .div-content {
            position: relative;
            background-color: #fff;
            border: 1px solid #999;
            border: 1px solid rgba(0,0,0,0.2);
            border-radius: 6px;
            outline: 0;
            box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 15px 10px -5px rgba(0, 0, 0, 0.2);
            border-top: 10px solid #f68728;
            border-bottom: 10px solid #8ec640;
        }

        .modal-footer {
            margin-top: 0px !important;
            padding: 10px 15px !important;
        }

        a, a:hover, a:active, a:visited, a:focus {
            text-decoration: none;
        }

        @media screen and (min-width: 768px) {
            .div-dailog {
                right: auto;
                left: 50%;
                width: 450px;
                max-width: 500px;
                padding-top: 100px;
                padding-bottom: 30px;
            }
        }

        .input-group-addon {
            background-color: hsla(0, 0%, 100%, 0) !important;
            border-left: 3px solid #f68728 !important;
            /*border-top: 1px solid #f1f1f1 !important;
            border-bottom: 1px solid #f1f1f1 !important;*/
            border-radius: 0px !important;
            height: 34px !important;
            border: none;
            color: #9d231f !important;
            padding: 10px 12px !important;
        }

        .form-control {
            width:70% !important;
            border-radius: 0px !important;
            padding: 10px 10px !important;
            font-size: 17px !important;
            font-weight: 600 !important;
            letter-spacing: 1.5px !important;
            font-family: monospace !important;
            line-height: 1.42857143!important;
            color: #9d231f !important;
            background-color: rgba(255, 255, 255, 0) !important;
            background-image: none !important;
            border: none !important;
            border-bottom: 0.5px solid #9d231f !important;
            box-shadow: inset 0 1px 1px rgba(0,0,0,0) !important;
            -webkit-transition: width 0.4s ease-in-out;
            transition: width 0.4s ease-in-out;
        }
        .form-control:focus{
            width:100% !important;
        }
        .form-control:focus {
            border-color: rgba(0,0,0,0) !important;
            border-bottom:0.5px solid #9d231f !important;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        }
        .login-bg {
            background: url(../images/login-bg.png);
            background-repeat: no-repeat;
            height: 100%;
            /* Center and scale the image nicely */
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            background-color: rgba(255,255,255,0.75);
            background-blend-mode: lighten;
        }

        .alert-warning {
            background-color: #ffbc67 !important;
            color: #fff;
        }