/* Convert px to rem
** Usage:
** font-size: rem(23);
*/
/* A small function allowing skipping base64 encoding
** and simply pasting the SVG markup right in the CSS.
** @author Jakob Eriksen
** @link http://codepen.io/jakob-e/pen/doMoML
** @param {String} $svg - SVG image to encode
** @return {String} - Encoded SVG data uri
*/
/* Replace `$search` with `$replace` in `$string`
** @author Hugo Giraudel
** @link http://sassmeister.com/gist/1b4f2da5527830088e4d
** @param {String} $string - Initial string
** @param {String} $search - Substring to replace
** @param {String} $replace ('') - New value
** @return {String} - Updated string
*/
/* Replace substring 'fillColor' to real color from variables */
/* Convert px to rem
** Usage:
** font-size: rem(23);
*/
/* A small function allowing skipping base64 encoding
** and simply pasting the SVG markup right in the CSS.
** @author Jakob Eriksen
** @link http://codepen.io/jakob-e/pen/doMoML
** @param {String} $svg - SVG image to encode
** @return {String} - Encoded SVG data uri
*/
/* Replace `$search` with `$replace` in `$string`
** @author Hugo Giraudel
** @link http://sassmeister.com/gist/1b4f2da5527830088e4d
** @param {String} $string - Initial string
** @param {String} $search - Substring to replace
** @param {String} $replace ('') - New value
** @return {String} - Updated string
*/
/* Replace substring 'fillColor' to real color from variables */
/* Mixin for button animation,
    use: @include button-animation(); for .btn-primary-dark--white-bg button
*/
/* Mixin for arrow link animation,
    use: @include arrow-link-animation(); for .btn-tertiary-dark--white-bg button
*/
/* Mixin for link animation,
    use: @include link-animation(); for .btn-link-dark--white-bg button
*/
/* Mixin for button background animation,
    use: @include hoverBgEffect($primary-slate, $scale: 1.4, $speed: 0.4s);
*/
/**
 * Mixin for adding gradient line to the bottom.
 * @param {$side-colors} color.
 */
/**
 * Mixin for adding text underline.
 */
/**
 * Mixin for cropping the text.
 * @param {$line-clamp} number of visible lines.
 */
.passwordless-login-component .otp-registration {
  background-color: transparent;
}
.passwordless-login-component .otp-registration__form-container,
.passwordless-login-component .otp-registration__banner-wrapper .container,
.passwordless-login-component .otp-registration .verification-form {
  max-width: 51.75rem;
  padding-bottom: 0;
}
.passwordless-login-component .login-form {
  margin-top: 0;
}
.passwordless-login-component .otp-registration__container {
  padding-bottom: 0;
}
.passwordless-login-component .otp-registration__secure-lock {
  display: none;
}
.passwordless-login-component .otp-registration__toggle-btn {
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 0.5rem;
}
.passwordless-login-component .otp-registration__submit-btn {
  min-width: auto;
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .passwordless-login-component .otp-registration__submit-btn {
    margin-top: 1.25rem;
  }
}
.passwordless-login-component .otp-registration--decorated .otp-registration__back-btn {
  position: relative;
  top: auto;
  margin-bottom: 1.5rem;
}
