 .bg-white{
    background: #ffffff !important;
}
html, body {
height:auto;
margin:0;
padding:0;
display:flexbox;
flex-direction:column;
}
.vh-100 {
    height:94vh !important;
}
.main-header .logo{
    font-size: 16px
}
 .logo-container img {
    position: absolute;
    margin: 0 auto;
    max-width: 150px;
    padding:0 0 10px 0;
    height: auto;
    top: 0;
    left: 0;
   
  }
.login-page{
    display:flexbox;
    flex-direction:column;
    background-image: url(../images/bg2.jpg);
    background-position:center;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size:cover;
    height:auto;
    margin:0;
    padding:0;
    flex:1;
    position:relative;
}
@media (max-width:760px) {
    .login-page {
        background-image: url(../images/bg3.jpg);
    }
}
 

.login-box-body, .register-box-body{
     flex-align:center;
    margin: 11% auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    background-color: white;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    border-radius: 20px;
 
}


.login-logo, .register-logo{
    font-size: 28px;
    font-weight: 600;
}
.btn-primary {
        background:linear-gradient(to right,#0081a7,#00afb9) !important;
        color:#ffffff;
        border:none !important;
        border-radius:10px ;
        font-size:15px;
        text-align:center;
        transition:background 0.3s ease-in-out;
        width:100px !important;
        vertical-align:middle;
        margin:auto;
        }
.btn-primary2 {
        background:linear-gradient(to right,#6a11cb,#2575fc) !important;
        color:#ffffff !important;
        border:none !important;
        border-radius:10px ;
        font-size:15px;
        text-align:center;
        transition:background 0.3s ease-in-out;
        width:100px;
        vertical-align:middle;
        margin:auto;
}
.btn-primary1 {
        background:linear-gradient(to right,#0081a7,#00afb9) !important;
        color: #ffffff;
        border:none !important;
        border-radius:10px ;
        font-size:15px;
        text-align:center;
        transition:background 0.3s ease-in-out;
        width:123px;
        padding: 6px 10px !important;
        margin-bottom:5px !important;
        vertical-align:middle;
        margin:auto;
        }
.btn-primary:hover {
    background:linear-gradient(to right,#00afb9,#0081a7) !important;
        }
.btn-primary2:hover {
    background:linear-gradient(to right,#2575fc,#6a11cb) !important;
        }
.btn-primary1:hover {
    background:linear-gradient(to right,#00afb9,#0081a7) !important;
        }

.pt10{padding-top: 10px;}
.pt20{padding-top: 20px;}
.pt30{padding-top: 30px;}
.pt40{padding-top: 40px;}
.pt50{padding-top: 50px;}

.btn {border-radius:20px;}

.skin-black .content-header{ color:#fff; padding-bottom:10px;}

.table th{ background-color:#716aca; color:#fff}

.bg-violet{background-color:#716aca;}
.bg-teal{background-color:#34bfa3;}

.text-violet{color:#716aca;}
.text-teal{color:#34bfa3}

.btn-primary{background-color:#34bfa3; color:#fff;border:1px solid #34bfa3}

.btn-primary:hover{background-color:#34bfa3; color:#fff;border:1px solid #34bfa3}

.btn-secondary{background-color:#fff; color:#272727;border:none}

.btn-secondary:hover{background-color:#fff; color:#272727;border:none}

.btn-Green{background-color:#008000; color:#fff;border:1px solid #716aca}
.btn-Yellow{background-color:#FFFF00; color:#fff;border:1px solid #716aca}
.btn-Blue{background-color:#0000FF; color:#fff;border:1px solid #716aca}
.btn-Red{background-color:#FF6347; color:#fff;border:1px solid #716aca}
.btn-Purple{background-color:#800080; color:#fff;border:1px solid #716aca}
.btn-Orange{background-color:#FFA500; color:#fff;border:1px solid #716aca}
.btn-Gray{background-color:#808080; color:#fff;border:1px solid #716aca}
.btn-Emer{background-color:#F60612; color:#fff;border:1px solid #716aca}
.btn-All{background-color:#F65FFF; color:#fff;border:1px solid #716aca}


#MainContent_AutoCompleteExtender1_completionListElem, #MainContent_AutoCompleteExtender4_completionListElem {
    z-index:99999;
}

.btn-save {
    background-color: #C71585;
    border-color: #C71585;
    color: #fff;
}

.btn-save.active {
    background-color: #C71585;
    border-color: #C71585;
    color: #fff;
}

.btn-save:hover {
    background-color: #C71585;
    border-color: #C71585;
    color: #fff !important;
}

.float-right {
    float:right !important;
}

.float-left {
    float:left !important;
}

/**  Margins */

.my-0 {
    margin-top:0px;
    margin-bottom:0px;
}
.mb-0 {
    margin-bottom:0px;
}

.mt-0 {
    margin-top:0px;
}
.mt-10 {
    margin-top:10px;
}

.mt-20 {
    margin-top:20px;
}
footer {
        background-color: rgba(255,255,255,0) ;
        color: #333 ;
        padding: 15px ;
        margin-top: auto ;
        text-align:center ;
        position:relative;
        bottom:0;
    }
footer a {
      color:#6a11cb ;
    text-decoration: none ;
    transition:color 0.3s ease-in-out ;
  }
  
footer a:hover {
    color:#2575fc ;
    text-decoration: none ;
  }
/*.aspNetDisabled {
    width:auto !important;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    line-height: 1.42857143;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-size: 14px;
}
input[type=text].aspNetDisabled {
    width:100% !important;
}*/
 