@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

@font-face {
    font-family: 'ubuntu';
    src: url('fonts/Ubuntu/Ubuntu-Light.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}


.title {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
  color: black;
  font-size: 2em;
  font-weight: bolder;
  font-family: 'ubuntu', "Times New Roman", Times, serif;
}

.context {
  text-align: center;
  font-style: italic;
  font-size: 1em;
  margin: 20px;
}

table {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  font-size: 1.2em;
  color: black;
}
table tbody tr label {
  margin-top: 30px;
}
table tbody tr input {
  margin-top: 30px;
  border: none;
  border-bottom: 0.15em solid #1141a8;
  width: 100%;
}
table tbody tr input::after {
  background-color: white;
}

#country-code{
  margin-top: 37px;
  border: none;
  border-bottom: 0.15em solid #1141a8;
  width: fit-content;
  margin-right: 5px;
}
#country-code:hover{
  margin-top: 37px;
  border: none;
  border-bottom: 0.15em solid #1141a8;
  width: fit-content;
  margin-right: 5px;
}
#country-code:active{
  margin-top: 38px;
  border: none;
  border-bottom: 0.15em solid #1141a8;
  width: fit-content;
  margin-right: 5px;
}

button {
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 5px 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-size: 1.2em;
  border-collapse: collapse;
  font-weight: bolder;
  font-family: 'ubuntu', "Times New Roman", Times, serif;
  background-color: #1141a8;
  color: white;
}

/*# sourceMappingURL=inscription.css.map */
