﻿body {
    width: auto;
    height: auto;
    border: none !important;
    outline: none !important;
    padding: 0px !important;
    margin: 0px !important;
}

.btn_lgot {
    float: right;
    color: white;
    background: #ca272c;
    padding: 10px;
    border-radius: 10px;
    margin: 0px 10px;
}

.header {
    width: 100%;
    background-color: #fff;
    border-bottom: 7px solid #ca272c;
    border-top: 2px solid #ca272c;
    padding: 10px 0px;
}

.form-label {
    font-size: 17px;
    margin-bottom: 0.2rem;
    color: #0a0a0a;
    font-weight: 600;
}

.captcha1 {
    text-decoration: line-through;
    background: gray !important;
    font-family: cursive;
    font-size: 20px;
    text-align: center;
}

.col_dsfx {
    display: flex;
    flex-direction: column;
    padding: 0% 12%;
}

.mrgnLft0 {
    margin-left: 0px;
}

.logo {
    width: 100%;
    float: left;
    padding: 3px 0px 1px 0px;
}

.red_border {
    float: left;
    width: 2px;
    height: 64px;
    background-color: #e81e26;
    margin-right: 19px;
    margin-top: 4px;
}

.logtop_rgttext {
    margin-top: 16px;
    color: #ca272c;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
}

.formbox {
    margin: 1% auto;
    width: 40%;
}
@media only screen and (min-width:1100px){
    .formbox2{
        width:50%;
    
        
    }
}


.footer {
    background-color: #bd161b;
    float: left;
    width: 100%;
    height: auto;
    left: 0px;
    color: #fff;
    padding: 11px 11px 11px 11px;
    position: relative;
    bottom: 0px;
    text-align: center
}

.MaxWdth {
    max-width: 100%;
}

.log_forgotpswd {
    float: left;
    padding-top: 14px;
    font-size: 12px;
    padding-left: 15%;
}

.applog a {
    color: #337ab7;
}

    .applog a:hover {
        color: #337ab7;
    }

.applog1 a {
    color: #337ab7;
}

    .applog1 a:hover {
        color: #337ab7;
    }

.wlcm2ekyc {
    float: right;
    font-weight: bold;
    padding-top: 32px;
    color: #bd161b;
    font-size: 16px;
}

.wlcm2ekycHome {
    float: right;
    width:35%;
    font-weight: bold;
    padding-top: 15px;
    color: #bd161b;
    font-size: 16px;
}




/*---------reset----------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

@media only screen and (max-width: 601px) and (min-width:200px) {
    .wlcm2ekycHome {
        width: 70%;
    }
}