﻿body {
        margin: 0;
        padding: 0;
        font-family: Arial, sans-serif;
    }
    .container {
        display: flex;
        height: 100vh;
    }
    .left {
        flex: 1.1 !important;
        background: white !important; /* Change this to the background color/image you want */
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .right {
        flex: 3;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #login-form {
        width: 300px;
        padding: 20px;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    #login-form input {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
    }
    #login-form button {
        width: 100%;
        padding: 10px;
        background: #007bff;
        color: #fff;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }

img {
    width: 100%;
    height: 100%;
}

span.rmbpass2._class {
    display: block;
}

#pnlmobiotp{
	background-color: white !important;
	height: 250px !important;
}



input#txtUserName {
    width: 320px;
    height: 37px;
margin-left: 10px;
}

input#txtPassword {
 width: 320px;
    height: 37px;
margin-left: 10px;
}

input#save {
width: 125px;
    height: 37px;
    margin-right: -22px;
padding-block: inherit;
}

@media (min-width: 1200px)
.container {
    width: 100% !important;
}

input#save {
    background-color: #295461;
    color: white;
background: linear-gradient(to right, #d0e7ff, #214282);
}

a#LinkButton1 {
    display: block;
 color: red !important;
}

input#txtUserName {
    margin-bottom: 16px;
}

input#txtPassword {
 margin-bottom: 16px;
}

input#save {
margin-bottom: 16px;
margin-top: 16px;
border: 0px;
}

a#LinkButton1 {
color: rgb(40, 40, 60);
}

input#chkRember {
    margin-right: 12px;
}

.container {
    width: 100% !important;
    height: 100vh !important;
}

span#lblError {
    color: red;
}

span#RequiredFieldValidator5 {
    position: absolute;
    margin-left: -523px;
    color: red;
    margin-top: -42px;
}

div#pnlForgetPwd {
    position: absolute;
    margin-left: -367px;
    width: 530px !important;
    height: 275px !important;
    width: 350px !important;
    margin-top: 80px;
}

input#btnsendotp {
    background-color: #27c24c;
    color: white;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 95px !important;
}

input#btnsendotp {
    /* background-color: #27c24c; */
    width: 95px !important;
    height: 34px !important;
    margin-left: -69px !important;
}

input#btnforgetPwdClose {
    width: 95px !important;
    height: 34px !important;
    margin-left: 15px !important;
    padding: 1px 6px !important;
}

input#btnforgetPwdClose {
    background-color: red !important;
}

span#RequiredFieldValidator2 {
    color: red;
}

 img#imgCapchanew {
    width: 150px;
    height: 33px;
}
label#lblCapcha {
       margin-left: -333px;
    position: absolute;
    margin-top: 70px;
}

 span#RequiredFieldValidator5 {
    position: absolute;
    margin-top: 39px;
}

input#txtPassword {
    margin-top: 10px;
}

span#RequiredFieldValidator8 {
    color: red;
}

span.rmbpass2._class {
    margin-top: 8px;
    margin-left: -150px;
}

span#RequiredFieldValidator8 {
    display: block;
    position: absolute;
    margin-top: -13px;
}

.container {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

form#form1 {
    text-align: center;
}

a#LinkButton1 {
    margin-left: -145px;
}
input#save {
    margin-left: -12px;
}

span#RequiredFieldValidator5 {
    margin-left: -310px;
}
span#RequiredFieldValidator2 {
    margin-left: -142px;
}

span#RequiredFieldValidator8 {
    margin-left: 38px;
}
.left {
    width: 25vh;
    display: flex;
    flex-direction: column;
}


svg.svg-inline--fa.fa-user.fa-w-14 { 
 padding: 5px;     
 width: 34px;     
 height: 34px;    
 background-color: rgba(0, 0, 0, 0) !important; 
     position: absolute;  
    margin-bottom: -10px; 
     margin-left: 22px;
  }  


svg.svg-inline--fa.fa-lock.fa-w-14 {  
padding: 5px;     
 width: 34px;     
 height: 34px;     
 background-color:  rgba(0, 0, 0, 0) !important;  
  position: absolute;  
    margin-bottom: -10px;   
   margin-left:22px; 
margin-top: 11px;
 }   


svg.svg-inline--fa.fa-user.fa-w-14 {      display: initial !important;  }   

svg.svg-inline--fa.fa-lock.fa-w-14 {      display: initial !important;  }

a#LinkButton1 {
    margin-top: -89px !important;
    margin-left: 200px !important;
}

form#form1 {
    padding-top: 100px;
}


#txtUserName {
      border-radius: 25px; /* Adjust as needed */
      padding: 10px 50px;
      border: 1px solid #ccc;
      outline: none;
      transition: all 0.3s ease;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      font-size: 16px;
      background-color: #fff;
    }

    #txtUserName:focus {
      border-color: #007bff;
      box-shadow: 0 4px 12px rgba(0, 123, 255, 0.2);
    }

    #txtUserName::placeholder {
      color: #888;
      opacity: 1; /* Override default opacity in some browsers */
    }


#txtPassword {
      border-radius: 25px; /* Adjust as needed */
      padding: 10px 50px;
      border: 1px solid #ccc;
      outline: none;
      transition: all 0.3s ease;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      font-size: 16px;
      background-color: #fff;
    }

    #txtPassword:focus {
      border-color: #007bff;
      box-shadow: 0 4px 12px rgba(0, 123, 255, 0.2);
    }

    #txtPassword::placeholder {
      color: #888;
      opacity: 1; /* Override default opacity in some browsers */
    }

   .btnsave_class {
      border-radius: 25px; /* Rounded corners */
      padding: 10px 20px;
      border: none;
      outline: none;
      background-color: #007bff;
      color: #fff;
      font-size: 16px;
      cursor: pointer;
      transition: background-color 0.3s ease, box-shadow 0.3s ease;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .btnsave_class:hover {
      background-color: #0056b3;
      box-shadow: 0 4px 12px rgba(0, 86, 179, 0.2);
    }



