﻿/*implementing below css fororverridding other css and showing the bootstrap Modal popup in login and registration page*/


.html-login-page {
    font-size: 18px !important;
}

    .html-login-page .master-wrapper-content {
        position: initial;
    }

    .html-login-page .master-column-wrapper {
        position: initial;
    }

    .html-login-page .inputs {
        font-size: 14px !important;
        font-family: Arial, Helvetica, sans-serif !important;
        color: #777 !important;
    }

    .html-login-page .inputs label {
        font-weight: normal;
    }

    .html-login-page .overlayOffCanvas {
        display: none !important;
    }

    .html-login-page .message-error {
        bottom: -30px;
    }

    .html-login-page .modal-dialog {
        z-index: 2000;
    }

    .html-login-page .modal-dialog {
        margin-top:60px;
    }


    .html-registration-page {
        font-size: 18px !important;
    }

   .html-registration-page .inputs {
        font-size: 14px !important;
        font-family: Arial, Helvetica, sans-serif !important;
        color: #777 !important;
    }

    .html-registration-page .inputs label {
        font-weight:normal;
    }

    .html-registration-page .master-wrapper-content {
        position: initial;
        z-index: auto;
    }

    .html-registration-page .master-column-wrapper {
        position: initial;
    }

    .html-registration-page .overlayOffCanvas {
        display: none !important;
    }

    .html-registration-page .message-error {
        bottom: -30px;
    }

    .html-registration-page .modal-dialog {
        z-index: 2000;
    }

    .html-registration-page .modal-dialog {
        margin-top: 60px;
    }
