@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

body{
  overflow-x: hidden;
  font-family: "Nunito", sans-serif;
  background-color: #e6e6e6;
}

body::-webkit-scrollbar {
    width: 0.5em;
} 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
} 
body::-webkit-scrollbar-thumb {
  background-color: #b3d9ff;
}

h4{
  color: #023e8a;
  font-size: 34px;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}

label{
  font-size: 16px;
  font-weight: 500;
}

.form-control{
  font-size: 14px;
  border-radius: 8px;
  background-color: #f2f2f2;
  border: 1px solid #bfbfbf;
}

.btn{
  font-size: 14px;
  font-weight: 600;
  background-color: #262626;
  color: white;
  border-radius: 8px;
}


input::placeholder {
  font-size: 14px;
  color: #d9d9d9;
}

@media (max-width: 576px) {
  /*.bg {
    background-image: url('../image/bg-one.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
  }*/
}
