body {
  background-color: #dddddd;
  background-position:center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: auto;
  font-family: Arial, sans-serif;

  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100vh;
}
tr{
  text-align: center;
}
.bgbody{
  
}
.captcha {
    display: flex;
  justify-content: center;
  align-items: center;
paddng:20px;
text-align:center;
}

.horizontal-radio-score {
  display: flex;
  justify-content: center;
  align-items: center;
}

.horizontal-radio {
  display: flex;
  justify-content: center;
  align-items: center;
}

.horizontal-radio label {
  margin: 0 10px;
}

.header,
.footer {
  background-color: #002634;
  color: white;
  padding: 20px;
  text-align: center;
}
.modal-open {
  height: 100%;
  overflow: hidden;
  background-color: rgba(175, 175, 175, 0.8);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.8)
}

.footer-container,
.header-container {
  max-width: 500px;
  margin: 0 auto;
}
main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  
}
.btn-fcont{
display: flex;
  justify-content: center;
  align-items: center;
paddng:20px;
}
.form-container {
  
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  max-width: 800px;
  width: 100%;
  background-color:rgba(255,255,255,.9);
  padding: 20px;
}

.form-card {
  max-width: 500px;
  width: 100%;
  padding: 20px;
  opacity: 85%;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.7);
}

.form-group {
  margin-bottom: 10px;
}

.form-group label {
  display: block;
}

.form-group input[type="radio"] {
  margin-right: 10px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.form-submit {
  text-align: center;
  margin-top: 20px;
}

.button {
  font-size: 16px;
  padding: 15px 20px;
  border-radius: 8px;
  background-color: #092535;
  color: white;
  border: none;
  cursor: pointer;
}
.button:hover{
  font-weight: bold;
  background-color: #092535;
  color: white;
}
.rejectbtnc {
  font-size: 16px;
  padding: 12px 18px;
  border-radius: 8px;
  background-color: #092535;
  color: white;
  border: none;
  cursor: pointer;
}
.rejectbtnc:hover {
  font-weight: bold;
padding: 12px 18px;
  background-color: #092535;
  color: white;
}

.acceptbtnc {
  font-size: 16px;
  padding: 12px 18px;
  border-radius: 8px;
  background-color: #06947c;
  color: white;
  border: none;
  cursor: pointer;
}
.acceptbtnc:hover{
  font-weight: bold;
padding: 12px 18px;
  background-color: #06947c;
  color: white;
}