﻿input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        transition: background-color 5000s ease-in-out 0s;
    }

    .messges {
        text-align: center;
        margin-top: 12px;
        float: left;
        width: 100%;
        color: #cd3333!important;
    }

    .calmessage {
        color: #cd3333!important;
        background: #ffdddd;
        padding: 10px 9px;
        font-size: 14px;
        border: 1px solid #ffa2a2;
        margin-top: 21px;
        width: 100%;
        float: left;
    }

    .captcha-otr {
        width: 100%;
        height: 66px;
        line-height: 59px;
        text-align: center;
        background-image: url(/Images/ptn.jpg);
        float: left;
        margin-top: 10px;
    }

    .refresh {
        position: absolute;
        right: 12px;
        width: 18px;
        top: 6px;
        opacity: .4;
        cursor: pointer;
    }

    .capt-input {
        float: left;
        width: 100%;
        position: relative;
    }

        .capt-input input {
            border: 1px solid #eae8e8 !important;
            padding: 5px !important;
            margin-bottom: 0px;
            font-size: 14px!Important;
            height: 40px;
            width: 100%;
        }

    .refresh img {
        width: 100%!important;
    }