
/* body{
    background: url("../images/123.jpg") no-repeat center center;
    background-color: #FFFFFF;
    height: 100vh;
} */

.login-sidebar {
    min-height: 108vh;
    position: relative;
    border-radius: 5px;
    /* z-index: 2; */
    padding: 0;
    -webkit-box-pack: center;
    justify-content: center;
    border-top: 5px solid #22a7f0;
    border-radius: 0;
    background: #fff;

}

.login_content form {
    margin: 20px auto;
    position: relative;
    width: 85%;
}

.login_content {
    margin: 0 auto;
    padding: 14rem 0 0;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    min-width: 280px;
}

 .logo-title-container {
    position: fixed;
    width: 100%;
    bottom: 0;
    margin-top: -100px;
    left: 30px;
}
.pull-left {
    float: left!important;
}

.logo {
    height: auto;
    max-width: 52px;
    margin: 0 auto;
    padding-top: 55px;
    padding-bottom: 20px;
}
.copy p {
    color: #000;
    font-size: 13px;
    max-width: 650px;
    opacity: .9;
    z-index: 99;
    font-weight: 600;
    margin-top: 0;
    left: 15px;
    position: relative;
    top: -8px;
}

.copy h1 {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    z-index: 9999;
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    top: 0;
    line-height: 45px;
    margin: 20px 0 0 14px;
}

.login{
    background: url("../images/123.jpg") no-repeat center center;
    background-color: #FFFFFF;
    height: 100v;
    overflow-y: hidden;
}

.copyButton{
    border: none !important;
    background: #607d8b !important;
    border-radius: 4px !important;
    color: #fff !important;
}

.dataTables_filter input{
    margin: 0 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 3px 8px;
}

.search{
    margin: 10px;
}

.dataTables_length select{
    border: 1px solid #ddd;
    margin: 0 5px;
    padding: 2px 5px;
    border-radius: 5px;
}

.x_content table{
    font-size: 12pt;
}

.card-top{
    padding: 1rem 2rem;
    border-radius: 5px 5px 0 0;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: transparent;
}

.lang-btn{
    background: #fff;
    color: #1a82c3;
    margin: 1.3rem;
    font-family: "Cairo";
}
.card-title{
    float: left;
    margin-right:5px;
}

.radio label, .checkbox label {
    padding-left: 25px;
}

.glyphicon-eye-open{
    margin-right: 3px;
}
.img-circle.profile_img {
    width: 6rem;
    height: 6rem;
}
.qrbtn a{
    color:#fff;
}
.qrdiv{
    float: right;
}

.qrdiv img{
    width: 20%;
    margin: 1rem 0.5rem;
}
.login .copy
{
    background-color: #e6e6e673;
}