﻿ .wrap-login {
    margin:0px;
    padding:0px; 
    width:100%;
    height:100%;
    /*background-image: url(/images1/1646531.jpg), url(/digital/images1/1646531.jpg);*/ /*Commented by Vinod on 21 nov 2024*/
    background-image: url('../../images1/1646531.jpg'); /*Added by Vinod on 21 nov 2024*/
   background-size: 100% 100%;
        }
        .row_box
        {    background-color: white;
    height: 386px;
    border-radius: 10px;
    margin-top: 125px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 15px 0px #bec9ea;
}

    .login_header
    {
        width:100%;
        height:80px;
       
    }
    .img_logo
{
width:75px;
border-radius:30px;
background-color:#fff; 
margin-top: 15px;
  }
  .logo
  {
         width: 35%;
    margin: auto;
    height: 70px;
  }
  .title
  {
          font-size: xx-large;
    font-weight: inherit;
    color: #2a3b6f;
  }
  
  .logo_title
  {
      margin-top: -51px;
    margin-left: 75px;
  }
  .container1
  {
      width:99%;
  }
  .tablerow
  {
      margin: auto;
    color:#666666;
    font-size: smaller;
    width: 75%;
    margin-top: 40px;
    height: 190px;
    
  }
  .lbl
  {
      display: inline-block;
    font-weight: 700;
    font-family: Poppins-Regular;
    font-size: 15px;
    color:#9c9797;
  }
  .text
  {
      background-color: Transparent;
    width: 100%;
    outline: none;
    border: none;
    height: 45px;
    padding: 0px 5px;
    border-radius: 3px;
  }
  .tablerowfooter
  {
      margin: auto;
    color: #545151;
    font-size: smaller;
    width:100%;
    text-align:right;
  }
  .btnsubmit
  {
      font-size: 13px;
      font-weight: bold;
      margin-top: 1% !important;
      border-radius: 15px;
  }
  
  .btnsubmit:hover
{
    /*background-color: #d7e1ef !important;*/
    color:Black !important;
	background:#F59445;/*#DF4F13 /*#ededed;*/
}
  ::placeholder 
  {
      color:#d7e1ef;
  }
  @media (max-width: 600px)
{
     .logo
  {
         width: 80%;
    margin: auto;
    height: 70px;
  }
   .row_box
        {    background-color: white;
    height: 386px;
    border-radius: 10px;
    margin-top: 70px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    }
    
    .btnsubmit
  {
      font-size: 13px;
      font-weight: bold;
      margin-top: 1% !important;
      border-radius: 15px;
  }
  
  .btnsubmit:hover
{
    /*background-color: #d7e1ef !important;*/
    color:Black !important;
	background:#e28a05;/*#DF4F13 /*#ededed;*/
}
}