html {
  scroll-behavior: smooth;
}

a {
  text-decoration-line: none;
  -moz-text-decoration-line: none;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

body {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
  background-color: #e4e8eb;
}

/* input type arrow hide in Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* input type arrow hide in Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.logo-section {
  display: flex;
  align-items: center;
}

.top-header {
  background-color: #0b1e59;
  padding: 20px 0;
}

.logo-desc {
  color: #fff;
}

.logo-section .logo {
  width: 60px;
  margin-right: 20px;
}

.logo-section .logo img {
  width: 100%;
}

.login-registration {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.logo-desc h6:first-of-type {
  font-weight: 600;
}

.logo-desc h6:last-of-type {
  font-size: 14px;
  margin-bottom: 0;
}

.login-registration a {
  color: #fff;
  font-size: 14px;
}

.login-registration a i {
  margin-right: 3px;
}

.bottom-header {
  background-color: #2c4e86;
  border-color: #243f6d;
}

/* navbar design start */
.top-nav ul{
  list-style: none;  
}

.top-nav ul li{
  display: inline-block;
}

.top-nav ul li a{
  display: block;
  color:#f9f9f9;
  padding: 10px 20px;
  font-size: 14px;
  border-right: 1px solid #475f82;
}

li.dropdown{
  position: relative;
}

ul.dropdown-menu{
  position: absolute;
  min-width: 205px;
  background-color: #17c4bb;
}

ul.dropdown-menu a:hover {
  color: #fff !important;
  background-color: #2c4e86 !important;
}

.top-nav ul li a:hover {
  background-color: #17c4bb;
  color: #0b1e59;
}

ul.dropdown-menu li{
  display: block !important;
  white-space: nowrap;
  width: 100%;
}

ul.dropdown-menu li a {
  border-right: none;
}

ul.dropdown-menu ul.dropdown-menu{
  left: 100%;
  top: 0;
}

ul.dropdown-menu{
  display: none;
}

.top-nav nav {
  background-color: transparent;
}

.main-link {
  padding: 14px 20px !important;
}
/* navbar design end */

.form-section {
  background-color: #fff;
}

.inner-form-section {
  width: 50%;
  margin: 35px auto;
  padding: 40px 0;
}

.inner-form-section h6 {
  margin-bottom: 10px;
  font-weight: 600;
}

.inner-form-section hr {
  margin-bottom: 5px;
}

.indicates {
  font-size: 12px;
  margin-left: 11px;
  margin-bottom: 0;
}

.inner-form-section form {
  margin-top: 30px;
}

.inner-form-section form .login-btn {
  background-color: #2c4e86;
  color: #fff;
  border: none;
  padding: 7px 22px;
  font-size: 14px;
  border: 1px solid #264373;
}

.inner-form-section form .login-btn:hover {
  color: #fff;
  background-color: #1f3860;
  border-color: #172845;
}

.form-control:focus {
  border-color: #66afe9 !important;
  outline: 0 !important;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%) !important;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%) !important;
}

select:focus {
  border-color: #66afe9 !important;
  outline: 0 !important;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%) !important;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%) !important;
}

.forgot-password {
  color: #1f3860;
  font-size: 14px;
}

.inner-form-section form label, .inner-form-section form input, .inner-form-section form select, .inner-form-section form .input-group-text {
  font-size: 14px;
}

.inner-form-section form .form-check-label {
  font-size: 12px;
  text-align: justify;
}

.refereshrecapcha img {
  height: 35px;
}

.refresh-img-link {
  color: #1f3860;
  font-size: 20px;
}

.captcha-img {
  padding-left: 3.5%;
}

.mand, .mand2 {
  position: relative;
}

.mand::after {
  position: absolute;
  top: 25%;
  left: -10px;
  content: "";
  background-color: red;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.mand2::after {
  position: absolute;
  top: 25%;
  left: 5px;
  content: "";
  background-color: red;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

#hit_counter {
  line-height: 1;
  float:left;
  display: block;
}

.hc_tee { 
  color:#fff;
  padding:4px 0;
}

.footer {
  background: #0b1e59;
  padding: 20px 0;
}

#hit_counter {
  line-height: 1;
  float: left;
  display: block;
}

.hc_tee {
  color: #fff;
  padding: 4px 0;
}

main {
  min-height: 72vh;
  display: flex;
  align-items: center;
}

.legal a{
  color: #fff;
}

#hit_counter {
  width: 15%;
  font-size: 11px;
}

.footer-right {
  width: 80%;
  text-align: right;
}

.footer-right .legal {
  color: #fff;
  margin-bottom: 1px;
}

.footer-right .legal a {
  font-size: 12px;
  margin-left: 10px;
  margin-right: 10px;
}

.footer-right .legal a:first-child {
  margin-left: 0;
}

.footer-right .legal a:last-child {
  margin-right: 0;
}

.footer-right p {
  color: #fff;
  font-size: 12px;
  margin-bottom: 3px;
}

.footer-right p:last-child {
  margin-bottom: 0;
}

.footer-right p a {
  color: #17c4bb;
  position: relative;
}

.footer-right p a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 230px;
  height: 1px;
  background-color: #17c4bb;
}