.w-lg-65 {
    width: 65% !important;
}

@font-face {
    font-family: "Irancell Light";
    src: url(font/light.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Irancell Light", serif;
}


.container {
    background: #7c0527;
    opacity: 75%;
    margin: auto 12.5em auto 0;
    padding: 50px 60px;
    width: 475px;
    border-radius: 75px;
    box-shadow: 0 0 250px rgba(0, 0, 0, 0.200);
}

#user_icon {
    background: url("~/NewLogin/icon/user.png") no-repeat right;
    background-size: 20px;
}

#password_icon {
    background: url("~/NewLogin/icon/password.png") no-repeat right;
    background-size: 20px;
}


#day {
    position: absolute;
    right: 67.7%;
    top: 22.9%;
    font-weight:bold;
}

#clockContainer {
    /*padding: 315px;*/
    position: fixed;
    left: 16.5%;
    height: 33.3vw;
    width: 33.3vw;
    background: url("../images/logo/Logo3.png") no-repeat;
    background-size: 50%;
}
.divlogin {
    margin-top:25px
}
@media (max-width: 999px) {
    #clockContainer {
        display : none
    }
    .separator {
        display: none
    }
    .mcontainer {
        height: 300px !important
    }
    .divlogin {
        margin-top: 0
    }
}
@media (min-width: 1000px) {
    #clockContainer {
        top: 33%;
    }
}
@media (min-width: 1500px) {
    #clockContainer {
        top: 25%;
    }
}

#hour,
#minute,
#second {
    position: absolute;
    border-radius: 10px;
    transform-origin: bottom;
}

#hour {
    width: 2.5%;
    height: 7.0%;
    top: 17%;
    left: 24.2%;
    opacity: 1;
}

#minute {
    width: 1.2%;
    height: 9.5%;
    top: 14.5%;
    left: 24.6%;
    opacity: 1;
}

#second {
    width: 1.2%;
    height: 9.5%;
    top: 14.5%;
    left: 24.6%;
    opacity: 1;
}

.bottom_line {
    display: grid;
    grid-template-columns: 1.9fr 6fr 6fr;
}

.info_txt {
    width: 100px;
    height: 100px;
    margin: auto auto 30.5em 32.5em;
    padding-right: 150px;
}

input[type=checkbox] {
    visibility: hidden;
}

.check_box {
    position: relative;
}

    .check_box label {
        cursor: pointer;
        position: absolute;
        width: 20px;
        height: 20px;
        top: 0;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgb(82, 10, 30), 0 1px 0 rgb(82, 10, 30);
        -moz-box-shadow: inset 0 1px 1px rgba(82, 10, 30), 0 1px 0 rgba(82, 10, 30);
        box-shadow: inset 0 1px 1px rgba(82, 10, 30), 0 1px 0 rgba(82, 10, 30);
        background: -webkit-linear-gradient(top, #520A1EFF 0%, #520A1EFF 100%);
        background: -moz-linear-gradient(top, #520A1EFF 0%, #520A1EFF 100%);
        background: -o-linear-gradient(top, #520A1EFF 0%, #520A1EFF 100%);
        background: -ms-linear-gradient(top, #520A1EFF 0%, #520A1EFF 100%);
        background: linear-gradient(top, #520A1EFF 0%, #520A1EFF 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
    }

        .check_box label:after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            opacity: 0;
            content: '';
            position: absolute;
            width: 9px;
            height: 5px;
            background: transparent;
            top: 4px;
            left: 4px;
            border: 3px solid #fcfff4;
            border-top: none;
            border-right: none;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .check_box label:hover::after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
            filter: alpha(opacity=30);
            opacity: 0.3;
        }

    .check_box input[type=checkbox]:checked + label:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }



body {
    /*background-image: url("/NewLogin/image/Image-Background.jpg");
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;*/
    /*fixed*/
}

.mcontainer {
    background: #7c0527;
    opacity: 90%;
    border-radius: 18px;
    box-shadow: 0 0 250px rgba(0, 0, 0, 0.200);
    height: 550px;
}

.btnsubmit {
    background: #520a1e;
    font-size: 17px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .btnsubmit:hover {
        letter-spacing: 1px;
        background: #520a1e;
        color: #fff;
    }