/*--

--*/
/*-- reset --*/
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: 0px;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

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 */
nav.vertical ul li {
    display: block;
}
/* vertical menu */
nav.horizontal ul li {
    display: inline-block;
}
/* horizontal menu */
img {
    max-width: 100%;
    height: 45px;
}
/*-- end reset --*/
body {
    font-family: 'Hind', sans-serif;
}
/*-- main --*/

h1 {
    font-size: 45px;
    color: #02629e;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    padding: 2em 0 0 0;
}
/*-- slide --*/

@keyframes slideleft {
    from {
        background-position: 0%;
    }

    to {
        background-position: 90000%;
    }
}

@-webkit-keyframes slideleft {
    from {
        background-position: 0%;
    }

    to {
        background-position: 90000%;
    }
}

.layouts-main {
    background-image: url('../Images/loginbk1.png');
    /* background-color: white;*/
    background-repeat: repeat-x;
    /*animation: slideleft 20000s infinite linear;*/
    /*-webkit-animation: slideleft 20000s infinite linear;*/
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-attachment: fixed;
    position: relative;
    min-height: 100vh;
}

.bg-layer {
    background: rgba(226, 226, 226, 0.7);
    min-height: 100vh;
    /*padding-top:45px;*/
}
/*-- //slide --*/
/*--header start here--*/
.ls-header {
    padding: 0em 0 0;
}

.icon1 {
    margin: 0 0 1em;
    padding: .8em 1em;
    background: rgba(255, 255, 255, 0.94);
}

    .icon1 span.fa {
        color: #222;
        width: 22px;
    }

.main-icon {
    text-align: center;
}

    .main-icon span.fa {
        font-size: 50px;
        color: #fff;
        margin-bottom: 1em;
    }

.wthree li {
    display: inline-block;
}

a {
    color: #585858;
    margin: 0em;
}

.bottom {
    margin: 1em 0 0;
}

.header-main {
    max-width: 325px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    padding: 5em 2em;
    /*background: rgba(255, 255, 255, 0.04);*/
    background-color: #02629e;
    -webkit-box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.75);
}

.sign-up {
    margin: 2em 0;
}

.header-left {
    background: #fff;
    padding: 0px;
}

.sign-up h2 {
    font-size: 22px;
    color: #fff;
    text-align: center;
    background: #fbbc05;
    width: 40px;
    height: 40px;
    line-height: 1.9em;
    border-radius: 50%;
    margin: 0 auto;
}

::-webkit-input-placeholder {
    color: #333 !important;
}

.header-left-bottom input[type="text"], .header-left-bottom .TextboxMode {
    outline: none;
    font-size: 15px;
    color: #222;
    border: none;
    width: 89%;
    display: inline-block;
    background: transparent;
    letter-spacing: 1px;
}

.header-left-bottom input[type="email"] {
    outline: none;
    font-size: 15px;
    color: #222;
    border: none;
    width: 90%;
    display: inline-block;
    background: transparent;
    letter-spacing: 1px;
}

.header-left-bottom input[type="password"] {
    outline: none;
    font-size: 15px;
    color: #222;
    border: none;
    width: 89%;
    display: inline-block;
    background: transparent;
    letter-spacing: 1px;
}

.header-left-bottom .btn {
    background: #8bc34a;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: .8em 2em;
    letter-spacing: 1px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: none;
    width: 81%;
    text-align: center;
}

/*-- agileits --*/
.header-left-bottom p {
    font-size: 17px;
    color: #000;
    display: inline-block;
    width: 50%;
    margin: 20px 0 0;
    letter-spacing: 1px;
    float: left;
}

    .header-left-bottom p.right {
        text-align: right;
    }

    .header-left-bottom p a {
        font-size: 11px;
        color: #c5c5c5;
        text-transform: uppercase;
    }

.social {
    margin: 2em 0 0;
}

.heading h5 {
    color: #c5c5c5;
    color: #000000;
    margin-top: 8px;
    font-size: 20px;
}

.social span.fa {
    color: #fff;
    font-size: 12px;
    line-height: 35px;
    margin: 0 5px;
    transition: 0.5s all;
}

.social ul li {
    display: inline-block;
    margin: 0 5px;
    font-size: 15px;
    color: #003c58;
    letter-spacing: 1px;
    text-transform: capitalize;
    vertical-align:middle;
}

.social a.facebook {
    background: #3b5998;
}

.social a.twitter {
    background: #1da1f2;
}

.social a.linkedin {
    background: #00a0dc;
}

.social a.google {
    background: #dd4b39;
}

