
html {
  height: 100%;
  margin: auto;
  background-color: white;
background-image:url('bg.jpg');
background-repeat:no-repeat;
background-size:cover;
  }

body {
  box-sizing: border-box;
  
  padding: 20px;
  background-color: #ffffff;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-family: 'Mukta Malar', sans-serif;
	font-family: 'PT Sans', sans-serif;
	font-weight: normal;
	color: #333333;
	margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  max-width: 600px;
  text-align: center;
  border: 1px solid rgb(110,110,112);
  border-radius: 14px;
}

div {
  margin-top: 25px;
  margin-bottom: 25px;
}

h1 {
  margin-top: 25px;
  margin-bottom: 25px;
  color:#0178C8;
}

h2{
	color:#63C5EA;
}

ol {
  text-align: left;
}
li {
  padding: 10px;
}

button {
  border-color: rgb(28,117,190);
  background-color: rgb(28,117,190);
  color: white;
  border-radius: 5px;
  
  font-size: 18px;
  padding:20px;
  font-weight: bold;
}

button.input-helper {
  background-color: rgb(190,190,190);
  border-color: rgb(190,190,190);
  color: rgb(110,110,112);
  margin-left: 3px;
}

button:disabled{
  background-color: rgb(190,190,190);
  border-color: rgb(190,190,190);
  color: white;
}

input[type='text'], input[type='password']{
  background-color: white;
  color: rgb(110,110,112);
  border-color: white;
  border-radius: 5px;
  height: 25px;
  text-align: center;
  font-size: 15px;
}

input:disabled {
  background-color: rgb(190,190,190);
  border-color: rgb(190,190,190);
}

input[type='radio']{
  position: relative;
  bottom: -0.33em;
  margin:0;
  border:0;
  height: 1.5em;
  width: 15%;
}

label {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 5%;
  display: inline-block;
  width: 80%;
  text-align: left;
}

input[type='radio']:checked+label {
  font-weight: bold;
  color: rgb(28,117,190);
}

.scanning-error {
  font-weight: bold;
  text-align: center;
}

.radio-div {
  box-sizing: border-box;
  margin: 2px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  color: rgb(110,110,112);
  border: 1px solid rgb(110,110,112);
  border-radius: 3px;
  width: 100%;
  padding: 5px;
}

#networks-div {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#device-id {
  text-align: center;
}

#scan-button {
  min-width: 100px;
}

#connect-button {
  display: block;
  min-width: 100px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

#password{
  margin-top: 20px;
  margin-bottom: 10px;
}

