
.container{
  display: flex;
  justify-content:center;

}

.alert {
  display: none;  
}

.form-container {
  background: rgba(255, 255, 255, 0.9);
  margin: 5% auto;
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.form-title {
  text-align: center;
  margin-bottom: 1.5rem;
}

.alert {
  display: none;  
}
.signin {
  width: 100%;
  font-size:17px;
    font-weight: 600;
  color: #ffff;
  background-color:rgb(13,110,253);
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  line-height: 24px;
  border-radius: 9px;
  box-shadow: 0px 0px 2px #2B3044,
    0px 2px 10px #404d42;
 
}