.modal-dialog,
.modal-content {
    /* 80% of window height */
    height: 480px;
}
.modal_item {
  margin-bottom: 20px;
}
.modal-title {
  text-align: center;
}

.dialog_login {
  color: white;
  background-color: teal;
}
.dialog_entry {
  color: white;
  background-color: crimson;
}

.color_text_red {
  color: red;
}
#login_comment {
  display: none;
}
#button_free {
  display: none;
}
#button_toll {
  display: none;
}
#button_resource {
  display: none;
}