body{
    background-color: #19191b;
    color: #fff;
}
.install-box {
    max-width: 900px;
    margin: 30px auto;
}
table{
    width: 100%;
}
th, td{
    padding:5px 0;
}
.alert-container {
	background-color: #313538;
}
.section{
    padding: 15px;
    background-color: #fff;
    margin-bottom: 15px;
	background-color: #313538;
}
.tab-content{
    margin-top: 20px;
	background-color: #313538;
}
hr{
    margin: 10px 0 0;
}
.status{
    font-size: 20px;
}
.status{
    font-size: 20px;
}
.status.fa-check-circle-o{
    color: #2b6ad9;
}
.status.fa-times-circle-o{
    color: #d73b3b;
}
.tab-title{
    background: #575d62;
    padding:15px;
    border-bottom: none;
}
.tab-title.active{
    background: #2b6ad9;
    color: #fff;
}
.form-group{
    margin-top: 15px;
}
.panel{
	background-color: #313538;
}
.panel-heading h2{
    margin: 20px 0;                
}
.panel-install>.panel-heading{
    background-color: #313538;
    color: #fff;
    border-bottom: none;
}
.panel-install>.panel-heading img{
    height:75px;
}
.no-padding{
    padding: 0;
}
.btn-info{
    background-color: #2b6ad9;
    border: none;
    width: 100%;
    padding: 15px;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active
{
    background-color: #226ff7 !important;
}
.btn-info[disabled]{
    background-color: #3175ec !important;
}
label{
    font-weight: normal;
}
.alert{
    border-radius: 0;
}
.loader{
    background: url('../../assets/images/loader2.gif') no-repeat;
    height: 16px;
    display: inline-block;
    padding-left: 20px;
}
.panel-footer{
    border-top: none;
	background: #313538;
}

.go-to-login-page,

.go-to-login-page:active,
.go-to-login-page:focus{
    color: #2b6ad9; 
    text-decoration: none;
}

.go-to-login-page:hover{
    color: #1853bd; 
    text-decoration: none;
}