body{
background-color: #000 !important;
}
.admin_logo img{
	width:150px;
	margin-bottom:30px;
	margin-top:30px;
}	
	.wrapper {
		font-size:14px !important;
		font-family: 'Figtree','Helvetica Neue',Helvetica,Arial,sans-serif;
    }

    .form-control {
        height: 48px;
        font-size: 16px;
        border-radius: 8px;
    }

    .has-feedback label~.form-control-feedback {
        top: 43px;
        right: 15px;
		    opacity: .6;
    }

    .btn-warning {
	height: 46px;
	line-height: 32px;
	font-weight: 600;
	border-radius: 8px;
    }

    .login-box,
    .register-box {
        font-size: 16px;
    }

    .login-box-body {
        padding: 20px;
    }

    .mar_t20 {
        margin-top: 20px;
    }
	label{
		font-size:14px;
		font-weight:500;
	}
	.mobile_bandit{
		border-radius:12px;
		width:75%
	}
	.sign_in{
		color: #000;
    margin-bottom: 30px;
    font-weight: bold;
    text-transform: uppercase;
	}
	.dflex{
		display:flex;
		align-items: center;
	}
		
@media (max-width: 767px) {
	.dflex{
		display: flex;
        flex-direction: column;
        /* height: 100vh; */
        justify-content: center;
		margin-top:40px;
	}
	.mobile_bandit {
    border-radius: 12px;
    width: 80%;
}
}