.btn-primary {
        background-color: #0f529f;
        border-color: #0f529f;
}
.btn-template-main {
  background: #4677ac;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 2px;
  box-shadow: -2px 4px 10px -7px rgba(0, 0, 0, 0.75);
}
.btn-template-main:hover,
.btn-template-main:focus {
  border-color: transparent;
  border-radius: 32px;
}

.btn-template-outlined {
  background: transparent;
  border: 1px solid #467fbf;
  color: #467fbf;
  border-radius: 0;
}
.btn-template-outlined:hover,
.btn-template-outlined:focus {
  background: #467fbf;
  color: #fff;
}