.blue {
	background-color: #2196F3 !important
}

.blue.lighten-2 {
	background-color: #64B5F6 !important
}

.grey {
    background-color: #202020 !important;
    color: #fff;
    border-radius: 3px;
}

.grey.lighten-2 {
	background-color: #e0e0e0 !important
}

input,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

textarea {
	overflow: auto
}

@media only screen and (min-width: 0) {
	html {
		font-size: 14px
	}
}

@media only screen and (min-width: 992px) {
	html {
		font-size: 14.5px
	}
}

@media only screen and (min-width: 1200px) {
	html {
		font-size: 15px
	}
}

h3,
h4,
h5 {
	font-weight: 400;
	line-height: 1.1
}

h3 {
	line-height: 110%;
	margin: 1.46rem 0 1.168rem 0
}

h4 {
	line-height: 110%;
	margin: 1.14rem 0 .912rem 0
}

h5 {
	font-size: 1.64rem;
	line-height: 110%;
	    margin: -0.18rem 0 -0.344rem 0;
}

.waves-effect {
	position: relative;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	vertical-align: middle;
	z-index: 1;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out
}

label {
	font-size: .8rem;
	color: #9e9e9e
}

::-webkit-input-placeholder {
	color: #d1d1d1
}

::-moz-placeholder {
	color: #d1d1d1
}

:-ms-input-placeholder {
	color: #d1d1d1
}

input[type=text]:not(.browser-default),
input[type=email]:not(.browser-default) {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #9e9e9e;
	border-radius: 0;
	outline: none;
	width: 100%;
	font-size: 1rem;
	margin: 0 0 20px 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

input[type=text]:not(.browser-default):disabled,
input[type=email]:not(.browser-default):disabled {
	color: rgba(0, 0, 0, 0.42);
	border-bottom: 1px dotted rgba(0, 0, 0, 0.42)
}

input[type=text]:not(.browser-default):disabled+label {
	color: rgba(0, 0, 0, 0.42)
}

input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]) {
	/* border-bottom: 1px solid #fff;
	-webkit-box-shadow: 0 1px 0 0 #fff;
	box-shadow: 0 1px 0 0 #fff; */
}

input[type=text]:not(.browser-default):focus:not([readonly])+label {
	color: #26a69a
}

input[type=text]:not(.browser-default).validate+label {
	width: 100%
}

input[type=text]:not(.browser-default)+label:after {
	display: block;
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	opacity: 0;
	-webkit-transition: .2s opacity ease-out, .2s color ease-out;
	transition: .2s opacity ease-out, .2s color ease-out
}

.input-field {
	position: relative;
	margin-top: 1rem
}

.input-field.col label {
	left: .75rem
}

.input-field label {
	color: #9e9e9e;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	font-size: 1rem;
	cursor: text;
	-webkit-transition: -webkit-transform .2s ease-out;
	transition: -webkit-transform .2s ease-out;
	transition: transform .2s ease-out;
	transition: transform .2s ease-out, -webkit-transform .2s ease-out;
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	text-align: initial;
	-webkit-transform: translateY(12px);
	transform: translateY(12px);
	pointer-events: none
}

textarea {
	width: 100%;
	height: 3rem;
	background-color: transparent
}

[type="radio"]:not(:checked) {
	position: absolute;
	opacity: 0;
	pointer-events: none
}

[type="radio"]:not(:checked)+label {
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	font-size: 1rem;
	-webkit-transition: .28s ease;
	transition: .28s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

[type="radio"]:not(:checked)+label:before,
[type="radio"]:not(:checked)+label:after {
	border-radius: 50%
}

[type="radio"]:not(:checked)+label:before,
[type="radio"]:not(:checked)+label:after {
	border: 2px solid #5a5a5a
}

[type="radio"]:not(:checked)+label:after {
	-webkit-transform: scale(0);
	transform: scale(0)
}

[type="radio"]:disabled:not(:checked)+label:before {
	background-color: transparent;
	border-color: rgba(0, 0, 0, 0.42)
}

[type="radio"]:disabled:not(:checked)+label:before {
	border-color: rgba(0, 0, 0, 0.42)
}

[type="checkbox"]:not(:checked) {
	position: absolute;
	opacity: 0;
	pointer-events: none
}

[type="checkbox"]:not(:checked):disabled+label:before {
	border: none;
	background-color: rgba(0, 0, 0, 0.42)
}

[type="checkbox"].filled-in:not(:checked)+label:before {
	width: 0;
	height: 0;
	border: 3px solid transparent;
	left: 6px;
	top: 10px;
	-webkit-transform: rotateZ(37deg);
	transform: rotateZ(37deg);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}

[type="checkbox"].filled-in:not(:checked)+label:after {
	height: 20px;
	width: 20px;
	background-color: transparent;
	border: 2px solid #5a5a5a;
	top: 0px;
	z-index: 0
}

[type="checkbox"].filled-in:disabled:not(:checked)+label:before {
	background-color: transparent;
	border: 2px solid transparent
}

[type="checkbox"].filled-in:disabled:not(:checked)+label:after {
	border-color: transparent;
	background-color: #949494
}

input[type=checkbox]:checked:not(:disabled)~.lever:active::before,
input[type=checkbox]:checked:not(:disabled).tabbed:focus~.lever::before {
	-webkit-transform: scale(2.4);
	transform: scale(2.4);
	background-color: rgba(38, 166, 154, 0.15)
}

input[type=checkbox]:not(:disabled)~.lever:active:before,
input[type=checkbox]:not(:disabled).tabbed:focus~.lever::before {
	-webkit-transform: scale(2.4);
	transform: scale(2.4);
	background-color: rgba(0, 0, 0, 0.08)
}
