/* Login/Register Page */
.ct-woo-unauthorized {
	background-color: white;
	padding: 32px;
	border-radius: 8px;
	box-shadow:  var(--theme-box-shadow);
  margin: auto;
  width: 100%;
}

@media (max-width: 1300px) {
  .ct-woo-unauthorized {
    margin: 0 8px;
    width: calc(100% - 16px);
  }
}

@media (max-width: 768px) {
  .ct-woo-unauthorized {
    margin: 0!important;
    width: 100%!important;
    border-radius: 0!important;
  }
}

.ct-account-modal
{
  border-radius: 8px!important;
}


#loginform .googlesitekit-sign-in-with-google__frontend-output-button {
  display: none;
}