body {
	background: url('../img/bg.jpg') center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 100% 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    height: 700px;

}


/*body {
    background: rgba(246,246,246,1);
    background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 6%, rgba(247,247,247,1) 38%, rgba(247,247,247,1) 74%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(246,246,246,1)), color-stop(6%, rgba(255,255,255,1)), color-stop(38%, rgba(247,247,247,1)), color-stop(74%, rgba(247,247,247,1)));
    background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 6%, rgba(247,247,247,1) 38%, rgba(247,247,247,1) 74%);
    background: -o-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 6%, rgba(247,247,247,1) 38%, rgba(247,247,247,1) 74%);
    background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 6%, rgba(247,247,247,1) 38%, rgba(247,247,247,1) 74%);
    background: linear-gradient(to bottom, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 6%, rgba(247,247,247,1) 38%, rgba(247,247,247,1) 74%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#f7f7f7', GradientType=0 );


    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 1%, rgba(246,246,246,1) 11%, rgba(246,246,246,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(1%, rgba(237,237,237,1)), color-stop(11%, rgba(246,246,246,1)), color-stop(100%, rgba(246,246,246,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 1%, rgba(246,246,246,1) 11%, rgba(246,246,246,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 1%, rgba(246,246,246,1) 11%, rgba(246,246,246,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 1%, rgba(246,246,246,1) 11%, rgba(246,246,246,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 1%, rgba(246,246,246,1) 11%, rgba(246,246,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 );


	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 100% 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}*/

@media only screen and (max-width: 800px) {
  body {
	  height: 1024px;
  }
}

@media only screen and (max-width:600px) {
  body {
	  height: 900px;
  }
}
@media only screen and (max-width: 500px) {
  body {
	  height: 750px;
  }
}
@media only screen and (max-width: 400px) {
  body {
	  height: 650px;
  }
}
@media only screen and (max-width: 350px) {
  body {
	  height: 600px;
  }
}
.tumb:hover {
	transition: all .2s ease-in-out;
	transform: scale(1.1);
}

img:hover {
	transition: all .2s ease-in-out;
	transform: scale(1.2);
}

.error {
	color: crimson;
}

.pw-lv-0{
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #D53434;
    border: 1px solid #D53434;
}
.pw-lv-1{
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #D53434;
    border-radius: 4px;
    border: 1px solid #D53434;
}
.pw-lv-2{
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #305CA8;
    border-radius: 4px;
    border: 1px solid #305CA8;
}
.pw-lv-3{
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #009C42;
    border-radius: 4px;
    border: 1px solid #DCE4EC;
}

.account-user,
.account-user:hover {
    background-color: rgba(255, 255, 255, 0.64);
    padding-right: 5px;
    border-radius: 0px 10px 10px 0px;
    margin: 0px 4px 6px 0px;
}

.account-user:hover {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}

.account-user > label.uicon {
    /*width: 30px;*/
    background-color: rgb(45, 114, 182);
    line-height: 0.6em;
    border-radius: 0px 10px 10px 0px;
    color: rgb(255, 255, 255);
    padding: 4px 10px;
}

.account-user > label.ualert {
    /*width: 30px;*/
    background-color: #EA2318;
    line-height: 0.6em;
    border-radius: 0px 10px 10px 0px;
    color: rgb(255, 255, 255);
    padding: 4px 10px;
}

.account-user > label.uname {
    padding: 4px 5px;
    line-height: 1.6em;
    font-size: 13px;
}

.us-label {
    width: 40px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 10px 10px 0px;
    /*padding-left: 8px;*/
    color: rgb(94, 156, 192);
}

.label-alert {
	position: absolute;
	font-size: 15px;
}

#reg-desc > div > label{
    margin-bottom: 0px;
    line-height: 2em;
    padding-left: 10px;
}

#reg-desc > div.form-group {
    margin-bottom: 15px;
    background-color: rgb(218, 246, 255);
    border-radius: 0px 10px 10px 0px;
}

.loader {
    border: 7px solid #efefef; /* Light grey */
    border-top: 7px solid #89C4F4; /* Blue */
    border-bottom: 7px solid #89C4F4; /* Blue */
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 0.5s linear infinite;
		background: #fff0;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.qr-position {
	padding-left:calc(100% - 50%);
	margin-left: -110px;
	padding-bottom: 20px;
}

.qr-position img {
	border: 10px solid #fff;
	border-radius: 8px;
}
