/* Created on : 16-Nov-2022, 9:07:54 PM Author : Tamminana Lakshmi */ @use 'variables' as *; .captcha-content .captcha-display { display:flex; } .captcha-content .captcha-input { background-color: $graycolor !important; width: 220px !important; float: right !important; height: 41px !important; color: $lightblack !important; font-size: 16px !important; margin-right: 0px !important; } .captcha-content .captcha-label { color: $black; margin-top: 14px; } .captcha-content .captcha-text { color: $primeBlue; font-size: 30px; font-family: cursive; font-style: italic; background-color: $lightgrey2; float: left; width: 180px; text-shadow: 0px 0px 4px $primeBlue; letter-spacing: 0.2em; position: relative; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } .captcha-content .captcha-text:before { position: absolute; content: ""; left: 12px; top: 66%; right: 25px; border-top: 1px solid; border-color: inherit; -webkit-transform:rotate(-5deg); -moz-transform:rotate(-5deg); -ms-transform:rotate(-5deg); -o-transform:rotate(-5deg); transform:rotate(-5deg); } .captcha-content .captcha-refresh { width: 32px; float: right; margin-top: 4px; margin-right: 3px; } .captcha-content .captcha-div { background-color: $graycolor; margin-left: 87px !important; margin-bottom: 5px; width: 220px; height: 42px; } button.captcha-refresh { background-color: transparent; } .dev-captcha-input { width: 100%; float: right; height: 50px; display: block; }