 html, body {
      min-height: 100%;
      }
      body, div, form, input, select, textarea, label, p { 
      padding: 0;
      margin: 0;
      outline: none;
      font-family: Roboto, Arial, sans-serif;
      font-size: 14px;
      color: #666;
      line-height: 22px;
      }
	  body
	  {
		  background-image: url("images/background.jpg");
		  background-size: cover;
	  }
	  
      h1 {
      position: absolute;
      margin: 0;
      font-size: 40px;
      color: #fff;
      z-index: 2;
	  line-height: 83px;
      }
      textarea {
      width: calc(100% - 12px);
      padding: 5px;
      }
      .testbox {
      display: flex;
      justify-content: center;
      align-items: center;
      height: inherit;
      padding: 20px;
      }
	  
	  .ui-dialog .ui-dialog-titlebar 
	  {
		background-color: #9d02f0;
	  }
	  .no-close .ui-dialog-titlebar-close 
	  {
		display: none 
	  }
	  .ui-dialog-title
	  {
		font-size: 110% !important;
		color: #FFFFFF !important;
	  }
	  .shadowdiv
	  {
       padding: 20px;
       border-radius: 6px;
       background: #fff;
       box-shadow: 0 0 8px #fa1bb7;   
	  }
      form {
      width: 100%;
      padding: 20px;
      border-radius: 6px;
      background: #fff;
      box-shadow: 0 0 8px #fa1bb7; 
      }
      
      input, select, textarea {
      margin-bottom: 10px;
      border: 1px solid #ccc;
      border-radius: 3px;
      }
      input 
	  {
		padding: 5px;
		width: calc(100% - 15px); 
	  }
	  
	  input[type="text"]:disabled 
	    {
		  color: white;
		}
	  
	  input[type="checkbox"]
	  {
		  width: 20px;
		  margin-top: 7px;
		  margin-bottom: 0px;
		  display: inline-block;
	  }
	  
	  input[type="submit"]
	  {
		  padding: 10px;
		  border: none;
		  border-radius: 5px; 
		  background:  #fa1bb7;
		  font-size: 16px;
		  color: #fff;
cursor: pointer;
	  }
      input[type="date"] {
      padding: 4px 5px;
      }
      textarea {
      width: calc(100% - 12px);
      padding: 5px;
    }
      .item:hover p, .item:hover i, .question:hover p, .question label:hover, input:hover::placeholder {
      color:  #fa1bb7;
      }
      .item input:hover, .item select:hover, .item textarea:hover {
      border: 1px solid transparent;
      box-shadow: 0 0 3px 0  #fa1bb7;
      color: #fa1bb7;
      }
      .item {
      position: relative;
      margin: 10px 0;
      }
      .item span {
      color: red;
      }
      input[type="date"]::-webkit-inner-spin-button {
      display: none;
      }
      .item i, input[type="date"]::-webkit-calendar-picker-indicator {
      position: absolute;
      font-size: 20px;
      color: #b000b3;
      }
      .item i {
      right: 1%;
      top: 30px;
      z-index: 1;
      }
 .week {
      display:flex;
      justfiy-content:space-between;
      }
      .colums {
      display:flex;
      justify-content:space-between;
      flex-direction:row;
      flex-wrap:wrap;
      }
      .colums div {
      width:48%;
      }
      [type="date"]::-webkit-calendar-picker-indicator {
      right: 1%;
      z-index: 2;
      opacity: 0;
      cursor: pointer;
      }
 
      label.radio {
      position: relative;
      display: inline-block;
      margin: 5px 20px 15px 0;
      cursor: pointer;
      }
      .question span {
      margin-left: 30px;
      }
      .question-answer label {
      display: block;
      }
      label.radio:before {
      content: "";
      position: absolute;
      left: 0;
      width: 17px;
      height: 17px;
      border-radius: 50%;
      border: 2px solid #ccc;
      }
      input[type=radio]:checked + label:before, label.radio:hover:before {
      border: 2px solid  #fa1bb7;
      }
      label.radio:after {
      content: "";
      position: absolute;
      top: 6px;
      left: 5px;
      width: 8px;
      height: 4px;
      border: 3px solid  #fa1bb7;
      border-top: none;
      border-right: none;
      transform: rotate(-45deg);
      opacity: 0;
      }
      input[type=radio]:checked + label:after {
      opacity: 1;
      }
      .flax {
      display:flex;
      justify-content:space-around;
      }
      .btn-block {
      margin-top: 10px;
      text-align: center;
      }
	  
.small-button {
  background-color: #e1ecf4;
  border-radius: 3px;
  border: 1px solid #7aa7c7;
  box-shadow: rgba(255, 255, 255, .7) 0 1px 0 0 inset;
  box-sizing: border-box;
  color: #39739d;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.15385;
  margin: 0;
  outline: none;
  padding: 8px .8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
}

.small-button:hover,
.small-button:focus {
  background-color: #b3d3ea;
  color: #2c5777;
}

.small-button:focus {
  box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
}

.small-button:active {
  background-color: #a0c7e4;
  box-shadow: none;
  color: #2c5777;
}
	  
button {
width: auto;
padding: 10px;
border: none;
border-radius: 5px; 
background:  #fa1bb7;
font-size: 16px;
color: #fff;
}
button:hover {
background:  #b000b3;
}
@media (min-width: 568px) {
.name-item, .city-item {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.name-item input, .name-item div {
width: calc(50% - 20px);
}
.name-item div input {
width:97%;}
.name-item div label {
display:block;
padding-bottom:5px;
}
}

p
{
	color : white ;
}
	 

.divframe {
		  padding: 20px;
		  border-radius: 6px;
		  background-color: rgb(0, 26, 97);
		  box-shadow: 0 0 8px #fa1bb7; 
       }	 
	  
