/*style for validation message*/
.error {
	color: red !important;
}
/*style for anchor tag in authorization modal*/
  /*div h4 {
    text-align: center !important;
  }*/
  .styleAnchor{
    color: white !important;
  }
  .styleAnchor:hover{
    text-decoration: none !important;
  }
  .btn-secondary {
    /*color: black !important;*/
    /*background-color: #2f353a !important;*/
    /*border-color: #c8ced3 !important;*/
    background-color: #4dbd74 !important;
    
}