

body {
    /*background: #e8ecfc;
    background: -webkit-linear-gradient(rgba(216,220,252,0.9), rgba(216,220,252,0.9)),url(../../Images/bg.jpg) center no-repeat;
    background-size: cover;*/
    background: url(../../Images/bg-login.jpg) center no-repeat;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.4px;
    background-size: cover;
}

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;
}

.resend {
    color: blue;
    text-decoration: none;
}

    .resend:hover {
        color: blue;
        text-decoration: underline;
    }


.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*/

/*-- main --*/
.main {
    padding: 3em 0;
    /*position: absolute;
    top: 50%;
    left: 50%;*/
    margin-top: 6%;
    width: 100%;
    /*-ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);*/
}

.loder {
    position: fixed;
    opacity: 0.8;
    z-index: 1041;
    text-align: center;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000000a6;
}

.main-info {
    width: 30%;
    margin: 0 auto;
    background: #fff;
    padding: 2em;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    box-shadow: 2px 3px 10px #ACACAC;
    -webkit-box-shadow: 2px 3px 10px #ACACAC;
    -moz-box-shadow: 2px 3px 10px #ACACAC;
    -o-box-shadow: 2px 3px 10px #ACACAC;
    -ms-box-shadow: 2px 3px 10px #ACACAC;
}

.main-info1 h3 {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.4px;
    font-size: 14px;
    color: #372454;
    margin: 0 0;
    padding: 0 40px 20px 40px;
    text-align: center;
    position: relative;
}

.main-info1 input[type="text"], .main-info1 input[type="password"] {
    background: none;
    border-bottom: 1px solid #999;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 14px;
    color: #333;
    padding: 13px 10px;
    outline: none;
    width: 96%;
}

.main-info1 input[type="password"] {
    margin: 1em 0 2em;
}

.main-info1 input[type="submit"] {
    outline: none;
    background: #372454;
    padding: 13px 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    border: none;
    color: #fff;
    letter-spacing: 2px;
    cursor: pointer;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    text-transform: uppercase;
}

    .main-info1 input[type="submit"]:hover {
        background: #333;
    }

.main-info1 p {
    margin: 2em 0 0;
    color: #666;
    font-style: italic;
    font-size: 13px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.4px;
}

    .main-info1 p a {
        text-decoration: none;
        color: blue;
    }

        .main-info1 p a:hover {
            text-decoration: underline;
            color: blue;
        }

.Error {
    /*font-size: 13px;*/
    color: red;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.MFA {
    height: 40px;
    background-color: #ccc;
    color: #000;
    font-weight: 700;
    line-height: 40px;
}

input[type=number] {
    background: none;
    border-bottom: 1px solid #999;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 14px;
    color: #333;
    padding: 13px 10px;
    outline: none;
    width: 96%;
}

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
    }

/*-----start-responsive-design------*/
@media (max-width:1440px) {
}

@media (max-width: 1366px) {
    .main-pos {
        width: 10%;
    }
}

@media (max-width: 1280px) {
    .main-info {
        width: 30%;
    }
}

@media (max-width: 1024px) {
    .main {
        padding: 4em 0;
    }

        .main h1 {
            margin: 0 0 2em;
        }

    .main-info {
        width: 40%;
    }
}

@media (max-width:768px) {
    .main-info1 h3 {
        font-size: 15px;
        line-height: 20px;
    }

    .main-info, .main-info2 {
        width: 55%;
    }

    .main-info2 {
        margin: 3em auto 0;
    }
}

@media (max-width:667px) {
}

@media (max-width:640px) {
    .main h1 {
        font-size: 1.8em;
    }

    .main-info1 h3 {
        font-size: 15px;
    }
}

@media (max-width:568px) {
    .main-pos {
        width: 12.5%;
    }
}

@media (max-width:480px) {
    .main {
        padding: 3em 0;
    }

    .main-info, .main-info2 {
        width: 70%;
    }

    .main-info1 input[type="text"], .main-info1 input[type="password"], .in-form input[type="text"], .in-form input[type="password"] {
        padding: 10px 10px;
    }

    .main-info1 input[type="password"] {
        margin: 1em 0 1.5em;
    }

    .main-info1 input[type="submit"], .check-sub input[type="submit"] {
        padding: 10px 0;
        font-size: 14px;
    }

    .main-info1 h3 {
        margin: 0 15px 0 15px;
        font-size: 14px;
        padding: 0 0px 20px 0px;
    }
}

@media (max-width:480px) {
    .main-pos {
        padding: 1.3em 0.8em;
    }
}

@media (max-width:384px) {
    .main-pos span {
        background: url(../images/1.png) no-repeat 8px 0px;
    }
}

@media (max-width: 320px) {
    .main {
        padding: 1em 0;
    }


        .main h1 img {
            width: 50%;
            margin-bottom: 20px;
        }

    .main-info1 h3 {
        font-size: 13px;
        color: #4a2413;
        margin: 0 0;
        padding: 0 0 20px 0;
        text-align: center;
        position: relative;
    }

    .main-info, .main-info2 {
        padding: 1em;
        width: 80%;
    }

    .main-info1 input[type="text"], .main-info1 input[type="password"], .in-form input[type="text"], .in-form input[type="password"] {
        width: 91%;
    }

    .main-info1 p {
        margin: 1.5em 0;
        font-size: 13px;
    }

    .main-info1 input[type="text"], .main-info1 input[type="password"], .in-form input[type="text"], .in-form input[type="password"] {
        font-size: 13px;
    }

    .main h1 {
        margin: 0 0 2.5em;
    }
}
