﻿    #leadlockmodal-content {
        background: transparent url("/Theme1/Controls/Images/leadlockbg.jpg") no-repeat scroll 0% 0%;
        background-size:cover;
        background-attachment:fixed;  
    
    }

    .modal-content-inner {
        max-width: 500px;
        margin: 0 auto;
        width: 100%;      
        transform: translate(-50%, -50%);
          position: absolute;
  left: 50%;
  top: 50%;  
    }

    .modal-body {
        position: relative;
        padding: 27px;
    }

    .cr-head {
        margin-bottom: 20px;
        color: #3c3c3c;
        font-size: 21px;
    }

    .the-tro {
        color: #676767;
        font-size: 16px;
        border-bottom: 1px solid #ababab;
        padding-bottom: 10px;
    }

    .entr-email {
        color: #676767;
        font-size: 16px;
        margin-top: 21px;
    }

    .input-em {
        width: 100%;
        background: #fff;
        color: #676767;
        font-size: 16px;
        border: none;
        height: 39px;
        margin: 10px 0px;
        padding: 0px 10px;
    }

    .sbmt-btn {
        width: 100%;
        background: #4a4a4a;
        color: #fff;
        font-size: 16px;
        border: none;
        height: 39px;
        margin: 4px 0px 0px;
        text-align: center;
        text-transform: uppercase;
    }

    .clcic-pass {
        color: #676767;
        font-size: 15px;
        text-decoration: underline;
    }

    .subss {
        color: #5e5d5d;
        font-size: 16px;
    }

    .input-em2 {
        width: 100%;
        background: #fff;
        color: #676767;
        font-size: 16px;
        border: none;
        height: 39px;
        margin: 2px 0px;
        padding: 0px 10px;
    }

    .entr-email2 {
        color: #676767;
        font-size: 16px;
        margin-top: 11px;
    }

    .cr-head2 {
        margin-bottom: 10px;
        color: #3c3c3c;
        font-size: 21px;
        border-bottom: 1px solid #ababab;
        padding-bottom: 10px;
    }
    .input-error {
    border-color:#e52213;
    border-style:solid;
    border-width:1px;

    }

         .footer-container {
    padding: 11px 6% 6px;
    position: absolute;
    left: 0px; width:100%;
    bottom: 0px; background:#fff; float: left;
}
.footer-container a, .footer-container p {
    color: #4e4e4e;
    text-decoration: none;
    font-size: 14px;
    margin-top: 4px;
}
.footer-container a, .footer-container p {
    color: #4e4e4e;
    text-decoration: none;
    font-size: 14px;
    margin-top: 4px;
}

@media (max-width: 500px) {

    #leadlockmodal-content {
     
        min-height: 799px!important;    
    }

}