html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  position: relative;
  background: url('../images/aa.jpg') !important;
  background-size: 100% 100% !important;
}

.form {
  background: #fff;
  padding: inherit;
  border-radius: 3px;
  margin-top: 40px;
  margin-left: 400px;
  width:400px;
}

.form .form-cap {
font-family: 'Noto Sans', sans-serif;
font-size: 20px;
position: relative;
background: #1571ce !important;
color: #fff;
padding: 8px 15px;
top: -15px;
width: calc(100% + 30px);
left: -15px;
border-radius: 3px 3px 0 0;
text-align:center;
}
.form .form-group .loadimage {
display: inline-block;
width: 100%;
height: 150px;
overflow-y: auto;
margin-top: 15px;
}
.form .form-group .loadimage img {
width: 150px;
height: 70px;
margin: 5px;
}
.submit{
margin-left:250px;

}
.bg-dark {
  background-color: #1571ce!important;
}
