﻿*{
    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: #2196f333;
}

.inside-block {
    width: 350px;
    padding: 40px 20px 20px 20px;
    background: rgba(0,0,0,0.6);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 1px solid #605a4e;
    -webkit-box-shadow: 1px 1px 20px 1px rgba(255, 255, 255, 0.8);
    box-shadow: 1px 1px 20px 1px #e6ce91;
}

.inside-login{
    padding:15px;
}

.mb-title {
    font-size: 20px;
    border-bottom: solid 1px #484747;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-weight: bold;    
    margin-bottom: 20px;
}

input.form-control {
    height: 32px;
    color: #fff;
    font-family: arial;
    font-size: 14px;
    border: solid 0px #d1d1d1;
    background-color: rgba(0,0,0,0.3);
    padding:5px 10px;
    width:100%;
    border-radius:5px;
}

.float-control{
    float:left;
}

.label-text{
    width:100px;
    color:#e2e2e2;
    padding-top: 5px;
}

.clear{
    clear:both;
}

.btn {
    font-size: 16px;
    width: 110px;
    height: 32px;
    background: #e9aa39d9;
    color: #290c0c;
    margin-top: 20px;
    border: solid 1px #8f8f8f;
    border-radius: 10px;
}

#btnLogin{
    width:200px;
}

.log-in{
    text-align:right;
    padding-right:15px;
}

.marginTop{
    margin-top:10px;
}

.check-transparent{
    text-align:right;
    padding-right:5px;
    margin-top:10px;
}

.radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 14px;
    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: #000;
            border: 1px solid #b49342;
        }

        .radio input[type=radio]:checked + label:before
        {
            background-color: #795548;
            border: 1px solid #deb553;
        }

        #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;
}