/* Colors */
:root {
  --color-default: #000000;
  --color-primary: #0d04d6;
  --color-secondary: #0F58C9;

}
.form-group{
    margin: 2%;
}

input::placeholder {
    color: #BBB !important;
}

  /* Apply animation to the button */

  
  /* Modify hover effect */
  