@import url('https://fonts.googleapis.com/css2?family=Barlow: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');

body{
	font-family: "Barlow", sans-serif;
/*background: #054f12;
background: linear-gradient(329deg, rgba(5, 79, 18, 1) 0%, rgba(8, 128, 58, 1) 0%, rgba(2, 23, 4, 1) 100%);*/
background:url('../img/panda-one.png');
background-size:cover;
}

.card{
	border-radius: 15px; 
  /*background: rgb(11,31,70);*/
/*background:rgba(255, 255, 255, 0.2);*/
background:rgba(77, 77, 77, 0.5);
	border: 1px solid white;
}


@media (min-width: 600px) and (max-width: 600px) {
  .login-card {
    width: 100%;
    height: 100%;
  }
}

.login-design{
  justify-content:center;
  align-items:center;
  margin-top:7%;
}

.side-design{
  height:100vh;
  background:url('../img/red-panda.png');
  background-size:100% 100%;
  /*border-right:4px solid #fff;*/
  /*border-radius:0px 200px 200px 0px;*/
}


.side-design2{
  height:100vh;
}


@media (max-width: 768px) {
    .login-design p,
    .login-design h4 {
        color: #ffffff !important;
    }
}

