/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 03 2022 | 21:02:53 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
.custom-login-popup-footer {
    display: flex;
	gap:1rem;
    flex-direction: column;
    align-items: center;
  }

  .custom-login-popup-footer .custom-register-btns a {
    text-decoration: none;
    padding: 0.5rem 1.2rem;
    background: #61CE70;
    color: white;
	font-size: 0.8rem;
    font-weight: 500;
    border-radius: 5px;
  }

  .custom-login-popup-footer .custom-register-btns a:hover {
    background: #fd723f;
  }

  .custom-register-btns {
    display: flex;
    gap: 1rem;
  }

