.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}


body {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #0a4e30;
}

hr {
	margin: 10px 0;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
}

.form-mainbox {
	max-width: 300px;
	padding: 15px;
	margin: 0 auto 20px;
	color: #ffffff;
	background-color: #55aa55;
	border: 1px solid #225522;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.5);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,.5);
	box-shadow: 2px 2px 2px rgba(0,0,0,.5);
}

.browser_img {
	filter: drop-shadow(0px 0px 8px white);
}

.os_img {
	filter: drop-shadow(0px 0px 8px white);
}

.img_box {
	display: flex;
	justify-content: space-between;
}

.form-mainbox .form-mainbox-heading,
.form-mainbox .checkbox {
	margin-bottom: 10px;
}

.input-micro {
  width: 45px;
}

.clearboth {
	overflow: hidden;
}

.spaceright {
	margin-right: 10px;
}

.bigspaceright {
	margin-right: 30px;
}

.form-mainbox input[type="text"], .form-mainbox input[type="number"]{
	font-size: 16px;
	height: auto;
	margin-bottom: 15px;
	padding: 7px 9px;
}

h1 {
	margin-top: 5px;
	margin-bottom: 5px;
	text-shadow: 2px 2px 0 rgba(0,0,0,.5);
}

h5 {
	margin-top: 0;
	text-shadow: 1px 1px 0 rgba(0,0,0,.5);
}