/* custom css.. */

/* custom button */
.btn-rectangled
{
  border: none;
  padding: 15px 32px;
  background-color: transparent;
  /* border-radius: 8px 8px 0 0; */
}
.border-bottoma
{
  border-bottom: 1px solid #0487e2;
}
.border-bottom-white
{
  border-bottom: 2px solid #fff;
}
/* end custom button */

