* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, sans-serif;
  background-color: #f2f2f2;
}

.container {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

form {
  text-align: center;
}

h2 {
  margin-bottom: 20px;
}

.input-container {
  margin-bottom: 15px;
  text-align: left;
}

label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

input[type="text"],
input[type="password"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

button {
  width: 100%;
  padding: 10px;
  background-color: #ff6600; /* Change this to the desired shade of orange */
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

button:hover {
  background-color: #cc5500; /* Change this to the desired hover color */
}
.error-message {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  text-align: left;
  color: red; /* Set the text color to red */
  font-size: bold; /* Adjust the font size as needed */
  margin-top: 10px; /* Add spacing above the error message */
}
/* Stilizacija padajućeg menija */
#targetLanguage {
  margin-left: 290px;
  padding: 5px;
  background-color: #fff; /* Boja pozadine */
  border: 1px solid #ccc; /* Okvir */
  border-radius: 5px; /* Zaobljeni uglovi */
}

/* Stilizacija opcija u padajućem meniju */
#targetLanguage option {
  background-color: #fff; /* Boja pozadine */
}
select option img {
  width: 20px; /* Postavite željenu širinu za slike */
  height: auto; /* Automatski očuvajte odnos širine i visine */
  margin-right: 10px; /* Dodajte željeni razmak između slike i teksta */
}
.flag-container {
  position: relative;
}

.flag {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 1px;
  height: auto; /* Automatski očuvajte odnos širine i visine */
  top: -25px;
  margin-bottom: 90px;
  margin-right: 120px;
  margin-left: 260px;
}
