@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:#2d5986;*/
background: #00070a;
background: linear-gradient(113deg, rgba(0, 7, 10, 1) 0%, rgba(8, 0, 0, 1) 27%, rgba(45, 89, 134, 1) 93%);
}

.card{
	border-radius: 15px; 
  background: rgb(11,31,70);
/*  background: radial-gradient(circle, rgba(11,31,70,0.3477766106442577) 62%, rgba(5,80,140,1) 100%, rgba(5,80,140,1) 100%);*/
background:rgba(255, 255, 255, 0.2);
	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/pic3.jpg');
  background-size:100% 100%;
  border-right:4px solid #fff;
  border-radius:0px 200px 200px 0px;
}


.side-design2{
  height:100vh;
}

