html {
    background-image: url(../img/bg.jpg);
	background-color: #000000;
}

body {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

table {
    margin-left:auto; 
    margin-right:auto;
}

fieldset {
	border: none;
}

.buttonstyle1 {
    background-image: linear-gradient(to right, #e8aa13 25%, #e8aa13 51%, #e8aa13 25%);
    background-size: 200% auto;
    border-radius: 40px;
    border: none;
    color: White;
    padding: 13px 40px;
    font-size: 16px;
    height: auto;
    font-family: 'Montserrat', sans-serif;
	cursor: pointer;
	display: block;
    margin: 0 auto;
	
}

.buttonstyle2 {
    background-image: linear-gradient(to right, #e8aa13 25%, #e8aa13 51%, #e8aa13 25%);
    background-size: 200% auto;
	float: right;
    border-radius: 6px;
    border: none;
    color: White;
    padding: 13px 39px;
    font-size: 14px;
    height: auto;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
	cursor: pointer;
}

.buttonstyle1:hover, .buttonstyle2:hover, .buttonstyle1:focus, .buttonstyle2:focus {
    background-position: right center;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    outline: none;
	color: #000000;
}

.device {
	cursor: pointer;
}

#steps img, table img {
	display: block;
	margin: 0 auto;
}

#devicecontainer, #resource1, #resource2,#resource3,#function, #additional, 
#progress {
	display: none;
}

#progresslog > #device {
    color: blue;
    font-weight: bold;
}

#progressbarcontainer {
	border-radius: 6px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: 50px;
}

#progressbar {
	border-radius: 6px;
    position: absolute;
    width: 10%;
    height: 100%;
    background-color: #e8aa13;
}

#progressbarlabel {
    line-height: 54px;
    text-align: center;
    color: #ffffff;
}

#container {
	border-radius: 6px;
    background: #fff;
    max-width: 390px;
    margin: 100px auto 20px;
    padding: 50px;
    box-shadow: 0px 0px 50px #00000024;
}

#steps {
	border-radius: 6px;
    background: #fff;
    max-width: 390px;
    margin: 100px auto 20px;
    padding: 50px;
    box-shadow: 0px 0px 50px #00000024;
	text-align: left;
}

#steps .fontlow {
    font-size: 15px;
    font-weight: 500;
}

#footer {
	color: white;
	text-align: center;
	text-shadow: 2px 2px #333;
}

#verifybg {
	display: none;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 1;
    overflow-x: hidden;
    transition: 0.6s;
    background-color: rgb(255,255,255);
}

#verify {
	border-radius: 6px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 38px;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 50px #00000024;
    width: 50%;
}

@media screen and (max-width: 1199px) {
        #verifymsg {
            display: block;
		}

        #verify {
            width: 90%;
        }
}

#verifycontent {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

#verifymsg {
	margin-top: 180px;
	text-align: center;
}

#gen1, #gen2, #gen3, #gen4, #gen5, #gen6, #gen7, #gen8{
    display: none;
}

#gen6 {
	align-items: center;
	justify-content: center;
}

#gen5 img {
	transition: all 1s;
}

.glorybuilder {
	-moz-box-shadow: 0 0 66px Yellow;
	-webkit-box-shadow: 0 0 66px Yellow;
	box-shadow: 0 0 66px Yellow;
	border-radius: 99px;
}
			

#header {
	border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    width: 100%;
	background-color: #000000;
    position: absolute;
    left: 0;
    top: 0;
}

#header h2 {
	color: White;
}
#header h3 {
	color: #f0f8fc;
    text-transform: uppercase;
    padding: 0px 5px 0px 5px;
}

#header img {
	margin-top: 33px;
}

.form-option {
    margin-left: 15px;
    margin-right: 30px;
    margin-bottom: 15px;
}

.input-form {
    background-color: #ececec;
    border: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: black;
    display: block;
    font-size: 20px;
    height: 20px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
	font-family: 'Montserrat', sans-serif;
    text-align: center;
    outline: none;
}

.input-form::-moz-placeholder {
    color: black;
    opacity: 55;
}

.input-command {
    border-radius: 30px;
    height: 28px;
    padding: 10px 16px;
}

select.input-command {
    height: 46px;
    line-height: 46px;
    background-color: #ececec;
    border: none;
    border-radius: 30px;
}

.slider {
	width: 80px;
	height: 26px;
	background: #333;
	margin: 20px auto;
	position: relative;
	border-radius: 50px;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.slider:before {
	content: 'Yes';
	color: #27ae60;
	position: absolute;
	left: 10px;
	z-index: 0;
	font: 12px/26px Arial, sans-serif;
	font-weight: bold;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15);
}
.slider:after {
	content: 'No';
	color: #CC0000;
	position: absolute;
	right: 10px;
	z-index: 0;
	font: 12px/26px Arial, sans-serif;
	font-weight: bold;
}
.slider label {
	display: block;
	width: 34px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 1;
	background: #fcfff4;
	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	border-radius: 50px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.slider input[type=checkbox] {
	visibility: hidden;
}

.slider input[type=checkbox]:checked + label {
	left: 43px;
}
.fa-database:before{
    color: #a14deb;
}
.db{
    margin-left: -4px;
}
@media screen and (max-width: 600px) {
    .buttonstyle2 {
        width: 70%;
        padding: 13px 20px;
    }
    .fa .fa-database{
        width: 40%;
        float: left;
    }
    table>tbody,#progresslog,#verifymsg {
        font-size: 13px;
    }
    .form-option{
        margin-left: -20px;
        margin-right: 10px;
    }
    .input-form{
        font-size: 15px;
    }
    #comment .content h4{
        font-size: 12px;
    }
    label{
        font-size: 12px;
    }
    h2{
        font-size: 18px;
    }
}
.copyright {
  font-size: 15px;
  font-weight: normal;
}
.responsive {
  max-width: 100%;
  height: auto;
  border-radius: 3px;
}