body {
  background-image: url("../../assets/img/login.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 700px;
  background-attachment: fixed;
}

.login {
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  width: 30%;
  min-width: 31.58px;
  height: 455px;
  min-height: 480px;
  margin: 0 auto;
  border: 2px solid rgb(0, 0, 0);
  border-radius: 42px;
  background-color: rgba(225, 220, 220, 0.65);
  min-width: 270px;
}

.user.logo {
  display: block;
  position: relative;
  top: 47px;
  left: 0;
  right: 0;
  z-index: 1;
  width: 145px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.user.logo {
  display: block;
  position: relative;
  top: 47px;
  left: 0;
  right: 0;
  z-index: 1;
  width: 145px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  width: 131px;
  height: 131px;
  margin: 0 auto;
  overflow: hidden;
}

