
html, body {
  height: 100vh;
  margin: 0;
}



.dx-textbox{
  background-color: white !important;
}

.logincontainer{
  background-color: #05331D;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;

}
.fieldcontainer{
  display: flex;
  align-items: center;
  width: 500px;
  margin-left: 30px;
}

.logobox{
  background-color: white;
  width: 300px;
  height: 300px;
  padding: 10;
  
}

.logocontainer{
  display: flex;
  flex-direction: column; /* Set flex direction to column */
  justify-content: flex-end; /* Align content to the bottom */
  text-align: center; /* Horizontally center content */
  height: 85%; /* Adjust height as needed */
  margin-bottom: 10px;
}

.logoborder{
 margin-left: 20px;
  border: solid 1px darkgray;
  width: 230px;
}

.logosubtitle{
  margin-top: 10px;
  margin-left: 90px;
  color: #6D767D;
  font-size: medium;
  font-family: Arial, Helvetica, sans-serif;
  
}

.loginbox {
  background-color: #F3F3F3;
  width: 400px;
  height: 300px;
  
}

.dx-fieldset{
  text-align: center;
}


.dx-field{
  width: 600px;
}

.icon-box {
  width: 32px;
  height: 32px;
  border: 1px solid black;
  text-align: center;
  line-height: 32px; /* Vertical align the icon */
}

.logintitle {
  margin-top: 50px;
  text-align: center; 
  color: #AB8E30;
}