﻿*{
    box-sizing:border-box;
}
body,html {
    width:100%;
    height:100%;
    margin:0px;
    padding:0px;
    overflow:hidden;
}

.mbg{
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/bg1.jpg?2);
}

.login-panel {
    top: 0;
    width: 100%;
    bottom: 0;
    min-height: 100%;
    z-index: 999;
    opacity: 1;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    background-color:transparent;
}

.inside-block{
    width:320px;
    padding:30px 20px;
    background:rgba(0, 0, 0, 0.5);
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
}

input.form-control {
    height: 42px;
    width: 100%;
    color: #000;
    font-family: arial;
    font-size: 12px;
    border: solid 0px #d1d1d1;
    border-radius: 8px;
    background-color: #f0f0f0;
    padding:5px 10px;
}

.btn {
    font-size:16px;
    width: 100%;
    height: 41px;       
    background-color: #deb553;
    color: #000;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-top: 10px;
}

.marginTop{
    margin-top:10px;
}

.check-transparent{
    text-align:center;
}

.radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
    margin-bottom: 6px;
    color: #fff;
}

input[type=radio]{
    display:none;
}

        .radio label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #fff;
    border: 1px solid #c2c6cb;
    border-radius: 99px;
}

        .radio label:after {
    font-size: 13px;
    content: "";
    text-align: center;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 99px;
    left: 0px;
    top: 1px;
    background-color: #6f7b8a;
    border: 1px solid #6f7b8a;
}
        
.radio input[type=radio]:checked + label:after
        {
            background-color: #681517;
            border: 1px solid #b49342;
        }

        .radio input[type=radio]:checked + label:before
        {
            background-color: #681517;
            border: 1px solid #deb553;
        }

        .radio input[type=radio]:checked + label:after {
    background-color: #681517;
    border: 1px solid #b49342;
}
        #txtPin{
            width:230px;
        }

        #lblMessage{
            color:#fff;
        }

        .mb-window, .mb-window-header {
    background: #2f4d71 !important;
    background-color:#2f4d71 !important;
    border:none !important;
}

.mb_content {
    background: rgba(0, 0, 0, 0.8) !important;
        border: 1px solid #deb553 !important;
}

.mb_tit{
        color: #fff !important;
}

.mb_ico{
    color: #fff !important;
}

.mb_ico:hover{
    color: #000 !important;
}

.ul-pin li a{
    background-color: #fff !important;
}

.div-user{
    text-align: center;
    top: -100px;
    z-index: 100;
    position: relative;
    height: 50px;
}

.img-user{
        height: 130px;
}