.btn {
  border: 2px solid black;
  background-color: white;
  color: black;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  width:auto;
  text-align: center;
}

/* Green */
.success {
  border-color: #04AA6D;
  color: green;
}

.success:hover {
  background-color: #04AA6D;
  color: white;
}

/* Blue */
.info {
  border-color: #2196F3;
  color: dodgerblue
}

.info:hover {
  background: #2196F3;
  color: white;
}

/* Orange */
.warning {
  border-color: #ff9800;
  color: orange;
}

.warning:hover {
  background: #ff9800;
  color: white;
}

/* Red */
.danger {
  border-color: #f44336;
  color: red
}

.danger:hover {
  background: #f44336;
  color: white;
}

/* Gray */
.default {
  border-color: #700470;
  color: black;
}

.default:hover {
  background: #700470;
  color: white;
}

.btn-primary
{
  border-color: #C0C45A;
  background-color:#FCF6E8;
  border-radius:5%;
  box-shadow:5px 5px;
  width: auto;
}
.btn-primary:hover
{
  background-color:#8BC45A;
  border-color:#8BC45A ;
  color: white;

}
.subject-div
{
    text-align: center;
}
