
  .background-container { 
    background-repeat: no-repeat;
    
   min-width: 1540px;
   min-height: 695px;
  width: 1540px;
  height: 695px;
  background-image: url('/images/new.jpg') ;
  background-size: cover;
  
}
.containerx {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-box {
  width: 70%;
  height: 70%;
  max-width: 200px;
  max-height: 300px;
  padding: 20px;
  margin-top: 180px;
  margin-left: 688px;
}

h2 {
  text-align: center;
  margin-bottom: 20px;
  color: white;
}

form {
  display: flex;
  flex-direction: column;
}

label {
  font-weight: bold;
  margin-bottom: 5px;
}

input[type="text"],
input[type="password"] {
  padding: 8px;
  margin-bottom: 10px;
  border-radius: 3px;
  border: 1px solid #ccc;
}
input[type="text1"]{
  padding: 8px;
  width: 120px;
  margin-bottom: 10px;
  border-radius: 3px;
  border: 1px solid #ccc;
  opacity: 0.8;
}

button[type="submit"] {
  padding: 8px;
  background: linear-gradient(to right, #4a52ff, #b23cff);
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  opacity: 0.8;
}

button[type="submit"]:hover {
  background-color: #3e8e41;
}
.container1 {
  display: flex;
  align-items: center;
}

.container1 img {
  margin-left: 10px;
}

#send-sms-code {
  padding: 5px 10px;
}
.container2x{
  background: linear-gradient(to right, #4a52ff, #b23cff);
  width: 200px;
  height: 34.4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: red;
  font-size: 16pt;
}

#oneline{
  width: 200px;
  height: 34.4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: red;
  font-weight: bold;
  font-size: 12pt;
}

