body {
  font-family: 'Myriad Pro', 'Trebuchet MS', sans-serif;
}
.login_header{
  background: #7b1fa2;
  color:antiquewhite;
  font-size: 12px;
  font-weight:bold;
}
.form-control{
  width:100%;
}
.login_button
{
  background: #448aff;
  color:antiquewhite;
  font-weight:bold;
}
.cancel_button
{
  background: #ff1744;
  color:antiquewhite;
  font-weight:bold;
}
a
{
    color:#ff1744;
    font-weight:bold;
}

@media (min-width: 801px) {
    .modal-dialog {
        width: 25%;
    }
}
@media (min-width: 600px) and (max-width:800px) {
    .modal-dialog {
        width: 35%;
    }
}
@media (max-width: 599px) {
    .modal-dialog {
        width: 90%;
    }
}