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

.btn-login-1 {
  border: solid 0px;
  color: white;
  border-radius: 20px;
  background: linear-gradient(-20deg, #6c5ce7 10%, #3498db);
  transition: opacity 0.3s;
}

.btn-login-1:hover {
  border: solid 0px;
  color: white;
  opacity: 0.5;
  background: linear-gradient(-20deg, #3498db 10%, #6c5ce7);
}

.btn-login-2 {
  border: solid 0px;
  color: white;
  border-radius: 20px;
  background: linear-gradient(-20deg, #475462 10%, #2b353f);
  transition: opacity 0.3s;
}

.btn-login-2:hover {
  border: solid 0px;
  color: white;
  opacity: 0.5;
  background: linear-gradient(-20deg, #2b353f 10%, #475462);
}

.btn-submit-1 {
  border: solid 0px;
  color: white;
  border-radius: 20px;
  background: linear-gradient(-20deg, #6c5ce7 10%, #3498db);
  transition: opacity 0.3s;
}

.btn-submit-1:hover {
  border: solid 0px;
  color: white;
  opacity: 0.5;
  background: linear-gradient(-20deg, #3498db 10%, #6c5ce7);
}


.btn-submit-2 {
  border: solid 0px;
  color: white;
  border-radius: 20px;
  background: linear-gradient(-20deg, #43d836 10%, #8ddb34);
  transition: opacity 0.3s;
}

.btn-submit-2:hover {
  border: solid 0px;
  color: white;
  opacity: 0.5;
  background: linear-gradient(-20deg, #8ddb34 10%, #43d836);
}


.btn-next-1 {
  border: solid 0px;
  color: white;
  border-radius: 10px;
  background: linear-gradient(-20deg, #6c5ce7 10%, #3498db);
  transition: opacity 0.3s;
}

.btn-next-1:hover {
  border: solid 0px;
  color: white;
  opacity: 0.5;
  background: linear-gradient(-20deg, #3498db 10%, #6c5ce7);
}

.btn-prev-1 {
  border: solid 0px;
  color: white;
  border-radius: 10px;
  background: linear-gradient(-20deg, #6c5ce7 10%, #3498db);
  transition: opacity 0.3s;
}

.btn-prev-1:hover {
  border: solid 0px;
  color: white;
  opacity: 0.5;
  background: linear-gradient(-20deg, #3498db 10%, #6c5ce7);
}

.btn-close-1 {
  color: white;
  border: solid 0px;
  border-radius: 20px;
  background: linear-gradient(-20deg, #c2bfbf 10%, #b8b6b6);
  transition: opacity 0.3s;
}

.btn-close-1:hover {
  color: white;
  opacity: 0.5;
  border: solid 0px;
  background: linear-gradient(-20deg, #b8b6b6 10%, #c2bfbf);
}

.btn-approve-1 {
  border: solid 0px;
  color: white;
  border-radius: 20px;
  background: linear-gradient(-20deg, #6c5ce7 10%, #3498db);
  transition: opacity 0.3s;
}

.btn-approve-1:hover {
  border: solid 0px;
  color: white;
  opacity: 0.5;
  background: linear-gradient(-20deg, #3498db 10%, #6c5ce7);
}
