﻿body {
}

.LoginBox {
    background-color: #1f064d;
    min-height: 100vh;
    float: right
}

.LoginImage {
    min-height: 100vh;
    background-color: aqua;
    float: right;
}

.LoginLine {
    min-height: 100vh;
    background-color: #1f064d;
    float: right;
    width: 1%;
}

::placeholder {
    color: #d2cddb;
}

@media screen and (min-width:1400px) {
    .LoginBox {
        width: 30%;
    }

    .LoginImage {
        width: 69%;
    }

    .LoginLine {
        width: 1%;
    }

    .ImgLogin {
        height: 100vh;
        width: 100%
    }
}

@media screen and (max-width:1400px) and (min-width:1200px) {
    .LoginBox {
        width: 32%;
    }

    .LoginImage {
        width: 67%;
    }

    .ImgLogin {
        height: 100vh;
        width: 100%
    }
}

@media screen and (max-width:1200px) and (min-width:950px) {
    .LoginBox {
        width: 35%;
    }

    .LoginImage {
        width: 64%;
    }

    .ImgLogin {
        height: 100vh;
        width: 100%
    }
}

@media screen and (max-width:950px) and (min-width:750px) {
    .LoginBox {
        width: 43%;
    }

    .LoginImage {
        width: 56%;
    }

    .ImgLogin {
        height: 100vh;
        width: 100%
    }
}

@media screen and (max-width:750px) {
    .LoginBox {
        width: 100%;
    }

    .LoginImage {
        width: 0%;
    }

    .LoginLine {
        width: 0%;
    }

    .ImgLogin {
        height: 100vh;
        width: 100%
    }
}

.field-validation-error {
    color: #daa520;
    font-size: 13px
}

.txtLogin {
    border: none;
    background-color: #1f064d;
    outline: none;
    width: 100%;
    color: #d2cddb;
    padding: 7px;
    font-size: 14px;
    text-align: right;
}
/*.txtLogin:focus {
            border-right: 2px solid #aa7ab8;
        }*/
.txtPass {
    background-size: 16px 14px;
    background-image: url(/Images/Cpanel/Login/Eye-txtLogin.png);
    background-position: 10px;
    background-repeat: no-repeat;
}

input[type=checkbox] {
    position: relative;
    cursor: pointer;
}

    input[type=checkbox]:before {
        content: "";
        display: block;
        position: absolute;
        width: 13px;
        height: 13px;
        top: 0;
        left: 0;
        border: 3px solid #fff;
        background-color: #1f064d;
    }

    input[type=checkbox]:checked:before {
        content: "";
        display: block;
        position: absolute;
        width: 13px;
        height: 13px;
        top: 0;
        left: 0;
        background-color: #aa7ab8;
    }

.MainDiv {
    text-align: center;
    color: aliceblue;
}

.spanLogin {
    font-size: 18px
}

.top50 {
    margin-top: 50px
}

.top30 {
    margin-top: 30px
}

.GroupDiv {
    width: 100%;
    border-bottom: 1px solid #d5c5b6;
}

.width10 {
    width: 10%;
}

.width90 {
    width: 90%;
}

.ImgPersontxt {
    width: 29px;
    height: 21px;
    margin-top: 9px
}

.ImgKeytxt {
    width: 29px;
    height: 14px;
    margin-top: 15px
}

.btnLogin {
    background-color: #aa7ab8;
    border: 1px solid #aa7ab8
}

    .btnLogin:active {
        background-color: #aa7ab8;
        border: 1px solid #aa7ab8
    }

    .btnLogin:visited {
        background-color: #aa7ab8;
        border: 1px solid #aa7ab8
    }

.chk {
    float: right;
    margin-top: 10px;
}

.remember {
    padding-right: 20px;
    margin-top: 5px
}

.forget {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

    .forget:hover {
        color: #fff;
        text-decoration: none;
    }

.right30 {
    margin-right: 30px
}

.textcenter {
    text-align: center
}
