/*                                                                             *
 *=============================================================================*
 *                          Style for Responsive Purpose                       *
 *=============================================================================*
 *                                                                             *
 */
/* For Mobile Screen*/
@media(max-width: 412px) {
    
}
/* For Mobile Screen*/
@media(max-width: 479px) {
    
}
/* For Mobile Screen*/
@media(max-width:480px) {
    

}
/* For Mobile Screen*/
 @media screen and (min-width:480px) {
   
}
/* For Width Mobile Screen*/
@media(max-width: 610px) {
    
}
/* For Width Mobile Screen*/
@media(max-width: 767px) {
    
}
/* For Tablet Screen*/
@media (min-width: 768px) and (max-width: 992px) {
    
}
/* For Tablet Screen*/
@media (max-width: 801px) {
   
}
/* For Tablet Screen*/
@media(max-width: 991px) {
    
}
@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.user-content-wrapper{min-height: 100vh!important;}
    #col-md-6-1{
		display: block;
		width: 100% !important;
		max-width: 100% !important;
		flex: 100% !important;
	}
	#col-md-6-2{
		display: block;
		width: 100% !important;
		max-width: 100% !important;
		flex: 100% !important;
		order:-1 !important;
	}
	.user-form .form-top p{font-size: 26px!important;}
	.user-form .form-control{font-size: 26px!important;}
	.nimmu-user-sibmit-button{font-size: 26px!important;}
	.forgot-password{font-size: 26px!important;}
	/* Chrome, Safari, Opera */
	input::-webkit-input-placeholder {
	  font-size: 26px!important;
	}

	/* Firefox */
	input::-moz-placeholder {
	 font-size: 26px!important;
	  opacity: 1; /* Firefox adds a lower opacity by default, reset it if needed */
	}

	/* Internet Explorer */
	input:-ms-input-placeholder {
	  font-size: 26px!important;
	}

	/* Modern browsers */
	input::placeholder {
	 font-size: 26px!important;
	}
}
