﻿html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}
/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

* {
    box-sizing: border-box;
}


html,
body {
    color: #2B2B2B;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
    line-height: 18px;
    font-size: 13px;
    font-family: Arial;
    background: #062f89;
    background: #062f89 url(../images/bg.png)top left no-repeat;
    background-size: cover;
}

.masked {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 3px;
    animation: masked-animation 10s linear;
    -moz-animation: masked-animation 10s linear;
    -ms-animation: masked-animation 10s linear;
    -o-animation: masked-animation 10s linear;
    -webkit-animation: masked-animation 10s linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    background: url(../images/paint.png) repeat, white;
}


@-webkit-keyframes masked-animation {
    0% {
        background-position: left bottom;
    }

    100% {
        background-position: right bottom;
    }
}

@keyframes masked-animation {
    0% {
        background-position: left bottom;
    }

    100% {
        background-position: right bottom;
    }
}

@-webkit-keyframes moveFromLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(-200%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes moveFromLeft {
    from {
        opacity: 0;
        -moz-transform: translateX(-400%);
    }

    to {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@-ms-keyframes moveFromLeft {
    from {
        opacity: 0;
        -ms-transform: translateX(-400%);
    }

    to {
        opacity: 1;
        -ms-transform: translateX(0%);
    }
}

@-o-keyframes moveFromLeft {
    from {
        opacity: 0;
        -o-transform: translateX(-400%);
    }

    to {
        opacity: 1;
        -o-transform: translateX(0%);
    }
}

@keyframes moveFromLeft {

    0% {
        opacity: 0;
        transform: translateX(-400%);
    }

    20% {
        opacity: 1;
        transform: translateX(0%);
    }
}


@-webkit-keyframes logan {
    0% {
        font-size: 0px;
        color: #fff;
    }

    10% {
        font-size: 26px;
        color: #C2DCED;
    }
}

@-moz-keyframes logan {
    0% {
        font-size: 0px;
        color: #fff;
    }

    10% {
        font-size: 26px;
        color: #C2DCED;
    }
}

@-ms-keyframes logan {
    0% {
        font-size: 0px;
        color: #fff;
    }

    10% {
        font-size: 26px;
        color: #C2DCED;
    }
}

@-o-keyframes logan {
    0% {
        font-size: 0px;
        color: #fff;
    }

    10% {
        font-size: 26px;
        color: #C2DCED;
    }
}

@keyframes logan {
    0% {
        font-size: 0px;
        color: #fff;
    }

    10% {
        font-size: 26px;
        color: #C2DCED;
    }
}




@-webkit-keyframes logan360 {
    0% {
        font-size: 0px;
        color: #fff;
    }

    10% {
        font-size: 19px;
        color: #C2DCED;
    }
}

@-moz-keyframes logan360 {
    0% {
        font-size: 0px;
        color: #fff;
    }

    10% {
        font-size: 19px;
        color: #C2DCED;
    }
}

@-ms-keyframes logan360 {
    0% {
        font-size: 0px;
        color: #fff;
    }

    10% {
        font-size: 19px;
        color: #C2DCED;
    }
}

@-o-keyframes logan360 {
    0% {
        font-size: 0px;
        color: #fff;
    }

    10% {
        font-size: 19px;
        color: #C2DCED;
    }
}

@keyframes logan360 {
    0% {
        font-size: 0px;
        color: #fff;
    }

    10% {
        font-size: 19px;
        color: #C2DCED;
    }
}

.logo {
    text-align: center;
    float: left;
    width: 100%;   
    margin-top: 4rem;
}


.lbl-desc {
    letter-spacing: 1.5px;
    line-height: 20px;
    margin: 0px 0 10px;
    font-size: 13px;
    color: #BB7E7D;
    font-style: italic;
    text-align: center;
}

.footer {
    /*background: none repeat scroll 0 0 #191E77;*/
    bottom: 0;
    text-align: center;
    left: 0;
    margin: auto;
    position: absolute;
    width: 100%;
}

.footer-text {
    width: 400px;
    margin: auto;
    color: rgba(255, 255, 255, 0.5);
    padding: 5px;
}

.form-3 {
    font-weight: 400;
    max-width: 400px;
    position: relative;
    margin: auto;
    margin-top: 18px;
    padding: 22px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    text-align:center
}

    .form-3 label {
        float: left;
        color: #fff;
        text-align: left;
        margin-bottom: .25rem;
        font-weight:500;
    }

    .form-3 input[type=text],
    .form-3 input[type=password] {
        width: 100%;
        float: left;
        padding: 8px 5px;
        margin-bottom: 10px;
        font-size: 12px;
        border: 1px solid #C5C5C5;
        box-shadow: 0 1px 0 rgba(255,255,255,0.1);
        border-radius: 3px;
        color: #000;
        -o-transition: 300ms ease all;
        -moz-transition: 300ms ease all;
        -webkit-transition: 300ms ease all;
        transition: 300ms ease all;
    }

        .form-3 input[type=text]:hover,
        .form-3 input[type=password]:hover,
        .form-3 label:hover ~ input[type=text],
        .form-3 label:hover ~ input[type=password] {
            background: rgb(255, 255, 255);
        }

        .form-3 input[type=text]:focus,
        .form-3 input[type=password]:focus {
            border-color: #DF657A;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        }

.box-btn {
    float: right;
    width: 100%;
    margin-top: 15px;
}

.form-3 label[for=remember] {
    width: auto;
    float: none;
    display: inline-block;
    text-transform: capitalize;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0px;
    text-indent: 2px;
}

.form-3 input[type=checkbox] {
    margin-left: 10px;
    vertical-align: middle;
}

.form-3 input[type=submit] {
    width: 100%;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
    background: #DF657A;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4094d4', endColorstr='#287dbf', GradientType=0 );
    color: #032E4E;
    float: left;
    height: 44px;
    position: relative;
    border:0!important;
    transition:.3s ease;
}

    .form-3 input[type=submit]:hover {
        background: #E04C65;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#287dbf', endColorstr='#4094d4', GradientType=0 );
    }
    .form-3 input[type=submit]:active, .form-3 input[type=submit]:focus {
        background: #E04C65;
        box-shadow: none !important;
        border: 0 !important;
        outline: 0 !important
    }

.no-boxshadow .form-3 input[type=submit]:hover {
    background: #2a92d8;
}

/* Gradient line */
.form-3:after {
    /* Size and position */
    content: "";
    height: 1px;
    width: 33%;
    position: absolute;
    left: 20%;
    top: 0;
    /* Styles */
    background: linear-gradient(left, transparent, #444, #b6b6b8, #444, transparent);
}

/* Small flash */
.form-3:before {
    /* Size and position */
    content: "";
    width: 8px;
    height: 5px;
    position: absolute;
    left: 34%;
    top: -7px;
    /* Styles */
    border-radius: 50%;
}

.form-3 p:nth-child(1):before {
    /* Size and position */
    content: "";
    width: 250px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 45px;
    /* Styles */
    transform: rotate(75deg);
    background: linear-gradient(50deg, rgba(255,255,255,0.15), rgba(0,0,0,0));
    pointer-events: none;
}

.no-pointerevents .form-3 p:nth-child(1):before {
    display: none;
}


@media only screen and (max-width:560px), only screen and (max-device-width:560px) {
}


/*Change text in autofill textbox*/
input:-webkit-autofill {
    -webkit-text-fill-color: #B57456 !important;
    -webkit-box-shadow: 0 0 0 30px #EEE6D9 inset !important;
}