.holder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 400px;
  max-width: 450px;
}
.login-div {
  /* min-width: 400px;
  max-width: 40%; */
  width: 100%;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 8px;
  background-color: white;
  margin-top: 50px;
}
.logo img {
  width:100px;
  height:100px;
  border-radius: 50%;
}
.modal-content {
    width: 50%;
    padding: 40px;
    margin: 20% auto;
    color: #cdcdcd;
    text-align: center;
    border: 1px solid #888;
    background-color: #232323;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;;
}
@media screen and (max-width: 760px) {
    .modal-content {
        margin: 40% auto;
        width: 90%;
    }
}
/*.select-wrapper input.select-dropdown, .dropdown-content li>a,.dropdown-content li>span {
  font-size: 12px;;
}*/
