
.powererd-by {
    position: fixed;
    font-size: 10px;
    bottom: 10px;
    right: 10px;
  
}
.powererd-by p{
    display:table;
}
    .powererd-by .copyright {
        color: rgba(0,0,0,1);
        font-size: 10px;
        display: table-cell;
         vertical-align: middle;
         padding-right:3px;
    }
.copyright-image a{
    font-size:12px;
    color: rgba(0,0,0,1);
}



.pstrength-minchar {
    font-size: 12px;
    font-weight: 500;
    color: rgba(0,0,0,0.65);
    margin-bottom: 15px;
    padding: 0;
    text-align: center;
}

.sfPwdstrength {
    flex-basis: 100%;
}

.sfPwdstrength, .pstrength-info, .sfError {
    flex-basis: 100%;
}

.pstrength-bar {
    margin-top: -5px;
    margin-bottom: 10px;
}

.pstrength-info span {
    display: block;
    margin-bottom: 10px;
    flex: 1 0 100%;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
}

.sfError {
    color: #e14a4a;
    display: inline-block;
  
    text-align: left;
}

.inpWrp .cbvSrchInp input, .inpWrp .cbvInpTxt {
    padding: 0;
}

button {
    border-style: hidden;
}
/*css to add in webbuilder preview added by rudra*/
.cbvInpRdo {
    opacity: 0;
    visibility: hidden;
    display: none;
}

    .cbvInpRdo + label {
        position: relative;
        padding: 0 0 0 25px;
        margin-right: 15px;
    }

        .cbvInpRdo + label:before {
            content: '\f10c';
            font-family: 'fontAwesome';
            position: absolute;
            font-weight: 300;
            top: 0;
            left: 0;
            font-size: 18px;
            color: rgba(0, 0, 0, 0.3);
        }

    .cbvInpRdo:checked + label:before {
        content: '\f192';
        font-family: 'fontAwesome';
        position: absolute;
        font-weight: 300;
        top: 0;
        left: 0;
        font-size: 18px;
        color: #3fc972;
    }
