.TDexonGUI_Button 
{
   cursor: pointer;
}

.Forgot .TDexonGUI_Button 
{
   color: #007bff;
   text-decoration: none;
   font-size: 14px;
   padding: 5px 10px;
   background: transparent;
   border: none;
   box-shadow: none;
}

.Forgot .TDexonGUI_Button:hover 
{
   text-decoration: underline;
   background: transparent;
   transform: none;
   box-shadow: none;
}

.TDexonGUI_ButtonDefault,
.TDexonGUI_ButtonDefFront 
{
   width: 100%;
   text-align: center;
}

.TDexonGUI_ButtonTitleMessage 
{
   color: #333;
   background: transparent;
   border: none;
   padding: 5px;
   transition: all 0.2s;
}

.TDexonGUI_ButtonTitleMessage:hover 
{
   color: #ffffff;
}

@media (max-width: 768px) 
{   
   .Forgot .TDexonGUI_Button 
   {
       font-size: 12px;
       padding: 4px 8px;
   }   
}

