
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: middle;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* start editing from here */
a {
    text-decoration: none;
}

.txt-rt {
    text-align: right;
}
/* text align right */
.txt-lt {
    text-align: left;
}
/* text align left */
.txt-center {
    text-align: center;
}
/* text align center */
.float-rt {
    float: right;
}
/* float right */
.float-lt {
    float: left;
}
/* float left */
.clear {
    clear: both;
}
/* clear float */
.pos-relative {
    position: relative;
}
/* Position Relative */
.pos-absolute {
    position: absolute;
}
/* Position Absolute */
.vertical-base {
    vertical-align: baseline;
}
/* vertical align baseline */
.vertical-top {
    vertical-align: top;
}
/* vertical align top */
.underline {
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    margin: 0 0 20px 0;
}
/* Add 5px bottom padding and a underline */
nav.vertical ul li {
    display: block;
}
/* vertical menu */
nav.horizontal ul li {
    display: inline-block;
}
/* horizontal menu */
img {
    max-width: 100%;
}
/*end reset*/
body {
    font-family: 'Verdana', 'Droid Sans', sans-serif;
    font-size: 100%;
    /*background: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;*/
    background-position: center;
    background-size: cover;
}

.mainhead {
    width: 100%;
    height: 105px;
    padding-top:2px;
    padding-bottom:2px;
    /*padding-top: 15px;*/
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    display: inline-block;
    background-color: #2191C0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2191C0), to(#1c5a85));
    background-image: -webkit-linear-gradient(top, #2191C0, #1c5a85);
    background-image: -moz-linear-gradient(top, #2191C0, #1c5a85);
    background-image: -ms-linear-gradient(top, #2191C0, #1c5a85);
    background-image: -o-linear-gradient(top, #2191C0, #1c5a85);
    background-image: linear-gradient(to bottom, #2191C0, #1c5a85);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#2191C0, endColorstr=#1c5a85);
}

.message.warning {
    background: rgba(255, 255, 255, 0.33);
    -moz-box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow: 0px 0px 5px #000000;
    box-shadow: 0px 0px 5px #000000;
    margin: 9% auto 0;
    width: 26%;
}

.login-head {
    padding: .5em 0;
    background: #0078ae;
    position: relative;
}

    .login-head h1 {
        color: #fff;
        font-size: 1.2em;
        text-align: left;
        margin: 0 23px;
    }

form {
    padding: .5em 2em;
    height: 100%;
}

    form li {
        border: 2px ridge rgba(187, 185, 189, 0.11);
        /*border-radius: 0.3em;
	-webkit-border-radius:0.3em;
	-moz-border-radius:0.3em;
	-o-border-radius:0.3em;*/
        list-style: none;
        margin-bottom: 12px;
        background: rgba(243, 235, 37, 0.28);
    }

.icon {
    background: url(../images/icons.png) no-repeat 0px 0px;
    height: 30px;
    width: 30px;
    display: block;
    float: right;
    margin: 2px 9px 0px 2px;
}

.user {
    background: url(../images/icons.png) no-repeat 7px 1px;
}

.lock {
    background: url(../images/icons.png) no-repeat -25px 1px;
}

input[type="text"], input[type="password"] {
    font-family: 'Verdana', 'Droid Sans', sans-serif;
    width: 70%;
    /*padding:0.2em 2em 0.2em 1em;*/
    color: #000000;
    font-size: 17px;
    outline: none;
    background: none;
    border: none;
}

    input[type="text"]:hover, input[type="password"]:hover {
        color: #000000 !important;
    }

    input[type="text"]:hover, input[type="password"]:focus {
        color: #000000 !important;
    }

.button {
    font-size: 90%;
    height: 40px;
    width: 15.5%;
    color: white;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    text-decoration: none;
    font-weight: bold;
    border: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
    display: inline-block;
    background-color: #2191C0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2191C0), to(#1c5a85));
    background-image: -webkit-linear-gradient(top, #2191C0, #1c5a85);
    background-image: -moz-linear-gradient(top, #2191C0, #1c5a85);
    background-image: -ms-linear-gradient(top, #2191C0, #1c5a85);
    background-image: -o-linear-gradient(top, #2191C0, #1c5a85);
    background-image: linear-gradient(to bottom, #2191C0, #1c5a85);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#2191C0, endColorstr=#1c5a85);
}

    .button:enabled:hover {
        border: 1px solid #1c5675;
        background-color: #26759e;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#26759e), to(#133d5b));
        background-image: -webkit-linear-gradient(top, #26759e, #133d5b);
        background-image: -moz-linear-gradient(top, #26759e, #133d5b);
        background-image: -ms-linear-gradient(top, #26759e, #133d5b);
        background-image: -o-linear-gradient(top, #26759e, #133d5b);
        background-image: linear-gradient(to bottom, #26759e, #133d5b);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e, endColorstr=#133d5b);
    }

    .button:focus {
        color: #eaf309 !important;
    }

.footer {
    position: absolute;
    bottom: 76px;
    left: 45%;
}

    .footer p {
        position: relative;
        font-family: 'Verdana', 'Droid Sans', sans-serif;
        color: #fff;
        display: block;
        font-size: 1.2em;
        font-weight: 400;
        text-align: center;
        padding-top: 2em;
    }

        .footer p a {
            color: #000;
            transition: all 0.5s ease-out;
            -webkit-transition: all 0.5s ease-out;
            -moz-transition: all 0.5s ease-out;
            -ms-transition: all 0.5s ease-out;
            -o-transition: all 0.5s ease-out;
        }

            .footer p a:hover {
                color: #fff;
            }

.message {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.2) inset, 0 1px 0 rgba(255,255,255,0.1) inset, 0 1px 2px rgba(0,0,0,0.4);
    position: relative;
}

.warning {
    text-align: center;
    margin: 14% auto;
    width: 280px;
    background: rgba(82, 97, 97, 0.68);
    /*border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;*/
}

.alert-close {
    background: url('../images/into.png') no-repeat 0px 3px;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 12px;
    top: 34px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    width: 30px;
}
/*-----start-responsive-design------*/
@media (max-width:1440px) {
    .message.warning {
        margin: 11% auto 0;
        width: 30%;
    }

    .footer {
        left: 44%;
    }
}

@media (max-width:1366px) {
    .message.warning {
        margin: 7% auto 0;
        width: 35%;
    }

    .footer {
        left: 43%;
        bottom: 9%;
    }
}

@media (max-width:1280px) {
    .message.warning {
        margin: 7% auto 0;
        width: 33%;
    }

    .footer {
        left: 43%;
    }
}

@media (max-width:1024px) {
    .message.warning {
        margin: 12% auto 0;
        width: 47%;
    }

    .footer {
        left: 41%;
    }
}

@media (max-width:768px) {
    .message.warning {
        margin: 13% auto 0;
        width: 65%;
    }

    .footer {
        left: 38%;
        bottom: 87px;
    }
}

@media (max-width:640px) {
    .message.warning {
        margin: 13% auto 0;
        width: 67%;
    }

    .footer {
        left: 35%;
        bottom: 87px;
    }
}

@media (max-width:480px) {
    .message.warning {
        margin: 15% auto 0;
        width: 90%;
    }

    .footer {
        left: 33%;
        bottom: 136px;
    }
}

@media (max-width:320px) {
    .message.warning {
        margin: 8% auto 0;
        width: 90%;
    }

    .login-head {
        padding: 1.45em 0;
    }

        .login-head h1 {
            font-size: 1.15em;
        }

    .icon {
        margin: -33px 9px 9px 0px;
    }

    input[type="text"], input[type="password"] {
        font-size: 16px;
    }

    .alert-close {
        right: 12px;
        top: 22px;
    }
    /*form {
	padding: 1.5em 1.5em;
	}*/
    /*.submit {
	padding-top: 0.4em;
	}
	input[type="submit"] {
		float:none;
	padding: 11px 0px;
	width: 52%;
	font-size: 15px;
	}*/
    .submit h4 {
        margin-top: 15px;
        margin-bottom: 20px;
    }

        .submit h4 a {
            float: none;
            font-size: 15px;
        }

    .footer {
        left: 22%;
        bottom: 10px;
    }
}
