.vanta-canvas{
	position:fixed !important;
	top:0;
	bottom:0;
	left:0;
	right:0;
	height:100% !important;
}
.ctlogin-box{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	width:100%;
}
.ctlogin-main{
	background:#222222b3;
}
.ctleft{
	width:40%;
	padding:40px;
	background:#222;
	display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.ctright{
	width:60%;
	padding:40px;
}
.loadIn{
	color:#fff;
	text-align: center;
    font-size: 27px;
	font-weight:bold;
}
.ctright p{
	color:#858383;
	text-align:center;
}
.ctinput label{
	color:#858383;
}

.ctinput input, .ctinput select{
display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #a9aab0;
    background-color: #343740;
    background-clip: padding-box;
    border: 1px solid #3a3b42;
    border-radius: 0.35rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}
.ctinput input:focus,
.ctinput select:focus{
    color: #6e707e;
    background-color: #1d2426;
    border-color: #343740;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 52, 64, 0.25);
	
}
.ctbtn{
	background:#000 !important;
	outline:none;
	border:none;
	box-shadow:0;
	color:#fff !important;
	margin-top: 30px;
}
.ctbtn:focus{
	border:none;
	box-shadow:none !important;
}
.ctlogin-foot{
	color:#fff;
	text-align:center;
	margin-top:30px;
}
.ctlogin-foot a{
	color:#fff;
	text-decoration:none;
	transition:0.3s;
}
.ctlogin-foot a:hover{
	color:#422ad0;
}
.ctnav{
	background:#303030;
	padding: 0.95rem 1rem;
}
.sidebar-logo img{
	width:150px;
}
#sidebar-wrapper{
	background:#303030;
	position:relative;
}
#sidebar-wrapper .list-group-item.list-group-item-action i{
	margin-right:7px;
} 
.ctluser-main{
	background: #222222b3;
}
.ctheading{
	background: #222222b3;
}
.ctheading h2{
	font-weight: bold;
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 0;
    padding: 10px 0;
}
.ctheading h2 i{
	margin-right:7px;
}
.ctalert{
	background:#000 !important;
	border-radius:0;
	padding:20px 25px !important;
}
.ctalert h3{
	color: #fff;
}
.ctuserbtn{
	text-transform:uppercase;
	font-weight:bold;
	padding:12px 25px;
}
.ctuserbtn i{
	margin-right:5px;
}
.ctcard{
	background: #222222b3;
}
.table-sm th, .table-sm td {
    padding: 5px 15px;
    vertical-align: middle;
}
.ctaddnew{
	padding:10px;
}
.ctaddnew center{
	text-align:start;
}
.ctinput.ctfile input{
	padding:3px;
}
.ctapplogo img{
	width: 100%;
    object-fit: contain;
}
.ctappbg img{
	width:100%;
    object-fit: contain;
	
}

/* Readability fixes for dark/animated panel backgrounds. */
html,
body,
#page-content-wrapper,
.container-fluid {
	color:#f7f9fc;
}

#page-content-wrapper {
	position:relative;
	z-index:1;
}

.ctcard,
.ctluser-main,
.ctheading,
.card {
	background:rgba(12, 15, 20, 0.92) !important;
	color:#f7f9fc !important;
	border:1px solid rgba(255, 255, 255, 0.14) !important;
	box-shadow:0 16px 40px rgba(0, 0, 0, 0.35);
}

.card-header,
.modal-header,
.modal-footer {
	background:rgba(0, 0, 0, 0.22);
	border-color:rgba(255, 255, 255, 0.16);
}

.card-body,
.modal-body,
.form-group,
.form-line,
.ctinput,
.table-responsive {
	color:#f7f9fc;
}

h1,
h2,
h3,
h4,
h5,
h6,
label,
.form-label,
.control-label,
.ctinput label,
strong,
th,
td,
p {
	color:#f7f9fc !important;
}

.table {
	color:#f7f9fc !important;
	background:rgba(0, 0, 0, 0.18);
}

.table thead th {
	color:#ffffff !important;
	background:rgba(0, 0, 0, 0.55) !important;
	border-color:rgba(255, 255, 255, 0.35) !important;
}

.table tbody td {
	color:#f0f3f7 !important;
	background:rgba(5, 8, 13, 0.64) !important;
	border-color:rgba(255, 255, 255, 0.18) !important;
}

.table-striped tbody tr:nth-of-type(odd) td {
	background:rgba(18, 24, 31, 0.82) !important;
}

.table-striped tbody tr:nth-of-type(even) td {
	background:rgba(10, 14, 19, 0.82) !important;
}

.table a:not(.btn) {
	color:#7dd3fc !important;
}

.form-control,
.ctinput input,
.ctinput select,
textarea,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="url"],
input[type="file"],
select {
	color:#ffffff !important;
	background-color:#20242b !important;
	border:1px solid #6b7280 !important;
}

.form-control:focus,
.ctinput input:focus,
.ctinput select:focus,
textarea:focus,
input:focus,
select:focus {
	color:#ffffff !important;
	background-color:#151a20 !important;
	border-color:#f59e0b !important;
	box-shadow:0 0 0 0.2rem rgba(245, 158, 11, 0.35) !important;
}

::placeholder {
	color:#cbd5e1 !important;
	opacity:1;
}

.modal-content {
	background:#111827 !important;
	color:#f7f9fc !important;
	border:1px solid rgba(255, 255, 255, 0.16);
}

.alert {
	color:#111827 !important;
	text-shadow:none;
}

.alert * {
	color:inherit !important;
}

.btn,
.btn i,
.ctbtn,
.ctuserbtn {
	color:#ffffff !important;
}

#sidebar-wrapper .list-group-item {
	color:#1f2937 !important;
}

#sidebar-wrapper .list-group-item i {
	color:#374151 !important;
}

#sidebar-wrapper .list-group-item:hover,
#sidebar-wrapper .list-group-item:focus {
	color:#000000 !important;
	background:#fff7ed !important;
}
