body{
    box-sizing: border-box;
    /* background-image: url("../Asset/Bgc1.webp"); */
    background-image: url("../Asset/bgimg1.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    
    background-position: center;
    background-size: cover;
}


.loginpanel{
    box-sizing: border-box;
    width: 300px;
    height: 400px;     
    position: absolute;
    bottom: 0;
    left:0;
    top:0;
    right: 0;
    margin: auto;
    border:1px solid gainsboro;
    border-radius: 2%;
    
}

.home{
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 0;
    left:0;
    top:0;
    right: 0;
    margin: auto;
    margin: 0px auto;
    border-radius: 50%;
    position: absolute;
   margin-top: 20px;

}

.forgetpasssignup{
    text-align: center;
    width: 200px;
    height: 50px;
    margin: 0 auto;
    margin-right: 55px;
}

.forgetpasssignup ul li{
    display: block;
       
}

.forgetpasssignup ul{
    margin-top: 15px;
       
}
.forgetpasssignup ul li a{
    text-decoration: none;
}

form a{
    text-decoration: none;
    color: #fff;
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
  }

.btn{
    background-color: #2654a1;
}

.btn:hover{
    background-color: #d7e9f5;
    color: black;
}

@media screen and (min-width: 480px) {
    .loginpanel{
        max-width: 100%;
        max-height: 480px;

    }
  }