    .leftImg {
        width: 80px;
        height: 80px;
        margin-right: 20px;
    }
    
    h6 {
        font-size: 1.3em;
    }
    
    .form-control {
        width: 100%;
    }
    
    .row .row,
    .row-fluid .row-fluid {
        margin-bottom: 10px;
    }
    
    .errorMessage {
        color: #ff0000;
        font-size: 16px;
    }
    
    .this-page-number {
        border: 3px solid orange;
        background-color: orange;
        color: white;
        padding: 7px 10px 7px 10px;
        display: inline-block;
        margin-right: 3px;
    }
    
    .other-page-number {
        border: 3px solid orange;
        background-color: white;
        color: orange;
        padding: 7px 10px 7px 10px;
        display: inline-block;
        margin-right: 3px;
    }
    
    #password-policy-txt {
        list-style-type: circle;
    }
    
    #password-policy-txt li {
        margin-left: 25px;
        margin-top: 10px;
    }
    
    #idexpire {
        position: relative;
        color: white;
    }
    
    #idexpire:before {
        position: absolute;
        content: attr(data-date);
        display: inline-block;
        color: black;
        line-height: 0px;
    }
    
    #idexpire::-webkit-datetime-edit,
    #idexpire::-webkit-inner-spin-button,
    #idexpire::-webkit-clear-button {
        display: none;
    }
    
    #idexpire::-webkit-calendar-picker-indicator {
        position: absolute;
        right: 5px;
        color: black;
        opacity: 1;
    }

    #email {
        text-transform:lowercase;
    }