﻿.errorMsg {
    color: red;
}
.inputText {
    border: 1px solid silver;/*e2e2e2;*/
    background: #e2e2e2;
    color: blue;
    font-size: 12px;/*1.2em*/
    margin: 5px 0 6px 0;
    /*width: 200px;*/
    padding: 2px;
}
.sendBtn {
    border: 1px solid silver;/*e2e2e2;*/
    background: #e2e2e2;
    color: blue;
    padding: 5px;
}
.text-danger {
  color: #a94442;
  font-weight: 600;
}
a.text-danger:hover {
  color: #843534;
}