
.subheader{
	margin-bottom: 15px;
}

.required-field{
	color: red;
}

.alert {
  border: 1px solid border-dark;
}

.bg-new-sortable{
	background: rgb(222, 226, 230);
}


.text-red {
    color: #da252f;
}

.page-logo, .page-sidebar, .nav-footer, .bg-brand-gradient {
    background-image: linear-gradient(270deg, rgb(208 208 208), transparent) !important;
    background-color: #ffffff !important;
}

a > label {
    color: #da252f !important;
}

a {
    color: #da252f !important;
}

a:hover {
    color: #ff0000 !important;
}

.form-control:focus {
    border-color: #da252f !important;
}

.btn-danger {
    background-color: #da252f !important;
    border-color: #da252f !important;
}

.logo-login {
    width: 120px !important;
	margin: auto;
}

.img-logo-auth {
	width: 50% !important;
}

.btn-login {
    width: 50%;
    margin: 0px 80px;
}