@media(max-width:2600px){
 .logog a img{
   width: 120px;
 } 
  .wrap_login100Main::after {
    width: 100%;
    height: 100vh;
    background-size: cover;
  } 
}
@media(max-width:1600px){
 .logog a img{
   width: 120px;
 } 
  .wrap_login100Main::after {
    width: 100%;
    height: 100vh;
    background-size: cover;
  } 
}
/* 1600 */
@media(max-width:1501px){
  select {
    border:0px;
    outline:0px;
 }
 
 .p-t-10{
   padding-top: 10px;
 }
 
 .p_b_30{
   padding-bottom: 30px;
 }
 
 .p_b_25{
   padding-bottom: 25px !important;
 }
 
 .m_t_10{
   margin-top: 10px;
 }
 
 .logog a img{
   width: 120px;
 }
  .wrap_login100Main::after {
    width: 100%;
    height: 100vh;
    background-size: cover;
  }
  #loginForm .LoginErrorText {
       margin-top: 10px;
       font-size: 18px;      
    }
    #loginForm .input100, #loginForm .select100,#loginForm .label-checkbox100,#loginForm .txt1 {
      font-size: 16px;
    }
  
    #loginForm .login100-form-btn{
      height: 46px;  
      font-size: 20px;
    }


}
/* 1501 */
@media(max-width:1200px){
  .login100-form {
    box-shadow: 0px 19px 22px rgba(0,0,0,0.1);
  }
  /* .wrap_login100Main::after {
  
    display: none;
  } */
  .login100-form{
    margin: 0 auto;
  }
  .RegistrationMain {
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 0px auto auto auto;
	background: #fff;
    z-index: 1;
    /* position: relative; */
}
.wrap_login100Main::after {
	display: none;
}
}
/* 1200 */
@media(max-width:1199px){
  .border_r_20{
    border-radius: 20px;
  }	
	.wrap_login100Main{
		display:none;
	}
  .RegistrationMain {
	  position:initial;
    margin: 0px auto;
        /* background: #fff; */
  }
  .RegistrationMain form{
	border-radius:20px;
  }
  .wrap_login100Main::after {      
      background-size: cover;  
  }
}
@media(max-width:991px){
  .wrap_login100Main::after {
    background: #e8e8e8 !important;
  }
  .login100-form {
    box-shadow: 0px 19px 22px rgba(0,0,0,0.1);
  }

  .border_r_20{
    border-radius: 20px;
  }
}

@media(max-width:768px){
  .login100-form{
    width: 450px;
  }
  .RegistrationMain form{
	border-radius:20px;
  }
  .border_r_20{
   border-radius: 20px;
  }
    
}
/* 768 */

@media(max-width:575px){
  .RegistrationMain form{
	border-radius:0px;
  }
  .login100-form{
	padding: 70px 15px 0px 15px;
    width: 100%;
    box-shadow: 0px 0px 0px rgba(0,0,0,0); 
	border:0px;
    outline:0px;
  }
  .p_b_30{
   padding-bottom: 0px;
  }
  .logog a img {
    width: 120px;
  }
  .ptBtn {
   margin-top: 0.3rem;    
   font-size: 25px;
  }
  .input100, .select100 {
   font-size: 16px;
  }
  .label-checkbox100 {      
    font-size: 16px;      
  }
  .txt1, .txt2 {
   font-size: 16px;       
  }
  .login100-form-btn {
   font-size: 20px;
  }
  .border_r_20{
    border-radius: 0px;
  }
}

/* 480 */