/* @import url('https://fonts.googleapis.com/css2?family=Play&display=swap');*/

*{
  font-family: 'Play', sans-serif;
}


@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}


body {


  background: linear-gradient(0deg, black, #3a3563);
  background-size: 100% 100%;

  height: 100vh;
  
}
.container{
  position: relative;
  /* top: 60px; */
  max-width: 380px;
  max-height: 500px;
  margin: auto auto ;
  align-self: center;
}

/* .box{
  width: 500px;
} */

.btn {
  outline: 0;
  border: none;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  box-shadow: inset 2px -3px rgba(0, 0, 0, 0.15);
}

.btn:focus {
  outline: 0;
  -webkit-outline: 0;
  -moz-outline: 0;
}

.fullscreen_bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  /* background-image: url('images/background.webp'); */
  background-repeat: repeat;

  display: flex;
  flex-direction: column;
  overflow: auto;
}

.logo {
  /* position: relative; */
  width: 250px;
  /* height: 80px; */
  display: block;
  margin: 0 auto;
  /* margin-top: 100px; */

}
/* 
.form-signin .form-signin-heading,
.form-signin {
  margin-bottom: 10px;

} */

/* .title {
  
  color: #fff;
  text-align: center;
} */


/* .form-signin .form-control:focus {
  z-index: 2;
} */
