@charset "utf-8";
/* CSS Document */

.new-in-home
 {
	justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    background: #000000b3;
    z-index: 9999999;
    height:100%;
	padding:20px;
	color:#fff;
 }

.popup-body-content h1
 {
	 color:#333;
	 text-align:center;
 }
 .popup-body-content
 {
	  background: transparent; 	  
	  text-align:center;
 }
 
 .popup-form
 {
	 padding:30px;
	 margin-top:35px;
	 background:#fff; 	  
	 text-align:center;
	 border-radius:4px;
	 box-shadow:0 15px 20px 0 rgb(0 0 0 / 55%);
 }
 
 .popup-body-content h5
  {
	  color:#F00;
	  text-align:center;
  }
  .popup-btn
  {
	  min-width:150px;
	  background:#069d50;
	  color:#fff;
	  padding:15px 5px;
	  border:none;
	  transition: ease-out .2s
  }
    .popup-btn:hover
  { 
	  background:#099; 
	  color:#fff;
	  padding:18px 8px; 
  }
  
  
  
  
  <!---------------FORM---------->
  .form-group1 {
    position: relative;
    margin-bottom: 30px;
}

  .form-control1 {
    display: block;
    width: 100%; 
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	height: 45px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
	margin-bottom:20px;
  }
  
  .close-img {
    float: right;
    margin-top: -20px;
    margin-right: -20px;
}