/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/*-- 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: 0;
    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%;
}
/*-- end reset --*/
body {
    background: url(../Digital-Engagement.png);
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    font-family: 'Raleway', sans-serif;
}

h1, h2, h3, h4, h5 {
    font-family: 'Raleway', sans-serif;
}

h1 {
    font-size: 3em;
    text-align: center;
    color: #fff;
    font-weight: 400;
    margin-bottom: 1em;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.login-form h2 {
    font-size: 2em;
    color: #000;
    /*float: left;*/
    margin-bottom: 1.5em;
    line-height: 0.7em;
    letter-spacing: 0px;
}

span.fa.fa-lock {
    float: right;
    font-size: 30px;
    color: #fff;
    margin-right: 10px;
}
/*-- main --*/
.main {
    padding: 3em 0 0;
    text-align: center;
}

.main-w3lsrow {
    margin-left: 60%;
    background: rgba(255,255,255,.8);
    width: 25%;
    padding: 3em 2em 2em;
    box-sizing: border-box;
    /*box-shadow: 0 15px 25px rgba(0,0,0,.6);*/
    box-shadow: 0 15px 25px rgba(190, 144, 229,.6);
    border-radius: 10px;
}

.login-form input[type="text"], .login-form input[type="password"] {
    outline: none;
    font-size: .9em;
    letter-spacing: 1px;
    color: #666;
    padding: 1em 1em;
    margin: 0;
    width: 92%;
    margin-bottom: 1em;
    border: none;
    border: 1px solid rgb(255, 255, 255);
    -webkit-appearance: none;
    display: block;
    background: #fff;
    font-family: 'Raleway', sans-serif;
}

.login-form p {
    font-size: 0.9em;
    color: #fff;
    margin: 1.5em 0 .8em;
    font-weight: 200;
    letter-spacing: 6px;
    text-align: left;
}
/*-- social-icons --*/
.social_icons.agileinfo {
    margin: 2% 0% 5%;
}

ul.top-links li {
    margin-left: 5px;
    display: inline-block;
}

    ul.top-links li a i.fa {
        color: #fff;
        margin-right: 10px;
        font-size: 15px;
        text-align: center;
    }

    ul.top-links li a {
        color: #fff;
        background: rgba(0, 0, 0, 0.6);
        padding: 10px 20px;
        letter-spacing: 1px;
        border: 1px solid #fff;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
    }

.top-links li a.facebook:hover {
    color: #fff;
    background-color: #46629E;
}

.top-links li a.twitter:hover {
    color: #fff;
    background-color: #00ACEE;
}

.top-links li a.linkedin:hover {
    color: #fff;
    background-color: #0077B5;
}

/*--placeholder-color--*/
::-webkit-input-placeholder {
    color: #666;
}

:-moz-placeholder { /* Firefox 18- */
    color: #666;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #666;
}

:-ms-input-placeholder {
    color: #666;
}

.navbar-header {
    margin-bottom: 7%;
}

.logo1 {
    padding-left: 5%;
    float: left;
}

.logo2 {
    padding-right: 5%;
    float: right;
}
/*--//placeholder-color-- input[type="submit"] */
.login-form input[type="submit"] {
    font-size: 1em;
    color: #ffffff;
    background: #782891;
    border: 1px solid #782891;
    outline: none;
    cursor: pointer;
    padding: .8em 1em;
    letter-spacing: 1px;
    -webkit-appearance: none;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: 'Raleway', sans-serif;
}

.btanm {
    font-size: 1em;
    color: #ffffff;
    background: #782891;
    border: 1px solid #782891;
    outline: none;
    cursor: pointer;
    padding: 3% 42% 3% 42%;
    letter-spacing: 1px;
    -webkit-appearance: none;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: 'Raleway', sans-serif;
}
.btanm1 {
    font-size: 1em;
    color: #ffffff;
    background: #782891;
    border: 1px solid #782891;
    outline: none;
    cursor: pointer;
    padding: .8em 1em;
    letter-spacing: 1px;
    -webkit-appearance: none;
    /*width: 100%;*/
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: 'Raleway', sans-serif;
}

.FUserName {
    padding: 1em 1em;
    width: 92%;
    font-family: 'Raleway', sans-serif;
}

.login-form input[type="submit"]:hover {
    background: #782891;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #782891, 0 0 25px #782891, 0 0 50px #782891, 0 0 100px #782891;
}

.btanm:hover {
    background: #782891;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #782891, 0 0 25px #782891, 0 0 50px #782891, 0 0 100px #782891;
}

.login-agileits-bottom {
    margin-top: 1.6em;
    text-align: center;
}

.login-agileits-bottom1 {
    margin-top: 1.6em;
    text-align: center;
}

    .login-agileits-bottom1 h3 {
        color: #fff;
        font-size: 1em;
        letter-spacing: 4px;
    }

.login-agileits-bottom h6 {
    font-size: 1em;
    font-weight: 200;
    letter-spacing: 2px;
}

    .login-agileits-bottom h6 a {
        color: #000;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
        cursor: pointer;
    }

        .login-agileits-bottom h6 a:hover {
            color: #782891;
        }
/*-- //main --*/

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
/*-- copyright --*/
.copyright {
    padding: 4.4em 0 1em;
    text-align: center;
}

    .copyright p {
        font-size: 1em;
        color: #fff;
        line-height: 1.8em;
        letter-spacing: 1px;
    }

        .copyright p a {
            color: #fff;
            -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 p a:hover {
                color: #ff4c4c;
            }

/*-- //copyright --*/

/*-- responsive-design --*/
@media(max-width:1366px) {
    .main-w3lsrow {
        width: 30%;
    }

    .social_icons.agileinfo {
        margin: 2% 0% 4%;
    }
}

@media(max-width:1280px) {
}

@media(max-width:1080px) {
    .main-w3lsrow {
        width: 37%;
    }
}

@media(max-width:1024px) {
    h1 {
        font-size: 2.6em;
        margin-bottom: .8em;
        letter-spacing: 3px;
    }

    .main {
        padding: 2em 0 0;
        text-align: center;
    }

    .social_icons.agileinfo {
        margin: 5% 0% 1%;
    }
}

@media(max-width:991px) {
    .main {
        padding: 3em 0 0;
    }
}

@media(max-width:900px) {
    .main-w3lsrow {
        width: 65%;
        margin-top: 15%;
        margin-left: 20%;
    }

    .copyright p {
        font-size: .9em;
    }

    ul.top-links li a {
        font-size: 14px;
    }
}

@media(max-width:800px) {
    .login-form input[type="text"], .login-form input[type="password"] {
        width: 90%;
    }

    .login-agileits-bottom h6 {
        letter-spacing: 3px;
    }

    .login-form h2 {
        font-size: 2em;
        margin-bottom: 1.2em;
    }

    .main-w3lsrow {
        width: 65%;
        margin-top: 15%;
        margin-left: 20%;
    }
}

@media(max-width:768px) {
    .login-form h2 {
        font-size: 1.7em;
        margin-bottom: 1.2em;
    }

    span.fa.fa-lock {
        margin-right: 5px;
    }

    .main-w3lsrow {
        width: 65%;
        margin-top: 20%;
        margin-left: 20%;
    }
}

@media(max-width:736px) {
    .main-w3lsrow {
        width: 50%;
        margin-top: 20%;
        margin-left: 25%;
    }
}

@media(max-width:667px) {
    .main-w3lsrow {
        width: 56%;
        margin-top: 20%;
        margin-left: 20%;
    }
}

@media(max-width:640px) {
    h1 {
        font-size: 2.4em;
    }

    .main-w3lsrow {
        width: 63%;
        margin-top: 20%;
        margin-left: 20%;
    }
}

@media(max-width:568px) {
    .login-form p {
        font-size: 0.8em;
        margin: 1.2em 0 .8em;
        letter-spacing: 4px;
    }

    .login-form input[type="text"], .login-form input[type="password"] {
        padding: .8em 1em;
    }

    .login-form input[type="submit"] {
        padding: .8em 1em;
        font-size: .9em;
    }
     .btanm {
        padding: 3% 42% 3% 36%;
        font-size: .9em;
    }

    ul.top-links li a {
        padding: 10px 15px;
    }

    .login-form h2 {
        font-size: 1.6em;
    }

    span.fa.fa-lock {
        font-size: 26px;
    }

    h1 {
        font-size: 2.2em;
    }

    .login-form h2 {
        font-size: 1.8em;
        margin-bottom: 1em;
    }

    .copyright p {
        font-size: 0.9em;
        padding: 0 1em;
    }

    .login-agileits-bottom h6 {
        font-size: 0.9em;
        letter-spacing: 3px;
    }

    .main-w3lsrow {
        width: 63%;
        margin-top: 25%;
        margin-left: 20%;
    }
}

@media(max-width:480px) {
    h1 {
        font-size: 1.9em;
    }

    .main-w3lsrow {
        width: 63%;
        margin-top: 35%;
        margin-left: 15%;
    }

    .login-form h2 {
        font-size: 1.6em;
        margin-bottom: 1em;
    }

    .logo1 {
        margin-left: 10%;
    }

    .logo2 {
        margin-right: 40%;
    }

    .logo1 img {
        height: 55px !important;
    }
}

@media(max-width:414px) {
    h1 {
        font-size: 1.8em;
    }

    .login-form h2 {
        font-size: 1.4em;
    }

    .login-form p {
        font-size: 0.75em;
        margin: 2em 0 .2em;
        letter-spacing: 2px;
    }

    .anim {
        font-size: 0.75em;
    }

    .login-agileits-bottom {
        margin-top: 1em;
    }

    .login-form input[type="text"], .login-form input[type="password"] {
        width: 89%;
    }

    .main-w3lsrow {
        width: 65%;
        margin-top: 35%;
        margin-left: 15%;
    }

    span.fa.fa-lock {
        font-size: 22px;
    }

    .login-agileits-bottom1 h3 {
        letter-spacing: 2px;
    }

    span.fa.fa-lock {
        margin-right: 3px;
    }

    .logo1 {
        margin-left: 10%;
    }

    .logo2 {
        margin-right: 40%;
    }

    .logo1 img {
        height: 55px !important;
    }

    .logo2 img {
        height: 55px !important;
    }
}

@media(max-width:384px) {
    .login-form input[type="text"], .login-form input[type="password"] {
        width: 88.5%;
    }

    h1 {
        letter-spacing: 2px;
    }

    .main-w3lsrow {
        width: 75%;
        margin-top: 40%;
        margin-left: 13%;
    }

    .main {
        padding: 2em 0 0;
    }

    .logo1 {
        margin-left: 10%;
    }

    .logo2 {
        margin-right: 40%;
    }

    .logo1 img {
        height: 50px !important;
    }

    .logo2 img {
        height: 50px !important;
    }
}

@media(max-width:320px) {
    h1 {
        font-size: 1.5em;
    }

    .login-form p {
        font-size: 0.7em;
    }

    .login-agileits-bottom h6 {
        font-size: 0.75em;
        letter-spacing: 2px;
    }

    .login-agileits-bottom {
        margin-top: 0.8em;
    }

    .login-form h2 {
        font-size: 1.2em;
    }

    .copyright p {
        font-size: 0.8em;
    }

    .main {
        padding: 2em 0 0;
    }

    .copyright {
        padding: 1.4em 0 1em;
    }

    ul.top-links li {
        margin-left: 10px;
        margin-bottom: 28px;
    }

        ul.top-links li:nth-child(3) {
            margin-left: 10px;
            margin-bottom: 0px;
        }

    .main-w3lsrow {
        width: 85%;
        padding: 2em 1em 2em;
        margin-top: 45%;
        margin-left: 10%;
    }

    .logo1 {
        margin-left: 5%;
    }

    .logo2 {
        margin-right: 40%;
    }

    .logo1 img {
        height: 50px !important;
    }

    .logo2 img {
        height: 50px !important;
    }
}
/*-- //responsive-design --*/
