[data-page="_global_loginCus"][data-itemid="custom_button"] > .btn {
  width: 35px;
}

/* Put  your custom CSS code here */

[data-page="_global_loginCus"][data-itemid="login_button"] {
  color: red;
}


.wrapper {
    font-size: 5vmin;
    height: 2em;
    width: 100%;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    mix-blend-mode: darken;
    padding-left: 17px;
	
	&.invert {
		span {
			color: black;
			
			&::before {
				-webkit-text-stroke: .1em var(--color);
			}
		}
	}
	
	span {
		--color: #ffba11;
		font-family: Peyda;
		font-weight: 700;
		font-style: italic;
		display: block;
		position: absolute;
		color: var(--color);
		letter-spacing: -.005em;

		&::before, &::after {
			content: attr(data-text);
			display: block;
			position: relative;
			padding: 0 .1em;
			z-index: 1;
		}

		&::before {
			position: absolute;
			-webkit-text-stroke: .1em black;
			z-index: 0;
		}

		&:first-child {

            transform: translate(-0.7em, -0.6em);
		}


		&:last-child {
			--color: #b6acff;
			transform: translate(-1.745em, .25em);
		}
	}
}
/* Put  your custom CSS code here */

[data-page="_global_loginCus"][data-itemid="snippet"] {
    padding-left: 10px;
    border-radius: 8px;
}

/* Put  your custom CSS code here */

[data-page="_global_loginCus"][data-itemid="custom_button"] {
  padding-left: 4px;
  width: 35px;
  right: -5px;
    position: relative;
}

/* Put  your custom CSS code here */

[data-page="_global_loginCus"][data-itemid="edit_field3"] {
  color: red;
}

#value_OtpCode_1 {
    letter-spacing: 16px;
    font-size: 30px;
    height: 44px;
    text-align: center;
}
