@import url(//fonts.googleapis.com/css?family=Roboto:300,400,700&subset=latin,latin-ext);

input:-webkit-autofill, input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

body {
	font-family: 'Roboto', sans-serif;

	background: #999fa6;
	background: -moz-radial-gradient(50% 50%, circle cover, #bbc0c8, #4a5459) fixed;
	background: -ms-radial-gradient(50% 50%, circle cover, #bbc0c8, #4a5459) fixed;
	background: -webkit-radial-gradient(50% 50%, circle cover, #bbc0c8, #4a5459) fixed;
}
@media (max-width: 767px){
	body {
		background-image: none;
		background-color: #3d454e;
	}
}

.page-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
@media (max-width: 767px){
	.page-overlay {
		background-image: none;
		background-color: transparent;
	}
}

.login_box {
	color: #fff;
	width: 400px;
	position: absolute;
	top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(61, 69, 78, 0.97);
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
	.login_box {
		max-width: 100%;
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		padding: 0;
		margin: auto;
		border-radius: 0;
		background-color: #3d454e;
  }
}

.panel-head {
	text-align: center;
}
.panel-head h1 {
	color: rgba(255, 255, 255, 1);
}
.panel-head h4 {
	color: rgba(255, 255, 255, 0.8);
}
.panel-head h5 {
	color: rgba(255, 255, 255, 0.5);
	font-weight: 300;
}

.btn {
	-webkit-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	text-transform: uppercase;
	font-weight: 700;
	padding: 8px;
	border-radius: 2px;
	border-color: transparent;
}

.btn-ok {
	background-color: #00b5ad;
	color: rgba(255, 255, 255, 0.85);
	border: 0;
}
.btn-ok:hover, .btn-ok:focus, .btn-ok:active {
	background-color: #009c95 !important;
	color: rgba(255, 255, 255, 0.9) !important;
}


.panel-body .input-group-addon {
	border-color: #fff;
	background-color: #fff !important;
	/* padding-right: 0px; */
}

.panel-body .form-control, .panel-body .form-control:focus {
	border-color: #fff;
	background-color: #fff !important;
	padding: 20px 12px;
}
@-moz-document url-prefix() {
	.panel-body .form-control, .panel-body .form-control:focus {
		padding: 4px 12px;
	}
}

.mb0 {
	margin-bottom: 0px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mt20 {
	margin-top: 20px;
}

input {
	color: #000 !important;
}
