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 {
    font-family: 'Cabin', sans-serif !important;
    
}
/*-- main --*/
.main {
    width: 35%;
    margin: 0em auto 0;
    padding: 0em 4em 5em;
}

    .main h1 {
        color: #7e8fad;
        text-align: center;
        font-size: 2.6em;
        margin: 0 0 1.5em;
        font-size: 30PX;
        color: black;
        height: 0px;
        font-family: initial;
        font-style: italic;
        padding-top: 10px;
    }

    .main input[type="text"], .main input[type="password"] {
        outline: none;
        border: 1px solid #EF8383;
        background: #FFF;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        /*padding: 15px 10px;*/
        width: 96%;
        font-size: 1.7em;
        color: #474b53;
        text-align: center;
        font-family: 'Syncopate', sans-serif;
        -webkit-box-shadow: 0px 0px 6px 4px rgba(0,0,0,0.02);
        -moz-box-shadow: 0px 0px 6px 4px rgba(0,0,0,0.02);
        box-shadow: 0px 0px 6px 4px rgba(0,0,0,0.02);
    }

    .main input[type="password"] {
        margin: 1.5em 0;
    }

    .main input[type="submit"] {
        outline: none;
        border: 1px solid #DBA9C8;
        background: #0d3078;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        width: 97%;
        color: #fdbfe6;
        font-size: 1.2em;
        font-family: 'Syncopate', sans-serif;
        cursor: pointer;
        margin-top: 15px;
        margin-right: 14px;
    }

.re_btnag1 {
    width: 16%;
    height: 49px;
    float: left;
    margin-top: 4px;
}

.re_btnag3 {
    width: 30%;
    height: 28px;
    float: left;
}

.re_btnag4 {
    width: 45%;
    height: 28px;
    float: left;
    margin-left: -14px;
}

.refreh_btnag {
    width: 78%;
    height: 83%;
    margin: 0px;
    padding: 0px;
}

.main input[type="submit"]:hover {
    background: #092d75;
    color: #FFFFFF;
    border: 1px solid #FFF;
}

.footer {
    text-align: center;
    padding: 2em 0 0;
}

    .footer p {
        font-size: 1em;
        color: #B47C9F;
        margin: 0;
    }

        .footer p a {
            color: #fff;
        }

            .footer p a:hover {
                color: #B47C9F;
            }
/*-- start-responsive-design --*/
@media (max-width:1440px) {
    .main {
        width: 37%;
    }

        .main input[type="text"], .main input[type="password"] {
            width: 95.8%;
        }
}

@media (max-width: 1280px) {
    .main {
        width: 40%;
    }

        .main input[type="text"], .main input[type="password"] {
            width: 95.6%;
        }
}

@media (max-width: 1024px) {
    .main {
        width: 50%;
        margin: 5em auto 0;
    }
}

@media (max-width:768px) {
    .main {
        width: 60%;
    }

        .main input[type="text"], .main input[type="password"] {
            width: 95.2%;
            font-size: 1.1em;
        }
}

@media (max-width:736px) {
    .main {
        padding: 0em 4em 2em;
    }

    .footer {
        padding: 2em 0;
    }
}

@media (max-width:667px) {
    .main {
        width: 65%;
        margin: 0em auto 0;
    }

        .main h1 {
            font-size: 2.3em;
            margin: 0 0 1.2em;
        }

        .main input[type="text"], .main input[type="password"] {
            width: 94.5%;
        }
}

@media (max-width:640px) {
    .main input[type="submit"] {
        font-size: 1.3em;
    }
}

@media (max-width: 600px) {
    .main input[type="text"], .main input[type="password"] {
        width: 94.2%;
    }
}

@media (max-width:480px) {
    .main h1 {
        font-size: 1.7em;
        margin: 0px 0 1em;
        padding-bottom: 13px;
    }

    .main {
        padding: 0em 0em 2em;
        width: 85%;
    }

    .flexslider {
        margin: 0 0;
        background: #eee;
        margin-top: 180px;
        position: relative;
        zoom: 1;
    }

    .main input[type="text"], .main input[type="password"] {
        padding: 0px;
        font-size: 13px;
        width: 92.5%;
        margin-left: 10px;
        height: 35px;
    }

    .main input[type="submit"] {
        font-size: 1em;
        padding: 10px;
        margin-left: 10px;
    }

    .footer p {
        width: 90%;
        font-size: 15px;
    }

    .re_btnag4 {
        width: 40%;
        height: 28px;
        float: left;
        margin-left: 0px;
    }

    .main input[type="submit"] {
        outline: none;
        border: 1px solid #DBA9C8;
        background: #0d3078;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        width: 93%;
        color: #fdbfe6;
        font-size: 1.2em;
        font-family: 'Syncopate', sans-serif;
        cursor: pointer;
        margin-top: 15px;
        margin-right: 11px;
    }
}

@media (max-width: 414px) {
    .main input[type="text"], .main input[type="password"] {
        width: 93.5%;
    }

    .footer p {
        width: 80%;
        margin: 0 auto;
        line-height: 1.8em;
    }

    .main input[type="text"], .main input[type="password"] {
        padding: 0px;
        font-size: 13px;
        width: 92.5%;
        margin-left: 10px;
        height: 35px;
    }

    .main input[type="submit"] {
        font-size: 1em;
        padding: 10px;
        margin-left: 10px;
    }

    .footer p {
        width: 90%;
        font-size: 15px;
    }

    .re_btnag4 {
        width: 40%;
        height: 28px;
        float: left;
        margin-left: 0px;
    }

    .main input[type="submit"] {
        outline: none;
        border: 1px solid #DBA9C8;
        background: #0d3078;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        width: 93%;
        color: #fdbfe6;
        font-size: 1.2em;
        font-family: 'Syncopate', sans-serif;
        cursor: pointer;
        margin-top: 15px;
        margin-right: 11px;
    }
}

@media (max-width:320px) {
    .main {
        padding: 0;
        width: 90%;
        margin: 2em auto 0;
    }




        .main h1 {
            font-size: 1.7em;
        }

        .main input[type="text"], .main input[type="password"] {
            padding: 0px;
            font-size: 13px;
            width: 92.5%;
            margin-left: 10px;
            height: 35px;
        }

        .main input[type="submit"] {
            font-size: 1em;
            padding: 10px;
            margin-left: 10px;
        }

    .footer p {
        width: 90%;
        font-size: 15px;
    }

    .re_btnag4 {
        width: 40%;
        height: 28px;
        float: left;
        margin-left: 0px;
    }

    .main input[type="submit"] {
        outline: none;
        border: 1px solid #DBA9C8;
        background: #0d3078;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        width: 93%;
        color: #fdbfe6;
        font-size: 1.2em;
        font-family: 'Syncopate', sans-serif;
        cursor: pointer;
        margin-top: 15px;
        margin-right: 11px;
    }
}
