/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/

/* background: linear-gradient(to left, #4c7ee3, #438dd9); */
.auth-one-bg .bg-overlay {
  background: -webkit-gradient(linear, right top, left top, from(#e5571f), to(#e7ac66));
  background: linear-gradient(to left, #a10303, #a55f0d);
  opacity: 0.9;
}

.auth-one-bg {
  background-image: url("../images/bg-codes-dark-zoom.png");
  background-position: center;
  background-size: cover;
}

.btn-success {
background-color: #1d5900;
}

/*
6691e7 ori
0c7ece new
*/
.profile-wid-bg::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0.9;
  background: #0c7ece;
  background: -webkit-gradient(linear, right bottom, right top, from(#1c4eb2), to(#0c7ece));
  background: linear-gradient(to top, #1c4eb2, #0c7ece);
}
