body{
  width: 98%;
  background: linear-gradient(to right,
  #c471ed,
  #12c2e9,
  #c471ed,
  #f64f59
  );
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper{
  margin-top: 100px;
  position: relative;
}

.circle{
  position: absolute;
  height: 150px;
  width: 150px;
  background-color: #000000;
  border-radius: 50%;
}

.circle-1{
  background: #12c2e9;
  right: -60px;
  top: -60px;
}

.circle-2{
  background: #f64f59;
  bottom: -60px;
  left: -60px;
}

.form{
  position: relative;
  width: 400px;
  height: 460px;
  background: #ffffff1a;
  border-top: 1px solid #ffffff80;
  border-left: 1px solid #ffffff4d;
  border-right: 1px solid #ffffff4d;
  border-bottom: 1px solid #ffffff33;
  border-radius: 12px ;
  backdrop-filter: blur(12px);
  box-shadow: 0 26px 42px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;

}

form{
  width: 75%;
}

h1{
  color: white;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 2px;
  font-size: 1.2em;
}

input, button{
  width: 100%;
  font-size: 1.1em;
  display: block;
  box-sizing: border-box;
  margin: 20px auto;
  padding: 12px 20px;
  background: #ffffff1a;
  border-top: 1px solid #ffffff33;
  box-shadow: 0 8px 21px #f0f0f0f0;
}

input:focus{
  outline-color: #f0f0f0;
  color: #ffffee;
}

input::placeholder{
  color: white;
}

button{
  background: #f64f59;
  cursor: pointer;
  color: white;
  transition: 0.5s;
}

.forgot-password{
  text-align: center;
}

a{
  color:white;
  text-align: center;
  text-decoration: none;
  font-size: 1.0em;
}

.alert{

  text-align: center;
  font-size: 1.1em;
  color: white;
  padding: 10px 18px;
}

.error{
  width: 100%;
  margin: auto;
  text-align: center;
  height: 100px;
}

.alert-danger{
  background: #f64f59;
}

.alert-success{
  background: #42ba84;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.form-group {
  position: relative; }
.form-group .icon {
  position: absolute;
  top: 12px;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 48px;
  background: transparent;
  font-size: 18px; }
.form-group .icon span {
  color: #fff; }

.form-control {
  height: 48px;
  background: rgba(0, 0, 0, 0.05);
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #b689b0;
  padding-left: 30px;
  padding-right: 0;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }
.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.8) !important; }
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.8) !important; }
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.8) !important; }
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.8) !important; }
.form-control:focus, .form-control:active {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.07);
  border-color: #b689b0; }


.form-group {
  margin-bottom: 1rem; }

.rounded {
  border-radius: 0.25rem !important;
border: 1px solid #ffffff;
  margin-bottom: 25px;
}

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.login-form{
  margin-bottom: 50px;
}