.dot1 {
    height: 150px;
    width: 150px;
    background-color: #81BBCC;
    border-radius: 50%;
    display: inline-block;
}
.dot2 {
    height: 130px;
    width: 130px;
    border-radius: 50%;
    display: inline-block;
}
.dot3 {
    height: 400px;
    width: 400px;
    background-color: #81BBCC;
    border-radius: 50%;
    display: inline-block;
}
.dot4 {
    height: 380px;
    width: 380px;
    border-radius: 50%;
    display: inline-block;
}
.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  margin-top: 30px;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
 
}
.login {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  margin-top: 30px;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.container-login100::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0.9);
}

.wrap-login100 {
  width: 100%;
  border-radius: 10px;
  --overflow: hidden;
  padding: 10px;

  background: #9152f8;
  background: -webkit-linear-gradient(top, #7579ff, #b224ef);
  background: -o-linear-gradient(top, #7579ff, #b224ef);
  background: -moz-linear-gradient(top, #7579ff, #b224ef);
  background: linear-gradient(top, #7579ff, #b224ef);
}

