*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
    background-image: url('images/120.jpg');
   
    background-repeat: no-repeat;
    background-size: cover;
}

.logo{
    width:18%;
    padding: 35px;
}
.logo img{
    width: 100%;
}
.container{
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 157px;

 
}
.container{
    margin-top: 50px;
}
.card{
width: 26%;
}
.card img{
    width: 100%;
}

.card1 {
    border: 4px solid #DD4B39;
    border-radius: 35px;
    width: 27%;
    background-color: #FFFFFF80;
   position: relative;
    
}

.avator .fa-user{
font-size: 70px;
color: #DD4B39;
}
.icon {
    float: right;
    position: absolute;
    right: 49px;
    top: 10px;
  
    z-index: 2;
  }
  .forms-sample{
    margin-top: 100px;
  }
   
  .avator{
    width: 100px;
    height: 100px;
    border: 4px solid #DD4B39;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -51px;
    background-color: #e5e5e5;
    left: 34%;
}
#txtUserLoginname {
    border-radius: 10px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #DD4B39 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
#txtPassword {
    border-radius: 10px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #DD4B39 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
#txtMobileNo {
    border-radius: 10px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #DD4B39 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
  .btn{
    width: 47%;
    background-color:#DD4B39 ;
   color: #000000;
   font-size: 17px !important;
    font-weight: bold;
  }
.text {
    position: absolute;
    top: 52px;
    left: 40%;
}
  @media(max-width:1024px){
    .card{
        width:40%;
    }
    .card1{
        width:47%;
    }
  
  }
  @media(max-width:1000px){
    body {
        /*background-image: url('./Assets/mascot\ 20\ op.png');*/
        background-image: url('images/mascot 20 op.png') !important;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
  .container{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 66px;
  }
  .card{
    display: none;
  }
  .logo {
    width: 29%;
  }

  }
  @media(max-width:500px){
    .card1{
        width:100%;
    }
    .logo{
        width: 100%;
        text-align: center;
    }
    .logo img{
       
        width: 61%;
    }
    .avator{
        left:38%
    }
  }
.otpsucc{
    color:green;
    font-weight:bold
}
.invaotp{
    color:red;
    font-weight:bold;
}