        /* login page 09-02-2023 */

 .captchacontent{
    display: flex;
    align-items: center;
}
input#captchanumber {
    border: 1px solid #ced4da;
    height:39px;
    border-top-left-radius: 39px;
    border-bottom-left-radius: 39px;
    padding: 0.375rem 0.75rem;
}
input#captchanumber:focus {
    outline: none;
}
.captchacontent img#imgsrc {
    height: 39px;
}
a{
   text-decoration: none !important;
}
