@media screen and (max-width: 768px) {
	.form{
		width: 100%;
	}
	.verify-otp-box{
		display: flex;
    	justify-content: center;
    	position: unset;
    	height: 100vh;
    	transform: unset;
    	flex-direction: column;
	}
	.otp-input{
		width: 100%;
	}
	.slider-h {
    	height: 100%;
	}
	.login-content h1 {
    	font-size: 25px;
	}
	.logo{
		margin: 0 auto;
		width: 250px;
	}
	.form{
		padding: 30px 0 10px 0;
	}
	.btn-none{
		display: none;
	}
	.navbar-bg a{
		color: #000000 !important;
	}
	.my-dropdown-bg{
		background: unset !important;
	}
	.my-dropdown-bg a{
		color: #d90c6e !important;
	}
	.user-b h1{
		text-align: unset;
	}
	.user-profile{
		margin: 0;
	}
	.amount-d button{
		margin: 2px 0 !important;
	}
	.amount-d input{
		width: 100% !important;
	}
}
@media screen and (max-width: 1022px) {
	.form{
		width: 100%;
	}
}