/*
* Salla Login Component: login popup modal
* You can use these classes to target the elements in the component.
*/
iframe {
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  width: 100%;
}