
body 
{
  text-align:left;
  background-color: #338cbd;
  color:#323232;
  border: 2px solid grey;
  border-radius: 8px;
  padding:10px;
}

.form-control:focus, .form-select:focus 
{
  border-color: #c5dafd;
}

.input-group-btn.input-space 
{
  padding-left: 15px;
}

.round-border
{
  border: 2px solid grey;
  border-radius: 8px;
  padding: 5px;
}
.show_hide
{
  display:none;
}

.standalone-form small
{
  color: var(--bs-gray-dark);
  background-color: #c5dafd;
  border-radius: 0px 0px 4px 4px;
  padding: 2px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0% 20% 0% 20%;
}

input:not(:focus) + small, textarea:not(:focus) + small, select:not(:focus) + small
{ 
  display: none;
}

.standalone-form label
{
  color: var(--bs-primary-text-emphasis);
  font-weight: bold;
  border-radius: 4px;
  padding: 0px 2px 1px 1px;
}

.standalone-form
{
	padding: 50px 0;
}

.standalone-form form
{
  background-color: #fff;
  max-width: 80%;
  margin: auto;
  padding: 50px 70px;
  border-radius: 30px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
}

.table-responsive
{
  background-color: #fff;
  max-width: 95%;
  margin: auto;
  padding: 20px 30px;
  border-radius: 20px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
}

.standalone-form .form-control, .standalone-form .form-select
{
	border-radius: 20px;
  padding: 10px 20px;
}

.form-icon
{
  text-align: center;
  background-color: #5891ff;
  border-radius: 50%;
  font-size: 40px;
  color: white;
  width: 100px;
  height: 100px;
  margin: auto;
  margin-bottom: 50px;
  line-height: 100px;
}

input[type="submit"]:disabled 
{
    background-color: red;
}

.card .card-body, .card .card-header
{
  color: var(--bs-primary-text-emphasis);
}

@media (max-width: 768px) 
{
  .standalone-form .form-control, .standalone-form .form-select
  { padding: 3px 3px;  }
  .standalone-form form
  { 
    max-width: 95%;
    padding: 5px 7px;
  }

  .form-icon
  {
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 45px;
  }
}

h1 { font-size: 2.5rem; }

h2 { font-size: 2.25rem;}

h3 { font-size: 2rem; }

h4 { font-size: 1.75rem; }

h5 { font-size: 1.5rem; }

h6 { font-size: 1.25rem; }

p { font-size: 1rem; }

@media (max-width: 480px) 
{
  html { font-size: 12px; }
}

@media (min-width: 480px) 
{
  html { font-size: 12px; }
}

@media (min-width: 768px)
{
  html { font-size: 12px; }
}

@media (min-width: 992px) 
{
  html { font-size: 13px; }
}

@media (min-width: 1200px) 
{
  html { font-size: 14px; }
}

