.login-switcher {
  padding: 20px;
}

.login-switcher input[type=radio] {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.login-switcher label {
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 20px;
}

