html {
  font-size: 14px;
}



@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  background: #eee;
}


.logo {
  margin: 0 80px 0px 15px;
}

.logo img {
  width: 120px;
}

.navbar-nav a {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  border-left: 2px solid #2cc08c;
  display: inline-block;
  padding: 0;
}

.card-header{
	background: #2cc08c;
}

.card-body {
  padding: 1rem 1.5rem;
}

h3{
	color: #fff;
	font-weight: 600;
	font-size: 1.5rem
}

h4 {
  font-size: 1.3rem;
  font-weight: 600;
}

.form-floating {
  position: relative;
  padding-right: 10px;
}

.shadow-lg {
  box-shadow: 0 5px 10px rgba(0,0,0,.175) !important;
}

.btn-primary {
  color: #fff;
  background-color: #2cc08c;
  border-color: #2cc08c;
}


.logout i {
  color: #2cc08c;
}

.logout a {
  text-decoration: none;
  margin-left: 10px;
  color: #333;
}

.logout h6 {
  display: inline;
}

.upload-file {
  background: RGBA(0,135,62,.1);
  text-align: center;
  border-radius: 5px;
}

.upload-file input.form-control {
  opacity: 0;
  left: 0;
  top: 0;
  background-color: transparent;
  color: transparent;
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
}

.upload-file i {
  font-size: 23px;
}

.upload-file label {
  position: relative;
  top: 10px;
}

.iti {
	width: 100%;
}

fieldset {
	border: 1px groove #ddd !important;
	padding: 0 10px 0 10px !important;
	margin: 0 !important;
	-webkit-box-shadow: 0px 0px 0px 0px #000;
	box-shadow: 0px 0px 0px 0px #000;
	border-radius: 4px;
	font-size: 13px;
	 
}

legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: 1px;
	font-size: calc(1.275rem + .3vw);
	line-height: inherit;
	font-size: 15px;
}


.phonenum {
	padding-top: 2px;
	padding-bottom: 9px;
	border: 0px;
}

textarea {
	min-height: 150px !important;
}
