.otp-input-container{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;margin:24px 0}.otp-input-input{width:50px;border:1px solid #d7d7d7;height:50px;font-size:25px;max-width:50px;max-height:50px;border-radius:4px;padding:10px;text-align:center;font-weight:700}.otp-input-input::-moz-placeholder{color:black;font-weight:300;font-size:24px}.otp-input-input::placeholder{color:black;font-weight:300;font-size:24px}.incorrectOTP{color:red;border-color:red;animation:shake .2s ease-in-out 0s 2}@keyframes shake{0%{margin-left:0}25%{margin-left:.5rem}75%{margin-left:-.5rem}to{margin-left:0}}