
/* Fida Marwat (Sr. UXUI and Front End Developer) */


body{
	background: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #6D6A79;
}

::-ms-input-placeholder {
  color: #ccc !important;
}

::placeholder {
  color: #ccc !important;
}

/* default styles */

.card{
	overflow: hidden;
	border-radius: 16px !important;
}

.btn-primary{
	background: #30B6F3;
	color: #fff;
	border-color: #30B6F3;
	padding: 8px 24px;
}

.btn-primary:hover{
	background: #2980BB;
	color: #ffffff;
	border-color: #2980BB;
}


h1{
	font-size: 48px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
}

h2{
	font-size: 32px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 30px;
}

h3{
	font-size: 22px;
	font-weight: 600;
	color: #000;
	font-family: 'Poppins', sans-serif;
}

h5{
	font-size: 16px;
	font-weight: regular;
	font-family: 'Poppins', sans-serif;
}

.form-control,
.form-select{
	height: 44px;
	border-color: #adadad;
}

.form-label{
	font-weight: 500;
}

.form-control[type=file]:not(:disabled):not([readonly]){
	padding: 9px 15px;
}


