#background {
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 700px;
	background: #00ae5b;
	background-image:url(/img/background.jpg);
/* 	background-image: radial-gradient(closest-corner,rgba(0, 28, 85,0) 60%,rgba(0, 28, 85,.5)),linear-gradient(to top left,#1F487E,#00ae5b 100%); */
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
    display: -ms-flexbox;
    align-items: center;
}

.btn-full {
	width: 100%;
}

.box {
	background-color: #FFF;
	border-radius: 4px;
	padding: 30px 40px 10px !important;
}

.error {
	background-color: #b71c1c;
	border-radius: 4px;
	color: white;
	height: 50px;
	line-height: 50px;
}

#brand {
	width: 300px;
}

.description {
	font-size: 1.4em;
	color: #5F6470;
}

.success-desc {
	padding: 50px 50px !important;
}

.confirm-desc {
	color: #5F6470;
/* 	padding: 15px 15px !important; */
	font-size: 1.4em;
}

.info-desc {
	color: #5F6470;
	font-size: 0.8em;
}

.error-desc {
	padding-bottom: 25px !important;
}

.collection-custom {
	padding-bottom: 15px !important;
	border-color: white;
}

.select-wrapper ul li > span {
  	color: #00ae5b;
}

.btn-papercut {
	background-color: #00ae5b;
}

.btn-papercut:hover {
	background-color: #62bb46;
}

.input-field input[type=text]:focus + label {
	color: #00ae5b !important;
}

.input-field input[type=text]:focus {
	border-bottom: 1px solid #62bb46 !important;
	box-shadow: 0 1px 0 0 #62bb46 !important;
}

.input-field input[type=number]:focus + label {
	color: #00ae5b !important;
}

.input-field input[type=number]:focus {
	border-bottom: 1px solid #62bb46 !important;
	box-shadow: 0 1px 0 0 #62bb46 !important;
}

.input-field input[type=email]:focus + label {
	color: #00ae5b !important;
}

.input-field input[type=email]:focus {
	border-bottom: 1px solid #62bb46 !important;
	box-shadow: 0 1px 0 0 #62bb46 !important;
}

.input-field input[type=email].invalid {
 	border-bottom: 1px solid #c62828 !important;
   	box-shadow: 0 1px 0 0 #c62828 !important;
}

#footer {
	font-size: 0.8em;
	color: #9e9e9e;
	margin-bottom: 0px !important;
}

#footer-link {
	color: #9e9e9e;
}
