﻿    .errormsg {
        float: right !important;
        width: 53%;
        color: red;
        font-size: 12px !important;
    }

    #btnstatus {
        width: 100px;
        height: 50px;
        font-size: 15px;
    }

    .errormsgfn {
        float: left !important;
        width: 100%;
        color: red;
        font-size: 12px !important;
    }

    .errormsgotp {
        float: right !important;
        color: red;
        font-size: 12px !important;
    }

    .spans {
        float: right !important;
        width: 53%;
        font-size: 12px !important;
        color: white;
        display: none;
    }
    .customname .custominput{width: 71% !important;}
    .reglabel{
    font-size: 15px !important;
    font-weight: bold !important;
    color: #3d3c3c !important;
    float: left !important;
    width: 100% !important;
    margin: 13px 0 0 0 !important;
    display: inline-block !important;
    max-width: 100% !important;
    padding: 0 !important;
    -webkit-box-sizing: border-box !important;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    list-style: none !important;
    cursor: default !important;
    clear:both;
    }
    .reginput{
    background: #ffffff !important;
    border: 1px solid #c9cacb;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16) !important;
    -webkit-border-radius: 5px !important;
    font-size: 16px !important;
    resize: none !important;
    height: 44px !important;
    width:100% !important;
    line-height: inherit !important;
    font: inherit !important;
    color: inherit !important;
    cursor:default !important;
    list-style:none !important;
    }