/* .captcha-container {
    text-align: center;
}
#verifyButton {
    cursor: pointer;
    margin: 15px 0px;
}
#refreshButton {
    cursor: pointer;
}
.captcha {
    margin-top: 10px;
    padding: 8px 16px;
    cursor: pointer;
}

input[type="text"] {
    padding: 8px;
    margin-top: 5px;
    width: 100%;
    box-sizing: border-box;
} */

/* body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
} */
#captchaText {
    cursor: not-allowed;
    user-select: none; /* For modern browsers */
    -moz-user-select: none; /* For Firefox */
    -webkit-user-select: none; /* For Safari and Chrome */
    -ms-user-select: none; /* 
}
.captcha-container {
    text-align: center;
    width: 240px;
    background-color: #fff;
    /* padding: 20px; */
    border-radius: 8px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
} */
}
h2 {
    margin-bottom: 20px;
    color: #333;
}

.captcha {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 6px;
    width: 200px;
}
.captcha-forgot {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 5px 10px;
    border-radius: 6px;
}

.captcha #captchaText {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.captcha p {
    background-color: #4caf50;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 12px;
    margin: 0;
    transition: background-color 0.3s ease;
}

@media screen and (max-width: 767px) {
    .captcha-container {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .wrap-input .form-control,
    .remember-me1 {
        width: 100%;
    }
}
.captcha-box {
    display: flex;
    align-items: baseline;
}
@media screen and (max-width: 767px) {
    .captcha-box {
        flex-direction: column;
    }
}
.captcha {
    height: 46px;
    margin-right: 15px;
    width: 200px;
}
@media screen and (max-width: 767px) {
    .captcha {
        margin-right: 0;
        width: 100%;
    }
}

.captcha.text-right {
    text-align: right;
    width: 100%;
    margin: -8px 0 20px;
}
/* .captcha p {
    background-color: #4caf50;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 12px;
    transition: background-color 0.3s ease;
} */
#refreshcaptchabtn {
    color: white;
    background: green;
    width: 30px;
    border-radius: 50%;
    padding: 2px 18px;
    cursor: pointer;
    font-size: 20px;
    height: 33px;
    display: flex;
    justify-content: center;
    transition: background-color 0.3s ease;
}
.captcha p:hover {
    background-color: #45a049;
}

input[type="text"] {
    padding: 10px;
    /* width: calc(100% - 80px); */
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.right-section input[type="text"] {
    width: 100%;
}
.captchatext-right.forgot-password {
    width: 100%;
}
.check-container {
    white-space: nowrap;
}
button {
    padding: 10px 20px;
    background-color: #2c99d4;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    margin-top: 10px;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: #2c99d4;
}

p#result {
    margin-top: 15px;
    font-weight: bold;
    color: #333;
}
