﻿	.HRCTRL1{display:block;}
	.HRCTRL2{display:none}

body{
    font-family: Calibri;
    background: #F5F5F5;
    /* background-image:url("Images/Bgimage.jpg");
    background-repeat: no-repeat; */
}
.heading{
    color: #003f6a;
    font-weight: bold;
    font-size: 30px;
    padding: 5px 0px;
}
.floating-label-mpin
{
    color: rgb(255, 94, 94);
    float: left;
    margin-left: 10px;
    font-size: 12px;
}

  .access-btn {
    display: flex; align-items: center; gap: 4px;
    font-size: 11px; color: #185fa5; background: #e6f1fb;
    border: 1px solid #b5d4f4; border-radius: 5px;
    padding: 4px 10px; cursor: pointer;
  }
  .access-btn:hover { background: #cce3f7; }
  .access-btn svg { width: 14px; height: 14px; }

.BacktoLogin
{
    padding: 5px;
    transition: 0.5s;
    width: 200px;
    border-radius: 10px;
    height: 30px;
    margin-top: 10px;
    font-weight: bold;
    background-size: 300% auto;
    border: none;
    background-image: linear-gradient(45deg, rgb(86, 213, 252) 0%, rgb(71, 162, 236) 51%, rgb(55, 161, 214) 100%);
    cursor: pointer;
    margin-left: 10px;
    text-align: center;
    vertical-align: middle;
}
.HomeMenudiv
{
    display: flex;
    margin-left:19% ;
}
.HomeMenuLink
{
    padding: 5px;
    transition: 0.5s;
    width: 200px;
    border-radius: 10px;
    height: 30px;
    margin-top: 10px;
    font-weight: bold;
    background-size: 300% auto;
    border: none;
    background-image: linear-gradient(45deg, rgb(86, 213, 252) 0%, rgb(71, 162, 236) 51%, rgb(55, 161, 214) 100%);
    cursor: pointer;
    margin-left: 10px;
    text-align: center;
    vertical-align: middle;
}
.HomeMenuLink:hover{background-position: right center;}
.HomeMenuLink a
{
    color: #043552;
    text-decoration: none;
}
.Subheading{
    color: #999999;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    padding: 5px 0px;
}
.contentdiv{
    border-radius: 2px;
    width: 350px;
	height: auto;
	border: 1px solid lightgray;
    padding: 18px;
    background: #ffffff;
}
.userinputDiv {
    position: relative;
    width: 90%;
    text-align: left;
    padding: 8px;
    padding-left: 2px;
    border: 0px solid #000000;
}
.userinputDiv .inputText {
    height: 35px;
    width: 100%;
    padding: 5px 10px 5px 35px;
    outline: none;
    border: none;
    border-bottom: 1px solid #bababa;
    font-weight: bold;
    text-transform:uppercase;
    color: #333333;
    /* background: url(../images/clientuser.png) no-repeat left;
    padding-left:35px;
    background-size: 30px; */
}
.user{
    background: url(../images/profileblue4.png) no-repeat left;
    background-size: 30px;
}
.Key{
    background: url( "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' %20width%3D%2224%22%20height%3D%2224%22%3E%0A%3Cpath%20d%3D%22M21%2C10h-8.35C11.83%2C7.67%209.61%2C6%207%2C6c-3.31%2C0%20-6%2C2.69%20-6%2C6s2.69%2C6%206%2C6c2.61%2C0%204.83%2C-1.67%205.65%2C-4H13l2%2C2l2%2C-2l2%2C2l4%2C-4.04L21%2C10zM7%2C15c-1.65%2C0%20-3%2C-1.35%20-3%2C-3c0%2C-1.65%201.35%2C-3%203%2C-3s3%2C1.35%203%2C3C10%2C13.65%208.65%2C15%207%2C15z%22%20fill%3D%22%23003f6a%22%20%2F%3E%0A%3C%2Fsvg%3E" )  no-repeat left;
    background-size: 24px;
}
.Guard{
    background: url(../images/verified_Blue_2.jfif) no-repeat left;
    background-size: 24px;
}
.Pan{
    background: url(../images/ID-Card-blue1.png) no-repeat left;
    background-size: 24px;
}
.Mobile
{
    background: url( "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' %20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M15.5%2C1h-8C6.12%2C1%205%2C2.12%205%2C3.5v17C5%2C21.88%206.12%2C23%207.5%2C23h8c1.38%2C0%202.5%2C-1.12%202.5%2C-2.5v-17C18%2C2.12%2016.88%2C1%2015.5%2C1zM11.5%2C22c-0.83%2C0%20-1.5%2C-0.67%20-1.5%2C-1.5s0.67%2C-1.5%201.5%2C-1.5%201.5%2C0.67%201.5%2C1.5%20-0.67%2C1.5%20-1.5%2C1.5zM16%2C18L7%2C18L7%2C4h9v14z%22%20%0Afill%3D%22%23003f6a%22%2F%3E%3C%2Fsvg%3E" )  no-repeat left;
    background-size: 24px;
}

.userinputDiv .floating-label {
    opacity: 0.5;
    position: absolute;
    pointer-events: none;
    top: 40px;
    color: #000000;
    left: 40px;
    transition: 0.2s ease all;
}
.inputText:focus{
    border-bottom: 1px solid #0084ff;
}
.userinputDiv input:focus~.floating-label,
.userinputDiv input:not(:focus):valid~.floating-label {
	color: #000000;
	background-color: #FFFFFF;
	top: 16px;
	left: 2px;
	font-size: 13px;
	opacity: 1;
	padding: 0px 4px 0 4px;
}
.mandatory{
    color: red;
}
.input{
    width: 80%;
    background: #eceef4;
    border: 1px solid #e8eff1;
    padding: 15px;
    border-radius: 5px;
    text-transform: uppercase;
}
.input:focus{
    background: #FFFFFF;
}
.aligntext{
    padding:8px;text-align: left;
}
.submitbtn{
    width: 100%;
    color: #FFFFFF;
    background: #003f6a;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}
.contentOTPdiv{
    /* border-radius: 20px; */
    width: 500px;
	/* height: 490px; */
	border: 1px solid lightgray;
    padding: 18px;
    background: #ffffff;
}
.otptext{
    border-radius: 5px;
    margin-left: 10px;
    width: 250px;
    padding: 10px;
    border: 1px solid gray;
    text-align: center;
}
.Resendotp{
    width: 50%;
    color: #000000;
    background: transparent;
    font-size: 12px;
    border: none;
    cursor: pointer;
}
.loader{margin-top: 30%;}
.spanloadtext{font-size: 30px; color: #666464;font-weight: bold;}
#mask {position:absolute;left:0;top:0;z-index:9000;background-color:#000;display:none;opacity: 0.6}
#boxes .window {position: absolute;left:33%;right:50px;top:50px;width:33%;height:550px;display:none;z-index:9999;border-radius: 12px;}
#boxes #dialog {padding:2px;background-color:#ffffff; }
.closebtn{float: right;cursor: pointer;width:5%;color: white;background: #666464;box-sizing: border-box;border-radius: 50%;}
.closebtn:hover{background: red;}
@media (max-width: 800px)
{
    .HomeMenuLink
    {
        padding: 10px;
        width: 150px;
        margin-left: 10px;
    }
    .HomeMenudiv {
        margin-left: 4%;
        flex-wrap: wrap;
    }
}
@media (max-width :400px)
{
    .HomeMenuLink
    {
        padding: 10px;
        width: 145px;
        margin-left: 10px;
    }
    .HomeMenudiv
    {
        margin-left: 2%;
        flex-wrap: wrap;
    }
    .aligntext{
        padding:5px 0px;text-align: left;
    }
    .input{
        width: 80%;
        background: #eceef4;
        border: 1px solid #e8eff1;
        padding: 12px;
        border-radius: 5px;
        text-transform: uppercase;
    }
    .contentdiv{
        border-radius: 2px;
        width: 95%;
        height: auto;
        border: 1px solid lightgray;
        padding: 5px;
        border-radius: 2px;
    }
    .contentOTPdiv{
        border-radius: 2px;
        width: 92%;
        height: 420px;
        border: 1px solid lightgray;
        padding: 15px;
    }
    .otptext{
        width: 50px;
        height: 50px;
        border-radius: 5px;
        margin-left: 10px;
        padding: 5px;
        border: 1px solid gray;
        text-align: center;
    }
    
    #mask {position:absolute;left:0;top:0;z-index:9000;background-color:#000;display:none;opacity: 0.6}
    #boxes .window {position: absolute;left:7px;right:10px;top:70px;width:95%;height:550px;display:none;z-index:9999;border-radius: 12px;}
    #boxes #dialog {padding:2px;background-color:#ffffff; font-size: 12pt;}
    .closebtn{float: right;cursor: pointer;color: white;background: #666464;box-sizing: border-box;border-radius: 50%;}
    .closebtn:hover{background: red;}
}