﻿/* ekyc.css
    Main eKYC Application CSS file.
    The CSS in this file can be overridden by dotnet/custom/ekyc_override.css
*/

/* ================================================================ 
 Across Application classes
================================================================ */
/* Label: OPEN ACOUNT   */
.lblTopHeader {
    font-size: 30px;
    font-weight: 500;
    color: black;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
}

.poweredBy {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    /* visibility:hidden; */
}

/* ================================================================ 
 Page Speficic classes
================================================================ */
.FeaturedImage {
    height: 280px;
    /*width: 500px;*/
    background-size: cover;
    background-image: url("../images/ekyc-Aadhaar.png"); /*relative to the css folder  */
}
.Featuredimg{
    display:none;
}

.inputOTP {
    margin-top: 10px;
    border: 1px solid #62a3ee;
}

/* Rev 15-03-2025 [Abs/Mithun] - We override the bootstrap HR default */
/*
hr {
    margin: 5px 0px 5px 0px; 
}
    */

.ekycCard {
    display: inline-block;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
    /* height:150px; */
    width: 100%;
    max-width: 100%;
    /* flex:1; */
    min-width: 250px;
    margin-bottom: 10px;
}

.ekycCard .ekycCardTitle {
    border-bottom: 0.5px solid silver;
    padding-bottom:10px;
}
    

