/*--
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 {
    font-family: 'Montserrat', sans-serif;    
}

.loginPage {
    background-image: url(../images/img-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    flex-wrap: wrap;
    padding: 15px;
    z-index: 1;
    width: 100%;
    min-height: 100vh;
}

    .loginPage:before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #E6D0DE;
        /*background: -webkit-linear-gradient(bottom, #666, #ffa6b1);
        background: -o-linear-gradient(bottom, #666, #ffa6b1);
        background: -moz-linear-gradient(bottom, #666, #ffa6b1);
        background: linear-gradient(bottom, #666, #ffa6b1);*/
        opacity: 0.9;
    }

.user_login {
    width: 390px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.user_login h1 {
    font-size:20px;
    text-align:center;
    color:#fff;
}

.avtar {
    width:120px;
    height:120px;
    margin:0 auto;
    text-align:center;
    padding:20px 0 0 0;
    background:#fff;
    border-radius:50%;
}

.avtar img {
    width:80px;
}

.login-form {
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding:30px 0 0 0;
}

    .login-form input[type="text"],
    .login-form input[type="password"] {
        width: 100%;
        height: 50px;
        background: #fff;
        padding: 10px 25px;
        border-radius: 25px;
        border: 0;
        margin-bottom:15px;
    }

    .login-form input[type="submit"] {
        width: 100%;
        height: 50px;
        background: #9053c7;
        color: #fff;
        text-align: center;
        border-radius: 25px;
        border: 0;
        font-size: 18px;
        outline: none;
    }

    .login-form input[type="submit"]:hover {
        background:#222;
    }

        /*--start-responsive-design--*/
        @media (max-width:1440px) {
        }

        @media (max-width:1366px) {
            input[type="submit"] {
                width: 15%;
                right: -15%;
                top: 0%;
                height: 100%;
            }

            .copy-right {
                padding-top: 5em;
            }
        }

        @media (max-width:1024px) {
            .login-form {
                width: 48%;
            }

            h1 {
                padding-top: 1em;
            }
        }

        @media (max-width:768px) {
            .login-form {
                width: 60%;
            }

            body {
                background-size: 100% 160%;
            }

            .avtar {
                margin: 8% auto 0 auto;
            }

            h1 {
                padding-top: 3em;
            }
        }

        @media (max-width:640px) {
            .login-form {
                width: 70%;
            }

            .avtar {
                margin: 8% auto 0 auto;
            }
        }

        @media (max-width:480px) {
            .login-form {
                width: 84%;
                margin: 2% 0% 0% 4%;
                text-align: center;
            }
        }

        @media (max-width:320px) {
            .avtar img {
                width: 60%;
            }

            .avtar {
                text-align: center;
                width: 160px;
                height: 105px;
                margin: 10% auto 0 auto;
                padding-bottom: 0;
                background-size: 0;
            }

            input[type="text"] {
                width: 90%;
                padding: 1em 1em 1em 1em;
                font-size: 10px;
            }

            input[type="password"] {
                width: 90%;
                font-size: 10px;
            }

            input[type="submit"] {
                /*width: 12%;
        right: -12%;*/
                font-size: 10px;
                top: 0%;
                padding: .9em .6em .9em .6em;
            }

            .copy-right {
                padding-top: 5em;
            }

            h1 {
                padding-top: 1em;
                font-size: 2em;
            }

            .login-form p {
                margin-left: 1em;
            }
        }

        input: disabled {
    background: #ccc;
}
