body {
    margin: 0;
    padding: 0;
    background: #40E0D0; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #FF0080, #FF8C00, #40E0D0); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #FF0080, #FF8C00, #40E0D0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.tabel_view {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: 0px 0px 8px #afadad;
    padding: 10px 20px;
    justify-content: space-between;
    margin: 15px;
    border-radius: 7px;
}

.tabel_list p {
    margin-bottom: 0;
    font-size: 16px;
}

.tabel_list span {
    font-size: 13px;
    color: #9e9696;
    font-weight: 400;
}

.live_videoicon {
    width: 40px;
    height: 40px;
    background: #F44336;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0px 5px 8px rgba(51, 51, 51, 0.36);
    cursor: pointer;
}

.center_align {
    display: flex;
    justify-content: center;
    align-items: center;
}

.live_drop .btn {
    color: #6c757d;
    background: transparent;
}

.live_drop .dropdown-menu {
    padding: 0;
    min-width: auto;
    font-size: 13px
}

    .live_drop .dropdown-menu .dropdown-item {
        padding: 4px 14px;
        line-height: 16px;
    }

.dropdown-toggle::after {
    display: none;
}
.login_page {
    background: url("../img/bg.png") no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
  
}
.login_page .login_box {
    width:900px;
    margin: 0 auto;
    padding: 25px;
    background:transparent;
    height: auto;
}
.login_page .login_box .login_left{
    float: left;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color:greenyellow;
    margin-top: 0px;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.47);
    border-radius: 5px 5px 0px 5px;
}
    .login_page .login_box .login_left .ad_img {
        width: 100%;
        padding: 1px;
        border-radius: 10px;
        box-shadow: 5px 5px 5px 5px #888888;
    }
.login_page .login_box .login_right{
float: left;
width: 50%;
display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #fff;  
    margin-top: 90px;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.47);
    border-radius: 0 5px 5px 5px;
    
}
.login_page .login_box .login_right .login_form {
    width: 100%;
    padding: 35px;
}
.logo{
    text-align: center;
    padding: 20px;
    padding-top: 0;
}
.logo_size {
    width: 220px;
    margin: 0 auto;
    text-align: center;
}
.login_form .form-label-group {
    margin-bottom: 10px;
}
.login_form .form-label-group label {
    margin-bottom: .2rem;
}
.custom-control-label {
    font-size: 12px;
}
.login_form .btn{
    background: transparent;
    border: 1px solid #663399;
    color: #663399;
    font-size: 17px;
    transition: .5s all;
    
}
.login_form .btn:hover{
    background: #663399;
    border: 1px solid #663399;
    color: #fff;
    font-size: 17px;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.47);
    transition: .5s all;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38,143,255,0);
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #663399;
    border-color: #663399;
    box-shadow: 0 0 0 0.2rem rgba(38,143,255,0);
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #663399;
    background-color: #663399;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #663399c9;
    outline: 0;
    box-shadow: 0 0 0 1px rgba(102, 51, 153, 0.5);
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0);
}
.eff {
    width: 220px;
    height: 220px;
    background: #663399;
}
@media (max-width:767px){
    .login_page {
        background: url("../images/login_r.png") no-repeat;
      
        background-position: center;
           }
           .login_page .login_box .login_left {
               display: none;
           }
           .login_page .login_box .login_right{
               float: none;
               width: 100%;
               margin-top:0px;
           }
}

.modalpopup {
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
    background-color: whitesmoke;
    opacity: 0.7;
}

.center {
    z-index: 1000;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    margin-top: 15%;
    opacity: 1;
    ruby-align: center;
    text-align: center;
    vertical-align: middle;
}

    .center img {
        vertical-align: middle;
        width: 150px;
    }