body {
    /* font: normal 15px Verdana, Arial, sans-serif; */
    font-family: Georgia, serif;
    background: #fafafa;
    color: #333333;
    margin-top: 5rem;
    /* font-size: 3.2vw; */
  
  }
  
  @media all and (max-width : 425px) {
    body{
      font-size: 12px;
    } 
  }
  @media all and (min-width : 425px) {
    .logo-para{
      font-size: 16px;
    }
  }
  @media all and (max-width : 425px) {
    .logo-para{
      font-size: 12px;
    }
  }
  
   

  
  /* .img{
    max-width:80%;
    max-height:80%;
  } */
  
  /* @media all and (max-width : 320px) {
    body{
      font-size: 12px;
    }  
  } */
  
  .display_form_values {
    /* font-family: 'Courier New', monospace; */
    /* color: blue; */
    font-weight: bold
  }
  
  .display_form_heads{
    color: rgb(126, 126, 126);
  }
  
  .form-label{
    font-weight: bold
  }
  /* h1, h2, h3, h4, h5, h6 {
    color: #444444;
  } */
  
  .bg-dark-self{
    background-color: #00ade3;
  }
  
  .bg-steel {
    /* background-color: #ce006acb; */
    background-color: rgb(65, 65, 65);
  }
  
  .site-header .navbar-nav .nav-link {
    color: #ffffff;
  }
  
  .site-header .navbar-nav .nav-link:hover {
    color: #ffffff;
  }
  
  .site-header .navbar-nav .nav-link.active {
    font-weight: 500;
  }
  
  .content-section {
    background: #ffffff;
    padding: 10px 20px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin-bottom: 20px;
  }
  
  .article-title {
    color: #444444;
  }
  
  a.article-title:hover {
    color: #428bca;
    text-decoration: none;
  }
  
  .article-content {
    white-space: pre-line;
  }
  
  .article-img {
    height: 65px;
    width: 65px;
    margin-right: 16px;
  }
  
  .article-metadata {
    padding-bottom: 1px;
    margin-bottom: 4px;
    border-bottom: 1px solid #e3e3e3
  }
  
  .article-metadata a:hover {
    color: #333;
    text-decoration: none;
  }
  
  .article-svg {
    width: 25px;
    height: 25px;
    vertical-align: middle;
  }
  
  .account-img {
    height: 125px;
    width: 125px;
    margin-right: 20px;
    margin-bottom: 16px;
  }
  
  .account-heading {
    font-size: 2.5rem;
  }
  
  .profile {
    width : 30%;
    height: auto;
  }
  
  input[name="terms_confirmed" i]{
    width: 30px;
    height: 50px;
    font-size: 1.2em;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 5px;
    margin-right: 10px;

  }

/* Styling the input field */
input {
  width: 300px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  outline: none; /* Removes the default blue outline on focus */
  transition: border-color 0.3s ease-in-out;
}

/* Styling the input field on focus */
input:focus {
  border-color: #007bff; /* Change border color on focus */
}

.word-wrap{
  word-wrap: break-word;
}
