@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap');

body {
	font-family: Poppins;
/*font-size:14px !important;*/
}


.section-one {
	/*height: 100vh; */
	background-color: white;
}

.footer-pad {
	padding: 0px 12px;
}

.footer-pad p {
	margin-bottom: 3px !important;
	font-size: 14px;
}

.copyrights {
	    padding: 0px 80px 0px 80px;
    font-size: 12px;
    margin-bottom: 0px;
    width: 100%;
    margin-left: 0px;
text-align: center;
}

.footer-card {
	/*height: 200px; */
	border-radius: 0 0px 20px 0px;
	background: #F7F6F5;
	/* margin-top:36px; */
	float: right;
}

.header-title {
	color: #005DAB;
	font-size: 25px;
	line-height: 50px;
	padding-top: 5px;
}

.section-two {
	/*height: 100vh; */
	background-color: white;
}

.input-box {
	padding: 20px 80px;


}

.form-control {
	background-color: #D9D9D9;
	border-radius: 5px;
}

.btn-primary {
	border-radius: 6px;
	background-color: #000;
}

.form-control {
	border-radius: 6px !important;
}

.form-text {
	float: right;
	padding: 10px 0 20px 0;
}

.form-register {
	padding: 10px 0 20px 0;
}

.register-text {
	text-align: center;
	padding-top: 50px;
}
.form-control::-webkit-input-placeholder { /* Edge */
  color: #ced4da !important;
}

.form-control::-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ced4da !important;
}

.form-control::placeholder {
  color: #ced4da !important;
}
.footer-card a {
text-decoration: none;
color : #0056b3;
}
.small, small {
font-size : 14px !important;
}
b, strong {
    font-weight: 500 !important;
}
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.tableboder  td{
    border-width: 1px !important;
}
.form-group label{
margin-bottom: 0.5rem;
    font-weight: 500;
}

