
.img-account-profile {
    height: auto;
    box-sizing: border-box;
    max-width: 100%;
    border:1px solid black;
    object-fit: contain;
}
  input[type="file"]{
    font-size: 12px;
    margin-left: 55px;
    margin-top: 16px;
  }

  .login-background{
    /* margin: 3px; */
    text-align: center;
    background-image: url("images/chitrakoot.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  
  }

  .form-box {
    background-color: rgba(225, 234, 235, 0.2);
    width: 80%;
    border-radius: 8px;
    padding: 10px 10px;
    box-shadow: 0 10px 25px rgba(217, 219, 221, 0.2);
    margin-left: 55%;
    margin-top: -20px; 
    
  }
 
  .msg{
    margin:0;
    padding:0;
    background-color: rgba(152, 196, 205, 0.1);
  }
    


  /* page-body-wrapper full-page-wrapper auth auth-bg-1 theme-one */