body {
  font-family: "Times New Roman", serif;
  background: #fff;
  margin: 0;
  padding: 0;
}

.tc-container {
  width: 90%;
  margin: 20px auto;
  padding: 25px;
  border: 1px solid #000;
}

.header {
  text-align: center;
  position: relative;
}
.es{
 font-size:20px;
 color:black;
 font-weight:900;
 margin:0;
}



.corner-logo{
width:60px;              
position:absolute;       
top:10px; 
}
.left-logo{
left: 60px;               
}
.right-logo{
right: 60px;             
}

.tc-title {
  background: #000;
  color: #fff;
  padding: 6px 12px;
  display: inline-block;
  margin-top: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}

.form-content {
  margin-top: 20px;
}

.form-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 10px;
}

.form-row label {
  min-width: 220px;
}

.form-row input {
  flex: 1;
  border: none;
  border-bottom: 1px dotted #000;
  padding: 4px;
  font-size: 16px;
}

.subjects input {
  width: 70px;
}

.footer-note {
  text-align: center;
  margin-top: 25px;
}

.signatures {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  font-weight: bold;
}
.form-row input:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #000;
}

