body {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

h1, h2, h3, h4, .navbar-brand {
  font-family: 'Times New Roman', Times, serif;
}

.navbar {
  border-bottom:  1px solid gray;
}

.dropdown-menu {
  border: 1px solid black;
}

.footer {
  border-top:  1px solid gray;
}

.card {
  border: 1px solid;
}

.card-header  {
  padding-bottom: 0px;
}

.card-body {
  padding-bottom: 0px;
}

.text-right {
  text-align: right!important;
}

.form-User {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-User .checkbox {
  font-weight: 400;
}
.form-User .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-User .form-control:focus {
  z-index: 2;
}
.form-User input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-User input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.QSO_Input #input_Callsign, .QSO_Input #input_Locator  {
  text-transform: uppercase;
}