.mobile-login-button {
            display: block;
            text-align: center;
            background-color: #0094ff;
            border: none;
            border-radius: 25px;				  
            color: #fdfdfd;
            font-size: 15px;
            cursor: pointer;
	          margin-top: 21px;
	          margin-bottom 21px;
	          
	          
        }

        .mobile-login-button .lock-icon {
            margin-right: 6px; 
					  font-size: 17px;
					  font-weight: 500px;
            color: #ffffff; 
					  padding: 9px 12px;
					  height: auto;
        }