.loading-overlay{
	z-index: 999!important;
}
.swal2-popup .swal2-content{
	font-size:2em !important;
}
.user-menu .dropdown-menu .user-footer .btn{
	color:#000 !important;
	font-weight: bold;
	border:2px solid;
	background: #fff;
}
.navbar-nav>.user-menu>.dropdown-menu>.user-footer{
	background-color : #dd4b39 !important;
}

.login-page, .register-page{
	background-image: url("https://www.shootingdiaries.com/wp-content/uploads/2020/08/close-up-of-a-hunter-hands-loading-his-shotgun-SVJK424-scaled.jpg");
   
}

.login-box-body, .register-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
    border-radius: 10px;
}

.login-box-msg, .register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
    font-weight: 600;
}

.login-logo a, .register-logo a {
    color: #fff !important;
}

.login-logo img{
	width:75px !important;
}
@media (max-width: 545px) {
  .box-footer label{
    display:none
  }
}

@media (max-width: 382px) {
  .login-logo b{
    font-size:25px;
  }
}