.dios-form-button2 {
  padding: 2px 10px;
  color: #fff;
  background-color: #E40521;	
  justify-content: center;
  align-items: center;
  border-left: 1px solid #000;
  cursor: pointer;
font-family: Tyrs;
  font-size: 15px;  
}

.dios-form-button3 {
  padding: 2px 10px;
  color: #fff;
  background-color: #000;	
  justify-content: center;
  align-items: center;
  border-left: 1px solid #000;
  cursor: pointer;
font-family: Tyrs;
  font-size: 15px;  
}

.dios-form-button {
	padding: 2px 10px;
  color: #fff;
  background-color: #E40521;
	display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-left: 1px solid #000;
  cursor: pointer;
  
}
.dios-form-div-button {
	gap: 10px;
	display: flex;  
	align-items: 
	stretch; margin: 
	0px 10px 15px;
	padding:10px;
	background-color:#000;
	color:#fff;
  
}
.dios-logo1 {
    text-align: center;
text-transform: none;
margin-top: -70px;
}
.dios-logo2 {
width: 124px;
height: 124px;
xborder: 5px solid #FFFFFF;
position: relative;
margin-bottom: 15px;
}

.dios-login3 {
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.dios-login-input {
font-family: Work Sans,sans-serif;
}
.dios-eform-box {
 margin: 0 0 15px;
  padding: 0 7.5px;
  flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.dios-eform-box-2 {
 padding: 15px;
  height: 100%;
  background-color: #fff;
  color: #000;
}
.dios-eform-input-text {
	width: 100%;
}
.dios-eform-input-table {
	xwidth: calc(100% - 1px);
	width: 100%;
	border: 0px;
}
input {
    box-sizing: border-box;
    padding: 0
}

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}


.autocomplete-items {
  position: absolute;
  color:#000;
  display:block;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 5px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.wrapperform {
  display: block;
  width: 1110px;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1130px) { 
.wrapperform {
  width: unset; 	
  display: flex;
  align-items: center;
  justify-content: center;
}
}

.wrapperform-portrait {
  display: block;
  width: 920px;
  align-items: center;
  justify-content: center;
}

@media (min-width: 920px) { 
.wrapperform-portrait {
  width: unset; 	
  display: flex;
  align-items: center;
  justify-content: center;
}
}