﻿html {
    background: linear-gradient(142deg,#ffcbcb, #620071);
    font-family: WebmehrazFont;
    min-height: 100vh;
    background-size: cover;
}

body {
    height: 100vh;
    background: url(../images/Vector.png) center;
    background-size: cover;
}

header {
    position: absolute;
    height: 440px;
    padding: 50px;
    box-sizing: border-box;
    width: 34%;
    text-align: center;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 50%;
    display: none;
}

    header ul {
        list-style-type: none;
        font-size: 0;
    }

        header ul li {
            display: block;
            vertical-align: top;
            text-align: center;
        }

            header ul li a {
                display: block;
                font-size: 16px;
                height: 50px;
                line-height: 50px;
                color: #fff;
                padding: 0;
                font-weight: bolder;
                text-shadow: 0 0.5px 0.5px #000;
                text-align: right;
            }

                header ul li a:hover {
                    color: #da0000;
                }

.logo {
    margin-bottom: 50px;
}

    .logo img {
        display: block;
        width: 160px;
        margin: 0;
    }

    .logo:hover {
        opacity: 0.8;
    }

.LoginBox {
    width: 346px;
    height: 492px;
    padding: 33px;
    box-sizing: border-box;
    min-height: 400px;
    margin: auto;
    box-shadow: 0 2px 5px rgba(0,0,0,0.4);
    background: #fff url(../images/bottom.png) no-repeat bottom left;
    background-size: 100% auto;
    border-radius: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.baztab {
    display: block;
    margin: 0 auto 20px;
    width: 100px;
}

    .baztab img {
        width: 100%;
    }

.LoginBox h1 {
    font-size: 15px;
    color: #141414;
    position: relative;
    text-align: center;
}

    .LoginBox h1:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 4px;
        background: -o-linear-gradient(left, #ddd, #fff);
        background: -webkit-linear-gradient(left, #ddd, #fff);
        background: -moz-linear-gradient(left, #ddd, #fff);
        background: linear-gradient(left, #ddd, #fff);
        background: #eee;
        top: 17px;
        left: 0;
    }

    .LoginBox h1 span {
        background: #fff;
        display: inline-block;
        padding-left: 20px;
        padding-right: 20px;
        vertical-align: top;
        position: relative;
        font-weight: bolder;
        font-size: 19px;
    }

.LoginBox {
    font-size: 0;
}

.LoginForm, .LoginCover {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    line-height: 180%;
    font-size: 13px;
    color: #000;
    line-height: 180%;
    font-weight: normal;
}

    .LoginForm > div, .LoginCover > div {
        margin-bottom: 15px;
    }

.LoginForm {
    width: 100%;
}

.LoginCover {
    width: 30%;
    background: url(../images/logincover.png) no-repeat center top;
    background-size: 100% auto;
    height: 280px;
    filter: hue-rotate(205deg);
    display: none;
}


.LoginForm input[type=text], .LoginForm input[type=password] {
    border-radius: 2px;
    margin: 0 0 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    text-align: left;
    direction: ltr;
    height: 40px;
    line-height: 40px;
    color: #000;
    background-size: 16px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    border: none;
    padding-left: 50px;
}

    .LoginForm input[type=text]:focus, .LoginForm input[type=password]:focus {
        background-color: #ffeeee;
        color: #7b0000;
    }

.LoginForm input[type=text] {
    background: url(../icons/email1.png) no-repeat center left 10px;
    background-size: 25px;
}

    .LoginForm input[type=text]::placeholder {
        color: #000;
    }

.LoginForm input[type=password] {
    background: url(../icons/password1.png) no-repeat center left 10px;
    background-size: 25px;
}

    .LoginForm input[type=password]::placeholder {
        color: #000;
    }

.LoginForm .btn {
    background: #FFC7C7 no-repeat center right 0;
    background-size: 40px;
    color: #000;
    height: 40px;
    line-height: 40px;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 6px;
    margin: 10px auto 10px 0;
    box-shadow: 0 1px 3px #fff;
    box-sizing: border-box;
    font-size: 14px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.LoginForm .forgot {
    font-size: 12px;
    color: #7d7d7d;
    display: block;
}

.webmehraz {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    color: #595959;
    text-align: center;
    direction: ltr;
    letter-spacing: -1.5px;
}

    .webmehraz img {
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
        height: 25px;
    }

@media (max-width:1100px) {
    .LoginBox {
    }

    header {
        width: 36%;
        left: 64%;
    }
}

@media (max-width:950px) {
    .LoginBox {
        width: 100%;
        left: 0;
        height: 100vh;
        border-radius: 0;
    }

    header {
        width: 20%;
        left: 80%;
        padding: 10px 0;
    }

    element {
    }

    header ul li a {
        font-size: 13px;
    }

    .logo img {
        width: 100%;
    }
}

@media (max-width:850px) {
    header {
        display: none;
    }
}

@media (max-width:750px) {
    .LoginBox {
        width: 100%;
    }
}

@media (max-width:550px) {
    .LoginCover {
        display: none;
    }

    .LoginForm {
        width: 100%;
        margin-left: 0;
    }
}
