﻿* {
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif !important;
    /*background-image: url(..\..\Images\bg.png);*/
    /*background-image:url(../../Images/bg.png);*/
    /*background-size:100%;*/
    background-position: center; /* Center the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    background-image: url(../../Images/login/bg4.jpg);
}

a {
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
}


div.toanbo {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}


@media only screen and (max-width: 1400px) {
    div.Box-box-login {
        width: 94% !important;
    }

    div.box-login {
        width: 30% !important;
    }

    div.box-news-login {
        width: 70% !important;
    }
}

div.Box-box-login {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 650px;
    margin-right: 10%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0.41);
    border-radius: 10px;
    padding: 10px;
}

div.box-news-login {
    width: 70%;
    height: 100%;
    float: left;
    border-radius: 10px 0px 0px 10px;
    background-color: #ffffff;
}

div.box-news-login-top {
    width: 100%;
    height: 90%;
    border-radius: 10px 0px 0px 0px;
}

div.box-news-login img {
    width: 100%;
    height: 100%;
    border-radius: 10px 0px 0px 0px;
}

div.box-news-login-bottom ul {
    width: 100%;
    padding-top: 20px;
}

    div.box-news-login-bottom ul li {
        float: left;
        width: 25%;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        cursor: pointer;
    }

        div.box-news-login-bottom ul li a {
            color: #19567a;
            transition: .5s ease;
        }

        div.box-news-login-bottom ul li:hover a {
            color: #a43838;
        }

        div.box-news-login-bottom ul li i {
            font-size: 20px;
            bottom: -1px;
            position: relative;
            color: #a43838;
        }

div.box-login {
    width: 30%;
    height: 650px;
    float: right;
    background-color: rgba(247, 252, 252, 0.90);
    border-radius: 0px 10px 10px 0px;
}

input {
    width: 260px;
    padding: 7px;
    /*border:1px solid #acdbfa;*/
}
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

div.cp {
    width: 820px;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
}


div.cp-left {
    width: 60%;
    height: 100%;
    float: left;
    background-color: #ffffff;
}

    div.cp-left input {
        background-color: #ffffff;
        border: 0px;
        width: 300px !important;
    }

div.cp-rght {
    width: 39%;
    height: 335px;
    float: right;
    background-color: #ffffff;
    font-size: 14px;
}


div.box-cp {
    width: 90%;
    height: 30px;
    margin-left: 5%;
    margin-top: 15px;
}

    div.box-cp h5 {
        float: left;
        margin-top: 5px;
    }

    div.box-cp input {
        padding: 3px;
        width: 180px;
        float: right;
    }

div.box-forget {
    width: 600px;
    height: 225px;
    margin: 0 auto;
    border: 1px solid #f6f3f3;
    background-color: #ffffff;
    border: 1px solid #28719b;
    border-radius: 10px;
}

    div.box-forget a {
        display: block;
        font-size: 14px;
        font-weight: bold;
        background-color: #19567a;
        color: #ffffff;
        margin-top: 10px;
        cursor: pointer;
        float: right;
        margin-right: 5px;
        padding: 10px;
        text-align: center;
    }

input:focus {
    outline: none;
}

div.boxQRlogin {
    width: 30%;
    height: auto;
    margin-top: 50px;
    text-align: center;
    position: relative;
}

img.boxQRloginIMG {
    width: 100%;
    height: auto;
    float: left;
    background-color: #ffffff;
    padding: 9px;
    border: 1px solid rgba(242, 238, 238, 0.41);
}

.btnLoginIndex {
    width: 80%;
    display: block;
    font-size: 14px;
    margin-left: 10%;
    background-color: #19567a;
    height: 35px;
    border: 0px;
    color: rgba(255, 255, 255, 0.84);
    margin-top: 10px;
    cursor: pointer;
    border-radius: 2px;
    transition: .5s ease;
}

    .btnLoginIndex:hover {
        background-color: #4f1414 !important;
        transition: .5s ease;
    }

.boxQRloginIcon {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
