body{
  background-image: url('bg_img.jpg');
  font-size: .85rem !important;
}
.wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-size: cover; }

.inner {
  min-width: 1140px;
  margin: auto;
  display: flex; }
  
  form {
  background: #FFFFFF;
  padding-top: 30px;
  padding-left: 49px;
  padding-right: 50px; 
  min-height: 100vh;}
  
  .form-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 16px; }
  
   .form-type {
   margin-bottom: 19px; }
	
	label.form-check-label { color: #404040;}
	
	input[type="text"].AllInput, input[type="password"].AllInput, input[type="email"].AllInput, .AllInput { 
		border:0px;
		background-color:#F2F2F2;
		height:40px;
		padding-left:13px;
		width:100%;
	}

  .org-heading {
	margin:20px 0px 20px 0px;
	font-weight:400;}

  div.regi {
  padding: 50px ;
  margin: 30px auto;
  background:white;
  background:rgba(255,255,255,0.95);
  backdrop-filter:blur(10px);
  box-shadow:0px 2px 10px rgba(0,0,0,0.3);
  border-radius:5px;
  transition:transform 0.2s ease-in-out;
}
.form-check-inline .form-check-input { margin-top: 8px; }
  @media only screen and (max-width: 900px) {
    .formContainer {
      width: 80%!important;
      margin:auto;
    }
    .image-holder{
      display:none!important;
    }
  }
  .btn-primary, .btn-primary.disabled, .btn-primary:disabled { margin-bottom: 30px; }
