﻿html, body, div, span, applet, object, iframe, 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, 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-top: 10px;
}

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: 'Open Sans', sans-serif;
}

    body a, form li, .submit input[type="submit"] {
        transition: 0.1s all;
        -webkit-transition: 0.1s all;
        -moz-transition: 0.1s all;
        -o-transition: 0.1s all;
    }

* {
    margin: 0;
    padding: 0;
}

html {
    background: url(../Resources2/background.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.cntr {
    text-align: center;
}

.wlcm {
    position: fixed;
    top: 0;
    left: 47%;
}

.hrdiv {
    padding-left: 750px;
    padding-top: 100px;
    width: 0px;
}

.login {
    margin: 17% 2% 2% 60%;
    width: 25%;
}

input[type="text"], input[type="password"] {
    border-style: None;
    padding-left: 40px;
    height: 50px;
    width: 85%;
    background: rgba(3,3,3,0.8);
    border-radius: 1.8em;
    font-size: 20px;
    color: white;
}

input[placeholder], [placeholder], *[placeholder] {
    /*color: blue;*/
    font-size: 20px;
    /*border: 1px solid white;*/
}



input[type="submit"] {
    border-style: None;
    /*padding-left:50px;*/
    height: 50px;
    width: 100%;
    background: #0c98cd;
    border-radius: 1.8em;
    color: white;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 2px 2px 2px 2px #211c1c;
}

form li {
    list-style: none;
    width: 100%;
    font-weight: 500;
    /*border: 1px solid #ccc;*/
    /*background: rgba(31,128,239, 0.5);*/
    margin: 10px 0;
    outline: none;
}




@media (max-width:1366px) {
    html {
        background: url(../images/wave.png) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .login {
        margin: 17% 2% 2% 60%;
        width: 25%;
    }

    .wave {
        position: fixed;
        bottom: 0;
        left: 0;
        height: 100%;
        z-index: -1;
    }
}

@media (max-width:1024px) {
    html {
        background: url(../Resources2/background.png) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    input[type="submit"] {
        width: 100%;
    }

    .login {
        margin: 17% 2% 2% 60%;
        width: 25%;
    }
}

@media (max-width:768px) {
    html {
        background: url(../Resources2/tab/bg.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    input[type="submit"] {
        width: 90%;
    }

    .wlcm {
        visibility: hidden;
    }

    .login {
        margin: 50% 10% 2% 10%;
        width: 80%;
    }
}

@media (max-width:667px) {
    html {
        background: url(../Resources2/lumia/background.png) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    input[type="submit"] {
        width: 90%;
    }

    .wlcm {
        visibility: hidden;
    }

    .login {
        margin: 6% 10% 2% 52%;
        width: 45%;
    }

    form li {
        list-style: none;
        width: 100%;
        font-weight: 500;
        /*border: 1px solid #ccc;*/
        /*background: rgba(31,128,239, 0.5);*/
        margin: 0;
        outline: none;
    }
}

@media (max-width:640px) {
    html {
        background: url(../Resources2/lumia/background.png) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    input[type="submit"] {
        width: 100%;
    }

    .wlcm {
        visibility: hidden;
    }

    .login {
        margin: 6% 10% 2% 52%;
        width: 45%;
    }

    form li {
        list-style: none;
        width: 100%;
        font-weight: 500;
        /*border: 1px solid #ccc;*/
        /*background: rgba(31,128,239, 0.5);*/
        margin: 0;
        outline: none;
    }
}

@media (max-width:568px) {
    html {
        background: url(../Resources2/lumia/background.png) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    input[type="submit"] {
        width: 100%;
    }

    .wlcm {
        visibility: hidden;
    }

    .login {
        margin: 2% 10% 2% 52%;
        width: 45%;
    }

    form li {
        list-style: none;
        width: 100%;
        font-weight: 500;
        /*border: 1px solid #ccc;*/
        /*background: rgba(31,128,239, 0.5);*/
        margin: 0;
        outline: none;
    }
}

@media (max-width:460px) {
    html {
        background: url(../Resources2/mob/mob_BG.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    input[type="submit"] {
        width: 90%;
    }

    .wlcm {
        visibility: hidden;
    }

    .login {
        margin: 60% 5% 2% 5%;
        width: 87%;
    }
}

@media (max-width:414px) {
    html {
        background: url(../Resources2/mob/mob_BG.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    input[type="submit"] {
        width: 90%;
    }

    .wlcm {
        visibility: hidden;
    }

    .login {
        margin: 60% 5% 2% 7%;
        width: 87%;
    }
}

@media (max-width:360px) {
    html {
        background: url(../Resources2/mob/mob_BG.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    input[type="submit"] {
        width: 90%;
    }

    .wlcm {
        visibility: hidden;
    }

    .login {
        margin: 60% 5% 2% 7%;
        width: 87%;
    }
}

@media (max-width:320px) {
    html {
        background: url(../Resources2/mob/i5_BG.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    input[type="submit"] {
        width: 90%;
    }

    form li {
        list-style: none;
        width: 100%;
        font-weight: 500;
        /*border: 1px solid #ccc;*/
        /*background: rgba(31,128,239, 0.5);*/
        margin: 0;
        outline: none;
    }

    .login {
        margin: 55% 2% 2% 7%;
        width: 87%;
    }

    .wlcm {
        visibility: hidden;
    }
}
