        #RefreshCaptcha{
            border: none;
            border-radius: 10px;
            font-family: 'yekan';
            font-weight: bold;
            transition: all 0.3s ease-in-out;
            background: #285096;
            font-size: 16px;
        }
        #RefreshCaptcha:hover{
            transform: scale(1.05);
            background-color: #0070FA;
            box-shadow: 0px 4px 10px #285096;
        }
        #CaptchaContainer{
            display: flex;
            border: none;
            font-size: 15px;
            width: 212px;
            font-weight: bold;
            border-radius: 10px;
            margin: 7px 95px 7px 0px;
            font-family: 'yekan';
            color: #285096;
            align-items: center;
            gap: 20px;
            text-align: left;
        }
        #captcha-img{
            transition: all 0.3s ease-in-out;
            border-radius: 10px;
            height:max-content;  
            width: 200px;          
        }
        #captcha-img:hover{
            transform: scale(1.05);
        }