@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.containerlog {
    width: 400px;
    min-height: 400px;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    padding: 40px 30px;
    margin: 0 auto;
    top: 100px;
   position: relative;
}
.containerlog .login-text {
    color: #111;
    font-weight: 500;
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 20px;
    display: block;
    text-transform: capitalize;
}

/* .containerlog .login-social {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
    margin-bottom: 25px;
}

.containerlog .login-social a {
    padding: 12px;
    margin: 10px;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    text-decoration: none;
    font-size: 1rem;
    text-align: center;
    color: #FFF;
    transition: .3s;
}

.containerlog .login-social a i {
    margin-right: 5px;
}

.containerlog .login-social a.facebook {
    background: #4267B2;
}

.containerlog .login-social a.twitter {
    background: #1DA1F2;
}

.containerlog .login-social a.google-plus {
    background: #db4a39;
}

.containerlog .login-social a.linkedin {
    background: #0e76a8;
}

.containerlog .login-social a.facebook:hover {
    background: #3d5fa3;
}

.containerlog .login-social a.twitter:hover {
    background: #1991db;
}

.containerlog .login-social a.google-plus:hover {
    background: #ca4334;
}

.containerlog .login-social a.linkedin:hover {
    background: #0b5c81;
} */

.containerlog .login-email .input-group {
    width: 100%;
    height: 50px;
    margin-bottom: 25px;
}

.containerlog .login-email .input-group input {
    width: 100%;
    height: 100%;
    border: 2px solid #e7e7e7;
    padding: 15px 20px;
    font-size: 1rem;
    border-radius: 30px;
    background: transparent;
    outline: none;
    transition: .3s;
}

.containerlog .login-email .input-group input:focus, .containerlog .login-email .input-group input:valid {
    border-color: #a29bfe;
}

.containerlog .login-email .input-group .btn {
    display: block;
    width: 100%;
    padding: 15px 20px;
    text-align: center;
    border: none;
    background: #a29bfe;
    outline: none;
    border-radius: 30px;
    font-size: 1.2rem;
    color: #FFF;
    cursor: pointer;
    transition: .3s;
}

.containerlog .login-email .input-group .btn:hover {
    transform: translateY(-5px);
    background: #6c5ce7;
}

.login-register-text {
    color: #111;
    font-weight: 600;
}

.login-register-text a {
    text-decoration: none;
    color: #6c5ce7;
}
/*Account*/
.main{
    position: relative;
    background-color: #f2f2f2;
    margin: 0 auto;
    margin-bottom: 150px;
    width: 70%;
    height:600px;
    display: flex;
    justify-content: space-around;
    
    }
.left,.right{
    width: 100%;
    
}
.topp{  
 
    width: 320px;
    height: 180px;
    margin-top: 10px;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    background-image: url("images/card.png");
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    font-weight: bold;
}

.block{
    display: block;
}

.pt{
    padding-top: 5px;
    padding-left: 20px;
}
.center{
    text-align: center;
    padding-top:70px;
    letter-spacing:2px;
    font-size: 18px;
    font-weight: bold;
}
.center1{
    text-align: center;
    }
.btm{
    width: 320px;
    background-color: white;
    height: 250px;
    margin-top: 10px;
    
}
.btm span{
font-size:17px;
padding: 20px;
}
.ctn{
    width: 500px;
    background-color: white;
    height: 300px;
    margin-top: 10px;
}
.ctn1{
    display: flex;
    margin-top: 20px;
    margin-left: 50px;
  
}
input{
    width: 250px;
    height: 40px;
    box-shadow: none;
    letter-spacing: 2px;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    
}
input:hover{
    border: 2px solid #4980D7;
}
.deposit{
    background-color: #4980D7;
    width: 120px;
    height: 40px;
    border-radius:5px;
    text-align: center;
    line-height: 40px;
    color: white;
    margin-left: 10px;
    cursor: pointer;
}
 /*Account*/   

 /*Admin*/
 .adminbg{
     background-color: red;
     
 }
 #customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  #customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
  }
  
  #customers thead
  {
      background-color: #f2f2f2;
      font-weight: bold;
      font-size: 1.5rem;
}
  
  #customers tr:hover {background-color: #ddd;}
  
  #customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
  }





 @media (max-width: 430px) {
    .containerlog {
        width: 300px;
    }
    .containerlog .login-social {
        display: block;
    }
    .containerlog .login-social a {
        display: block;
    }
}