body, html {
    height: min-100%;
    margin: 0;
}

body {
  color:#73879C;
  background:#2E2E2E;
  font-family:"Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
  font-size:13px;
  font-weight:400;
  line-height:1.471;
  background: url(../img/bg-01.png);
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header {
	text-align: center;
	margin-bottom: 20px;
}

.header > img {
	height: 200px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.container-fluid {
	padding-bottom: 20px;
}

.form {
	/** width: 500px; **/
    /** margin: 0 auto; **/
}

.form-inputs{
	margin-top: 20px;
}

.sms-label{
	background: white;
    margin-top: 10px;
    width: 190px;
    line-height: 30px;
}

#qrresult p {
	font-size: 1.3em;	
}

.btn-no-padding {
	padding: 0px;
}

.img-download {
	width: 100%;
}

label {
	color: #555555;
}