﻿
            input[type="text"],
            input[type="password"] {
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                -ms-border-radius: 3px;
                -o-border-radius: 3px;
                border-radius: 3px;
                -webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
                -moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
                -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
                -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
                box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -ms-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
                background: #fafafa url(images/logicon.png) no-repeat;
                border: 1px solid #c8c8c8;
                color: #777;
                font: 13px Helvetica, Arial, sans-serif;
                margin: 0 0 10px;
                padding: 15px 10px 15px 40px;
                width: 80%;
            }

                input[type="text"]:focus,
                input[type="password"]:focus {
                    -webkit-box-shadow: 0 0 2px #333396 inset;
                    -moz-box-shadow: 0 0 2px #333396 inset;
                    -ms-box-shadow: 0 0 2px #333396 inset;
                    -o-box-shadow: 0 0 2px #333396 inset;
                    box-shadow: 0 0 2px #333396 inset;
                    background-color: #fff;
                    border: 1px solid #333396;
                    outline: none;
                }

            #username {
                background-position: 10px 10px !important;
            }

            #password {
                background-position: 10px -53px !important;
            }

            input[type="submit"] {
                background: rgb(27, 106, 157);
                background: -moz-linear-gradient(top, #D14130 0%, #942D21 100%);
                background: -webkit-linear-gradient(top, #D14130 0%,#942D21 100%);
                background: -o-linear-gradient(top, #D14130 0%,#942D21 100%);
                background: -ms-linear-gradient(top, #D14130 0%,#942D21 100%);
                background: linear-gradient(top, #D14130 0%,#942D21 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D14130', endColorstr='#942D21',GradientType=0 );
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                -ms-border-radius: 3px;
                -o-border-radius: 3px;
                border-radius: 3px;
                -webkit-box-shadow: 0 1px 0 #D14130 inset;
                -moz-box-shadow: 0 1px 0 #D14130 inset;
                -ms-box-shadow: 0 1px 0 #D14130 inset;
                -o-box-shadow: 0 1px 0 #D14130 inset;
                box-shadow: 0 1px 0 #D14130 inset;
                border: 1px solid #6A2018;
                color: #FFFFFF;
                cursor: pointer;
                float: left;
                font: bold 15px Helvetica, Arial, sans-serif;
                height: 35px;
                margin: 20px 0 35px 15px;
                position: relative;
                text-shadow: 0 1px 0 rgba(86, 171, 225, 1);
                width: 120px;
            }

                input[type="submit"]:hover {
                    background: rgb(35, 135, 200);
                    background: -moz-linear-gradient(top, #942D21 0%, #D14130 100%);
                    background: -webkit-linear-gradient(top, #942D21 0%,#D14130 100%);
                    background: -o-linear-gradient(top, #942D21 0%,#D14130 100%);
                    background: -ms-linear-gradient(top, #942D21 0%,#D14130 100%);
                    background: linear-gradient(top, #942D21 0%,rgba(0, 26, 87, 1) 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#942D21', endColorstr='#D14130',GradientType=0 );
                }

            .login {
                width: 200px;
            }