.social ul li a {
    background: rgba(255, 255, 255, 0.22);
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.login-check {
    position: relative;
}

.checkbox i {
    position: absolute;
    top: 0px;
    left: 0%;
    text-align: center;
    display: block;
    width: 19px;
    height: 17px;
    outline: none;
    background: #fff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    cursor: pointer;
}

.checkbox input:checked + i:after {
    opacity: 1;
}

.checkbox input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}

.checkbox input + i:after {
    content: url(../Images/tick.png);
    top: -1px;
    left: 2px;
    width: 15px;
    height: 15px;
}

.checkbox {
    position: relative;
    display: block;
    padding-left: 30px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 14px;
    color: #ffffff;
}

/*input[type="checkbox" i] {
    display: none;
}*/


/*-- layouts --*/
/*-- header end here --*/
h2 {
    font-size: 26em;
    color: #fff;
    line-height: 1.3em;
    letter-spacing: 10px;
}

h3 {
    font-size: 2em;
    color: #fff;
}

    h3 a {
        font-size: 17px;
        padding-left: 12px;
        color: #04c9f9;
        text-decoration: underline;
    }
/*-- copyright --*/
.copyright {
    padding: 2em 0;
    text-align: center;
}

    .copyright p {
        font-size: 15px;
        letter-spacing: 1px;
        color: #757575;
        line-height: 1.8em;
    }

        .copyright p a {
            color: #003c58;
            -webkit-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -o-transition: 0.5s all;
            -ms-transition: 0.5s all;
            transition: 0.5s all;
        }
/*-- //copyright --*/
/*-- //main --*/

/*-- responsive-design --*/

@media(max-width:667px) {

    h1 {
        font-size: 40px;
        letter-spacing: 3px;
    }
}

@media(max-width:415px) {

    h1 {
        font-size: 35px;
        letter-spacing: 3px;
    }

    .social {
        margin: 1em 0 0;
    }

    .copyright {
        padding: 2em 1em;
    }
}

@media(max-width:384px) {
    .main-icon span.fa {
        margin-bottom: .6em;
    }

    .header-main {
        max-width: 310px;
        margin: 0 1em;
    }

    .header-left-bottom input[type="text"], .header-left-bottom .TextboxMode, .header-left-bottom input[type="email"], .header-left-bottom input[type="password"] {
        width: 88%;
    }

    .social ul li {
        margin: 0 2px;
    }

    h1 {
        font-size: 30px;
    }
}
/*-- //responsive-design --*/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    /*background-color: rgba(0,0,0,0.4);  Black w/ opacity */
}

/* Modal Content */
.modal-content {
    /*background-color: #fefefe;*/
    background-color: rgba(255, 255, 255, 0.94);
    margin: auto;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
    padding-top: 0px;
    margin-top: 95px;
    border-radius: 6px;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.btn-u {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #ffffff;
}

.btn-Save {
    background-color: #b504bc;
}

    .btn-Save:hover {
        background-color: #8f0194;
        color: #ffffff;
    }

.btn-Cancel {
    background-color: #c1031e;
}

    .btn-Cancel:hover {
        background-color: #9d0319;
        color: #ffffff;
    }

.colrRed {
    color: red;
}


@media (min-width: 768px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

        .container:before,
        .container:after {
            display: table;
            content: " ";
        }

        .container:after {
            clear: both;
        }

        .container:before,
        .container:after {
            display: table;
            content: " ";
        }

        .container:after {
            clear: both;
        }

    .row {
        margin-right: -15px;
        margin-left: -15px;
    }

        .row:before,
        .row:after {
            display: table;
            content: " ";
        }

        .row:after {
            clear: both;
        }

        .row:before,
        .row:after {
            display: table;
            content: " ";
        }

        .row:after {
            clear: both;
        }

    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .form-control:-moz-placeholder {
        color: #999999;
    }

    .form-control::-moz-placeholder {
        color: #999999;
    }

    .form-control:-ms-input-placeholder {
        color: #999999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999999;
    }

    .form-control {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.428571429;
        color: #555555;
        vertical-align: middle;
        background-color: #ffffff;
        border: 1px solid #cccccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    }

        .form-control:focus {
            border-color: #66afe9;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        }

        .form-control[disabled],
        .form-control[readonly],
        fieldset[disabled] .form-control {
            cursor: not-allowed;
            background-color: #eeeeee;
        }

    textarea.form-control {
        height: auto;
    }

    .form-group {
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

.media,
.media .media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media > .pull-left {
    margin-right: 10px;
}

.media > .pull-right {
    margin-left: 10px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}
